-
Notifications
You must be signed in to change notification settings - Fork 23
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
Feat/individuals #259
base: develop
Are you sure you want to change the base?
Feat/individuals #259
Conversation
b02c532
to
c971619
Compare
Pour ceux que ça intéresse, j'ai créé ce petit sous module qui permet de créer un protocole de suivi d'individus monospécifique. Cela permet de confirmer que la PR fonctionne bien |
Et un protocole de suivi d'individus multi espèces : |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #259 +/- ##
==========================================
- Coverage 0.14% 0.14% -0.01%
==========================================
Files 23 23
Lines 1345 1368 +23
==========================================
Hits 2 2
- Misses 1343 1366 +23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
f955ed3
to
396e99f
Compare
From individual.json
Otherwise it goes into data
Add a global variable __MODULE.CD_NOM, stored in the t_module_complements table. It enables the user to provide the CD_NOM several times in the json config files like __MODULE.ID_LIST_TAXONOMY for instance...
And new cd_nom setting
Since it has been moved to GeoNature
ViewOnly & scalar_subquery()
Reviewed-by: andriacap
Reviewed-by: andriac
Change revises to match with the one used Remove useless "pass" Reviewed-by: andriac
396e99f
to
66ae097
Compare
Reviewed-by: andriacap
La PR PnX-SI/GeoNature#2740 ne doit plus être pris en compte . C'est cette PR qui doit être prise en compte : PnX-SI/GeoNature#3056 Un protocole de test est disponible sur cette branche : https://github.com/naturalsolutions/protocoles_suivi/tree/protocole-test-suivi-individu |
problem with query to find number of site and individuals Reviewed-by: andriacap
Reviewed-by: andriacap
Add nb_inidivuals property as before but write notes to understand why it was needed ? It seems to work without .. (tried) Reviewed-by: andriacap
Reviewed-by: andriacap
- need to change alembic in order to be usable for update of monitoring and for install monitoring from scratch Reviewed-by: andriacap
Reviewed-by: andriacap
Reviewed-by: andriacap
Reviewed-by: andriacap
* Script sql de migration des permissions * Changelog
b458547
to
5b0de36
Compare
…_sites" This reverts commit 4091e60.
Reviewed-by: andriacap
Depends on PnX-SI/GeoNature#2740
Closes #213