-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backend endpoint for the app config file #39
Comments
We need an endpoint that returns an organization configuration ( organization name, capture flow, capture setup flow,organization logo url). Ideally this should be a get request that takes a parameter (a code unique to every organization) then returns the organization configuration of that unique code. Here is the wiki link https://github.com/Greenstand/treetracker-android/wiki/Org-Links it's a bit outdated as it doesn't contain some of the new decisions we have made, I would update it shortly. We can also discuss this during production services meeting. |
The code has to be unique in the new DB table and have the reference to the stakeholder uuid. If it does not make send to put it into the stakeholder schema please comment. table structure TBD:
|
This is for the Flavored Version of the Treetracker app, which will allow a user to input a code into the app, which will than make a call to download the corresponding configuration file for that users organization.
Need a backend endpoint for the app.
Contact android team for more information
The text was updated successfully, but these errors were encountered: