Devlog 10 - Subject Editing Feature
I added a feature that allows users to edit existing subjects.
Previously, once a subject was added, the only option was to remove it and create a new one. This was inconvenient if a user made a typing mistake or wanted to rename a subject.
To improve usability,
I added an Edit button to every subject card. When the button is clicked, the user can enter a new subject name and update the information directly from the planner.
I tested the feature with different subject names and also added validation to prevent empty values from being saved.
I also updated the local storage data after editing so the changes remain available even after refreshing the page.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.