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

(Update)Crew Collection Edit Items #18

Open
bnemchak opened this issue Jul 14, 2020 · 1 comment
Open

(Update)Crew Collection Edit Items #18

bnemchak opened this issue Jul 14, 2020 · 1 comment
Assignees

Comments

@bnemchak
Copy link
Contributor

bnemchak commented Jul 14, 2020

User Story

As a user, I should be able to edit a crew member on the team.

AC

WHEN a user is logged in
AND on the Crew Collection Page
THEN they will see an edit button on the crew member
WHEN clicked it'll allow the the user to edit the name and type categories

Dev Notes

  • Create a crew collection div
  • create editCrew() : src/javascripts/components/editCrew/editCrew.js
  • Use axios.put to edit crew data in firebase
  • Create editCrewForm() - Use bootsrap form
  • $('body').on('click', '.edit-crew-form', editCrewForm)
  • Addclass.hide unless the user is logged in
  • Add edit button to food cards
@bnemchak bnemchak changed the title Food Collection Edit Items Crew Collection Edit Items Jul 14, 2020
@bnemchak bnemchak self-assigned this Jul 14, 2020
@bnemchak
Copy link
Contributor Author

Screen Shot 2020-07-14 at 7 10 45 PM

@bnemchak bnemchak changed the title Crew Collection Edit Items (Update)Crew Collection Edit Items Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant