-
-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Labels
Description
Hi @eccentriccoder01 ,
Problem
The "Quick Self-Check" page was a simple, one-time assessment tool. It did not store user input, making it impossible to track well-being metrics like stress, sleep, and mood over time.
Solution
I have upgraded the feature in pages/WellnessResourceHub.py
to include historical tracking and visualization:
- Data Persistence: User submissions for stress, sleep, and mood are now saved with a timestamp in the session state.
- Trend Visualization: A line chart (
st.line_chart
) now displays the history of these metrics, allowing users to easily visualize their well-being trends. - Raw Data View: An expander was added so users can view their historical data in a table format.
This enhancement converts the feature from a simple tip generator into a powerful tool for long-term self-monitoring.
Screenshot:

Kindly assign it to me under gssoc level 3
eccentriccoder01