-
Notifications
You must be signed in to change notification settings - Fork 1
[Référentiel navire] Ajout de la recherche sur la carte. #2569
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
base: main
Are you sure you want to change the base?
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
19eea57 to
4227cce
Compare
154f7de to
64a8203
Compare
63b5403 to
6fbe08d
Compare
| @@ -0,0 +1,750 @@ | |||
| insert into public.naf (code, label) | |||
| values ('01.11Z', 'Culture de céréales (à l''exception du riz), de légumineuses et de graines oléagineuses'), | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c'est quoi naf et d'où viennent ces données?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
le NAF est la nomenclature d'activité francaise que l'on peut retrouver sur le site de l'INSEE.
https://www.insee.fr/fr/information/2120875 (sous-classe)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
idem pour las status légaux
| const [debouncedQuery] = useDebounce(query, 300) | ||
| const { options } = useVessels(debouncedQuery) | ||
|
|
||
| const vesselCustomSearch = new CustomSearch(options ?? [], ['label']) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sur la maquette il est écrit qu'il faut pouvoir chercher sur le nom, le MMSI, l'immatriculation et l'imo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done ✅
| <MapMenuDialog.Body> | ||
| <VesselIdentity> | ||
| <dt>MMSI</dt> | ||
| <dd>{vessel.mmsi ?? UNKNOWN}</dd> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sur les maquettes il y a un -quand la donnée est vide (et non Inconnu)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done ✅
d594ae8 to
d687e8b
Compare
|
|
@claire2212 Il y a quelque changements par rapport à la maquette. La fiche navire est juste sous le champ de recherche |
Related Pull Requests & Issues