Refactorisation : rendre les différents éléments indépendants - #513
Open
jacquesfize wants to merge 38 commits into
Open
Refactorisation : rendre les différents éléments indépendants#513jacquesfize wants to merge 38 commits into
jacquesfize wants to merge 38 commits into
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #513 +/- ##
===========================================
- Coverage 80.72% 80.31% -0.42%
===========================================
Files 46 48 +2
Lines 3741 4211 +470
===========================================
+ Hits 3020 3382 +362
- Misses 721 829 +108
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Pierre-Narcisi
force-pushed
the
refact-config
branch
from
October 22, 2025 15:56
5a7eafe to
fdcf585
Compare
amandine-sahl
force-pushed
the
refact-config
branch
from
December 29, 2025 14:45
1238043 to
d6d32c3
Compare
* feat (config, back): now replace config file variable when parsing the protocol config * feat(config,back): config now merge `generic` and `specific` into `fields` * create a new route to fetch the new configuration * modify ci and fix lint * fix missing variable * increase test and debug * fix lint Create new config service (#514) Add a Config Resolver launched on every route (#515) fix config resolver (#517) Create and use config-g (#516) * use config-g * Resolve datatable * Resolve configServiceG * Remove configService * Use configResolver Process config when loading fix process config
* Clean permission in datatable -g * Change permission * Clean permission Generic config : Add missing label_list (#521) Refact Monitoring properties g (#519) * first version * now work on site and site group * debug rebase * refact + clean + add properties g to module * fix synthese sync * fix lint
* Route getOne * Add getOne sites_group Lint frontend
* SiteGroup Detail component Remove configServe & obj
… sitesgroups.component (#529) clean code
* Form map * Use geojson properties
* POST/PATCH sites_group
amandine-sahl
force-pushed
the
refact-config
branch
from
July 20, 2026 14:00
fb1ac12 to
b1a4a0d
Compare
* Route POST/PATCH sites_group
* add chain to form-g * reset and chain children
--------- Co-authored-by: amandine-sahl <amandine.sahl@cevennes-parcnational.fr>
* Fix : refresh datatable on sitegroup component * Garder le nom des colonnes même sans données
* Form-g resolve propertie formForm * Visit detail component rename var * Observation : add routes * Create observation detail component
* Routes observation add tests
* Clean redondant code * Clean * clean endpoints * Unsuscribe currentEditMode * currentEditModeSubscription heritage
--------- Co-authored-by: amandine-sahl <amandine.sahl@cevennes-parcnational.fr>
--------- Co-authored-by: amandine-sahl <amandine.sahl@cevennes-parcnational.fr>
* Factorisation * Rename SiteGroupComponent
This file contains hidden or 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
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.
Objectif : reprendre les composants "spécifiques" de façon à les rendre indépendants de la class Obj et du service configService.
Backend
création d'une route refact config qui évite des traitements au niveau du front
correction des configs
création d'un MonitoringCruvedSchemaMixin pour retourner le cruved automatiquement
routes sites :
routes sites_groups :
routes visites :
routes observations :
routes obs détail
routes individus
routes marquage
tests
Frontend