-
Notifications
You must be signed in to change notification settings - Fork 26
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 rebased #402
Open
amandine-sahl
wants to merge
19
commits into
develop
Choose a base branch
from
feat/individuals_rebased
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Develop > Master / 0.7.0
refactor(db): move base individuals tables to GN feat(db): add id_individual col to observations fix(db): remove permission before removing objects fix(db): update individuals => cd_nom When dropping id_individual column. To keep observations data
feat(api): add definition, linking to orm models feat(api): add more attributes to orm models refactor(api): move everything to GeoNature feat(api): specific model dict for individuals feat(config): add first individual json file feat(api): more config to individuals.json refactor: update config following changes in model feat(api): add soft delete refactor(api): add marking as a individual child refactor(config): mv marking props to marking.json From individual.json feat(api): add nb_sites for individuals feat(api): add nb_individuals to site feat: add individuals to site.json feat(api): add id_individual column feat(api): add id_individual in observation.json Otherwise it goes into data feat(api): add individual permissions feat(config): add id_digitiser to marking feat(api): add cd_nom parameter for the module 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... feat(api): remove relationship Since it has been moved to GeoNature chore(api): fix sqlalchemy warning ViewOnly & scalar_subquery() feat(config): hide cd_nom by default feat(api): really delete object no deactivation style(api): apply black fix: disable viewOnl=True to remove warning fix: reorder revisions to make it ok for clean install fix: cd_nom missing on post observation Reviewed-by: andriacap fix: change revises migration to the good one Reviewed-by: andriac fix: replace revises by the good one and rm pass Change revises to match with the one used Remove useless "pass" Reviewed-by: andriac fix: nb_individus and nb_sites for Tindividuals problem with query to find number of site and individuals Reviewed-by: andriacap fix: add distinct on nb_individuals for site Reviewed-by: andriacap refactor: add nb_individuals outside models Add nb_inidivuals property as before but write notes to understand why it was needed ? It seems to work without .. (tried) Reviewed-by: andriacap
docs: fix details and add more docs: add permissions section docs: update docs following required id_module And new cd_nom setting docs: more doc for individiuals
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reprise du travail réalisé par @mvergez : #259