-
Notifications
You must be signed in to change notification settings - Fork 103
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 #3299
Open
amandine-sahl
wants to merge
27
commits into
develop
Choose a base branch
from
feat/individuals
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
Feat/individuals #3299
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3299 +/- ##
===========================================
+ Coverage 83.93% 84.12% +0.19%
===========================================
Files 122 123 +1
Lines 9698 9859 +161
===========================================
+ Hits 8140 8294 +154
- Misses 1558 1565 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
amandine-sahl
force-pushed
the
feat/individuals
branch
from
January 2, 2025 09:51
ff255ed
to
b2e9aad
Compare
…odel fiting the migration refactor(api): move models from monitorings + mig feat(api): add relationships to individual model feat(api): add Individuals Marshmallow schema feat(api): add GET and POST routes test(api): tests routes GET and POST test(api): import set_logged_user_cookie from uh test(api): digitizer to digitiser feat(api): add filter on id_module in GET test(api): wip test id_module filter
- interface - service - basic select component that calls service api fix(front): mispell in route in service fix(front): forgot to add scss file
test(api): add test for filtering out with module
When creating an individual Do not load modules when listing individuals Exclude modules from the schema test(api): add test and improved ones
…duals feat(front): add post route and change interface feat(front): add create individual comp to mod feat(front): link with create component fix(front): add joined load to individuals style(front): change button to mini-fab And add modal style feat(front): possibility to provide cdNom & idList To the widget. Workaroung to make cdNom work: deactivate taxon widget when cdNom is provided
Between Individuals and Markings event for the latter to became the child of Individuals
Since it is really not useful because we need all relationships
chore(front): remove useless console.log style(front): apply prettier
fix(api): changed revision feat(api): crud in POST and GET individuals
To provide it to the GET and POST individuals routes
… btn When the form is not valid
chore(api): exclude relationships serialised style(api): apply black fix(api): wrong user attribute: organisme Instead of organism test(api): test rights
…on has_instance_permission [test] monitoring test has_instance_permission for TIndividuals & TMarkingEvent
amandine-sahl
force-pushed
the
feat/individuals
branch
from
January 7, 2025 10:27
352f607
to
bbc99f7
Compare
…ividu - Manage revision alembic to get medias for tmarkings_events - Add overlap in models to avoid error sqlalchemy Co-authored-by: DonovanMaillard <[email protected]> Co-authored-by: Andria Capai <[email protected]> Reviewed-by: andriacap
…duals select widget - fix filter active individuals only in individuals select widget - fix datatype marking_date Co-authored-by: DonovanMaillard <[email protected]> Co-authored-by: Andria Capai <[email protected]> Reviewed-by: andriacap
- Ajout de la règle *.DS_Store pour ignorer les fichiers spécifiques à macOS. - Ces fichiers sont créés automatiquement par Finder et ne doivent pas être suivis par Git. Co-authored-by: DonovanMaillard <[email protected]> Co-authored-by: Andria Capai <[email protected]> Reviewed-by: @andriacap
amandine-sahl
force-pushed
the
feat/individuals
branch
from
January 7, 2025 10:40
bbc99f7
to
681c799
Compare
amandine-sahl
force-pushed
the
feat/individuals
branch
from
January 7, 2025 15:19
39434f3
to
81d9215
Compare
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.
Rebasage de #2740 + #3056