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

FE - Refactor Company Modal to have persisting data #141

Open
2 tasks done
bwillett2003 opened this issue Feb 20, 2025 · 0 comments · May be fixed by turingschool/tracker-crm-fe#157
Open
2 tasks done

FE - Refactor Company Modal to have persisting data #141

bwillett2003 opened this issue Feb 20, 2025 · 0 comments · May be fixed by turingschool/tracker-crm-fe#157
Assignees

Comments

@bwillett2003
Copy link
Collaborator

bwillett2003 commented Feb 20, 2025

As of right now if a user clicks out of a modal for editing a company, any information that the user has entered will be lost.

  • Make user entered info persist in their respective fields upon accidental modal closing
  • Zip code allows free text of all characters, needs to be limited to integers only.
  • Only will make a PATCH request when user clicks SAVE
  • Local storage and timeout for how long the data persists
@bwillett2003 bwillett2003 self-assigned this Feb 20, 2025
@bwillett2003 bwillett2003 moved this to Todo in Tracker CRM Feb 20, 2025
@bwillett2003 bwillett2003 moved this from Todo to In Progress in Tracker CRM Feb 20, 2025
@bwillett2003 bwillett2003 changed the title FE - Refactor Company Modal to have persisting edit. FE - Refactor Company Modal to have persisting data Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant