AadityaBansal01 / AadityaBansal01/smart-timetable
Show feedback when timetable auto-saves
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
## Description
Currently, when the timetable auto-saves, there is no visual feedback to inform the user whether the save was successful or if an error occurred. Adding feedback messages will improve user experience and make it clear that data is being saved in real-time.
## Steps to Implement
1. Detect when the auto-save function is triggered.
2. Show a temporary message (e.g., “Saved!”) on successful save.
3. Display an error message (e.g., “Error saving, please try again”) if the save fails.
4. Consider using toast notifications, banners, or small inline messages.
5. Ensure the message disappears after a short duration (e.g., 2–3 seconds).
## Expected Behavior
- Users receive clear feedback every time the timetable auto-saves.
- Success messages appear for successful saves, and error messages appear for failed saves.
- Messages do not obstruct the timetable UI.
Contributor guide
Assessment
This issue has not been assessed yet.