Skip to content
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

Implement Read Only Mode for User Settings #418

Closed
6 tasks done
DennisAlund opened this issue Jul 31, 2024 · 0 comments
Closed
6 tasks done

Implement Read Only Mode for User Settings #418

DennisAlund opened this issue Jul 31, 2024 · 0 comments
Assignees

Comments

@DennisAlund
Copy link
Member

DennisAlund commented Jul 31, 2024

Description

This issue involves implementing a "read only mode" for the user settings form. The form should be in read-only mode by default and switch to "edit mode" when the "edit" button is clicked. When in "edit mode", a "save" and "cancel" button should be displayed. Clicking the "cancel" button should revert any changes and switch the form back to read-only mode.
image

Tasks

  1. Set the user settings form to be in read-only mode by default.
  2. Add an "edit" button to switch the form to "edit mode".
  3. In "edit mode", display "save" and "cancel" buttons.
  4. Ensure the "save" button saves any changes made to the user settings.
  5. Ensure the "cancel" button reverts any changes and switches the form back to read-only mode.
  6. Ensure the transition between modes is smooth and user-friendly.

Acceptance Criteria

  • The user settings form is in read-only mode by default.
  • An "edit" button is present to switch the form to "edit mode".
  • In "edit mode", "save" and "cancel" buttons are displayed.
  • The "save" button saves any changes made to the user settings.
  • The "cancel" button reverts any changes and switches the form back to read-only mode.
  • The implementation provides a smooth and user-friendly transition between modes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

2 participants