Skip to content
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

MULTI-ORGANISMES - mettre certains paramètres de la webapi dans le settings des applications mobiles #10

Open
gildeluermoz opened this issue Feb 21, 2017 · 0 comments

Comments

@gildeluermoz
Copy link
Member

Actuellement les paramètres concernant l'organisme producteur de la saisie est inscrit en dur dans le fichier faune/settings.py. Afin de permettre une saisie par différents organismes avec la même instance de synchronisation (même webapi et même base de données), il y a lieu de déplacer le paramètre dans les settings des applications mobiles et de faire passer cette information via le json de chacune des saisies.
Le même comportement peut être mise en place pour id_protocole et id_lot.
Ci-après les constantes enregistrées en dur dans le fichier [faune/settings.py](https://github.com/PnEcrins/GeoNature-mobile-webapi/blob/master/webapi/faune/settings.py#L179) de la webapi à déplacer selon le principe exposé ci-dessus.

  • FAUNA_ID_ORGANISM = 2

  • FAUNA_ID_PROTOCOL = 140

  • FAUNA_ID_LOT = 4

  • MORTALITY_ID_PROTOCOL = 142

  • MORTALITY_ID_LOT = 15

  • INV_ID_LOT = 14

  • INV_ID_PROTOCOL = 141

  • FLORA_ID_ORGANISM = 2

  • FLORA_ID_PROTOCOL = 132

  • FLORA_ID_LOT = 104

FAUNA_ID_ORGANISM doit être transmis par les applications contact-faune, contact-invertébrés et mortalité

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant