tested interface for google docs

This commit is contained in:
Johannes Lötzsch 2022-03-06 19:04:45 +01:00
parent eb045258f6
commit 8e6a104193
2 changed files with 10 additions and 5 deletions

View File

@ -3,7 +3,7 @@ This repository contains tools for NGOs organizing private hosting.
## Import of existing datasets
- [x] https://mission-lifeline.de/unterkunft-bereitstellen/
- [ ] https://warhelp.eu/
- [x] https://warhelp.eu/
- [x] https://www.dhdd.info/
- [x] https://icanhelp.host/ (public API)
@ -14,19 +14,19 @@ This repository contains tools for NGOs organizing private hosting.
- [x] csv
- [x] xlsx
## A secure / robust / scalable **backend** usable by all NGOs
## A secure / robust / scalable **backend**, usable by all NGOs
- [ ] nixos server deployment
- [ ] reproducible builds with nixpkgs
- [ ] xtdb
Will be inspired by [swlkup](https://github.com/johannesloetzsch/swlkup)
Reuses the technology stack of [swlkup](https://github.com/johannesloetzsch/swlkup)
## A frontend for NGO members authorized to **search** within the database
## A frontend for authorized NGO members, to **search** the database
- [ ] TODO
## A customizable public form to submit new offers
## A customizable public form, to submit new offers
There is no need to use this component for NGOs happy with their existing solution.

View File

@ -0,0 +1,5 @@
csv download can be used for now
## API
Using a token with OAuth scope `https://www.googleapis.com/auth/documents.readonly`, document retrieval via [API](https://developers.google.com/docs/api/reference/rest/v1/documents/get) should work.