-
Notifications
You must be signed in to change notification settings - Fork 0
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
Mise en place des favoris #442
Open
lowzonenose
wants to merge
53
commits into
main
Choose a base branch
from
feature/bookmarks
base: main
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
Open
4 tasks
elias75015
approved these changes
Jan 20, 2025
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.
Mettre la deuxième partie de cette PR dans une nouvelle PR.
Ne pas activer la connexion en prod.
IGNFhc
approved these changes
Jan 20, 2025
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.
ça fonctionne aussi de mon côté la première partie
fonctionnel pour enregistrer un croquis
072fc1d
to
961156b
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.
Les favoris
ℹ️ Pour la recette des favoris, il faut ajouter un env local !
Ex. fichier .env.stage.local
Il existe plusieurs scénarios : success_nodata | success_data| error
mode non connecté
mode connecté
no data
menu des favoris
Liste des labels de l'API Entrepôt
menu et lecture des documents
enregistrement et modifications des documents
workflow pour un croquis (creation)
drawing:saved
avec le layer en paramonSaveDrawing()
getFeatures
sur le layer au format KMLPOST /documents
pour enregistrer l'export sur l'espace personnelservice.documents.drawing
)service.documents.drawing
)gpResultID = bookmark:kml:UUID
service:documents:saved
avec UUID en paramonAddDrawing()
workflow pour un import (creation) (uniquement les vecteurs)
import:added
avec le layer en paramonSaveImport()
onAddImport()
Extensions :
Site Web :
API Entrepôt
Menu des Actions sur les documents :
Boutons
Ajouter Bouton Enregistrer ou Sauvegarder
Ajouter Bouton Exporter avec menu
Implémentation de l'enregistrement automatique des données issues de l'outil d'import
Implémentation de l'enregistrement manuel des croquis
notifications
ℹ️ possibilité de personnaliser la popup (cf. https://docs.notivue.smastrom.io/headless/usage.html#_1-create-the-notification)
bus d'evenements
ou
Les évenement étant globaux, on centralise la création des noms des evenements dans un fichier :
(cad, on ne peut pas les creer à la volée dans le code, il faut au préalable, l'enregistrer dans un fichier)
cf. @/features/events.js
partage des données
authentification dite "distante"
À définir...
et