-
Notifications
You must be signed in to change notification settings - Fork 1
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
Amélioration de l'onglet Actions suite aux retours de MerTerre : #30
The head ref may contain hidden characters: "23-onglet-actions-am\u00E9liorations"
Conversation
- Wording - modification du popup de la map sur l'onglet 'ramassages réalisés' - modification des tooltips des graphiques sur l'onglet 'ramassages réalisés' - déplacement dans home.py de la fonction load_df_events_clean() pour charger les evenements à venir - suppression de la police Montserrat - conflit pyproject.toml OK
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.
On est bon pour moi, merci Mehdi :)
# Appel des fonctions pour charger les données | ||
@st.cache_data | ||
# Définition d'une fonction pour charger les evenements à venir | ||
def load_df_events_clean() -> pd.DataFrame: |
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.
Pourquoi définir une fonction pour charger les données ?
- penser au docstrings pour aider les copains (et l'IDE) à comprendre la fonction ^^
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
dashboards/app/pages/actions.py
Outdated
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.
Rien à dire !
Comme pour #29 les html pourraient être dans des fichiers dédiés
dashboards/app/pages/hotspots.py
Outdated
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.
Ces changements sont-il les même que pour #29 ?
Si oui, c'est OK pour moi
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.
Yes
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.
OK
def load_df_events_clean() Chargement des données des événements à venir
Résolution des conflits de merge
Validé avec Quentin et Téo.