From 3480d5887cad3680a4b6fb32c8003e138c686c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20L=C3=B6tzsch?= Date: Tue, 8 Mar 2022 10:19:28 +0100 Subject: [PATCH] doc: frontend/search feature requests --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4156eae..b057145 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,7 @@ This repository contains tools for NGOs, organizing private hosting. Every NGO can decide between self-hosting the backend or using a backend provided by us. -- [ ] nixos server deployment -- [x] reproducible builds with nixpkgs -- [x] xtdb -- [x] graphql - -Reuses the technology stack of [swlkup](https://github.com/johannesloetzsch/swlkup) +Implemented by reusing the technology stack of [swlkup](https://github.com/johannesloetzsch/swlkup) ## A frontend for authorized NGO members, to **search** the database @@ -31,6 +26,12 @@ A website written for this use case allows easy input of filters. The usage of f - [ ] **Should be available this week** (work in progress) +Features to process an `hosting offer` dataset: + +- [ ] note if host was `contacted` (by which `login`) + additional notes +- [ ] keep track if offer is `still free` / `occupied (till)` / `free again` + + ## A customizable public form, to submit new offers There is no need to use this component for NGOs happy with their existing solution. Instead they can use the [import function or an API adapter](#import-of-existing-datasets).