digitalfabrik / integreat-cms

Simplified content management back end for the Integreat App - a multilingual information platform for newcomers
https://digitalfabrik.github.io/integreat-cms/
Apache License 2.0
55 stars 33 forks source link

API: implement HSDS/HSDA #49

Open svenseeberg opened 5 years ago

svenseeberg commented 5 years ago

See https://openreferral.readthedocs.io/en/latest/

https://github.com/openreferral/specification

rasmus-storjohann-PG commented 5 years ago

We've made good progress on this, see repo and swagger. We can talk about ways of sharing this. The REST API is read only still, and the DB is populated from the XML format used by our BC-211 partner in Vancouver. However, it would not be a lot of work to be able to import other formats from file, including the HSDS CSV format. Making the REST API read/write would be more work, especially in the area of access control.

svenseeberg commented 5 years ago

What would be the best way of sharing? A git submodule could be an option.