lz1asl / CaveSurvey

Cave surveying application for Android devices
MIT License
44 stars 11 forks source link

Share survey data with Grottocenter #186

Open lz1asl opened 5 months ago

lz1asl commented 5 months ago

The link to the api: https://github.com/GrottoCenter/grottocenter-api The link to the front of the website : https://github.com/GrottoCenter/grottocenter-front The link to the website itself: https://grottocenter.org/ The fields needed to send a document are: a title, a description, a language for the title and description, a licence (in our case since the data comes from the user the licence would be CC BY SA (id: 1, isCopyrighted: true, name: 'CC-BY-SA', text: 'Attribution-ShareAlike', url: 'https://creativecommons.org/licenses/by-sa/3.0/' in the code) and an author. The link to send a document is /api/v1/documents (as a post request) In order to give proper credit to the user it would be best if they could connect to their grottocenter account (by a post at this address /api/v1/login)

lz1asl commented 4 months ago

Test build https://github.com/lz1asl/CaveSurvey/actions/runs/8061034106