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 - Ability to edit a company #68

Open
3 tasks
epintozzi opened this issue Dec 20, 2024 · 0 comments
Open
3 tasks

FE - Ability to edit a company #68

epintozzi opened this issue Dec 20, 2024 · 0 comments
Assignees

Comments

@epintozzi
Copy link
Contributor

epintozzi commented Dec 20, 2024

The user will be able to edit a companies details on the front end.

  • Add button to edit a specific company.

  • Create new component to follow current files in place EX. CompanyShow, NewCompany

  • Handle successful and error responses

fetch should look similar to this:

fetch(`${backendURL}users/${userId}/companies/${companyId}`, {
method: "PATCH",
@epintozzi epintozzi moved this to Backlog in Tracker CRM Dec 20, 2024
@epintozzi epintozzi moved this from Backlog to Todo in Tracker CRM Jan 23, 2025
@bwillett2003 bwillett2003 changed the title Ability to edit a company FE - Ability to edit a company Feb 4, 2025
@bwillett2003 bwillett2003 moved this from Todo to In Progress in Tracker CRM Feb 4, 2025
@bwillett2003 bwillett2003 moved this from In Progress to Todo in Tracker CRM Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants