-
Notifications
You must be signed in to change notification settings - Fork 0
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
Define the data model for the camps #1
Comments
|
We have 2 purposes of using HXL here. One is for visualization and the second is to establish a standard to exchange the data between multiple modules. Once we have the means to define a standard mechanism to represent a relief camp using a predefined specification, then, we can expose it via OpenAPI. So the priority is to first define how we represent the relief camps. Then we can get into adding the tags. |
no. Just do standard db models.. what are the tables in a mysql db(im not proposing mysql here ..any traditional db) ..what are fields, what column types lengths and constraints, and what are the relationships. |
there is no app. |
We need to define a data model for the release camps using HDX as a referee
This will ensure that the camp module has interoperability with other modules
https://github.com/HXLStandard/libhxl-python
https://hxlstandard.org/
the data exchange itself should be happening using OpenAPI 2.0 between apps
HDX and HXL will be used across all the modules
The text was updated successfully, but these errors were encountered: