-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat/refact: Use of medias type and bibattribut
-Backend - Remove all references of taxhub_full_lists (list in cache backend) - Add routes to get medias types and bibattributs - Add params to route "get_lists" in order to use query params list of cd_nom - Change docstring for "get_lists" - Add function "set_taxa_info_from_taxhub" to add information taxhub (taxref and medias) to newobs - Frontend: - Add globalCacheService to get and set medias types and bibattributs - Add api route in taxhubService to get Medias and BibAttributs and loadAndCacheData to use globalCacheService based on return of api route called - Add interface to use typing as much as possible - Add call to this._taxhubService.setMediasAndAttributs in order to filter on medias (photo, photo principale and photo citizen) and to filter on attribut "nom_français" - Comment old "Autocomplete" code - Use filtered method service : this._taxhubService.filterMediasTaxhub in step of "congrats" in order to use first photo, if not medias taxhub - Global: - Add comments to all references seems to be useless now Reviewed-by: andriacap
- Loading branch information
Showing
16 changed files
with
651 additions
and
257 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.