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

feat: add, edit, delete cards #76

Merged
merged 20 commits into from
Jan 31, 2022
Merged

Conversation

nunocaseiro
Copy link
Contributor

@nunocaseiro nunocaseiro commented Jan 26, 2022

Relates to #75

Proposed Changes

  • HOC to protect the routes that require autentication
  • Refactoring the code in order to use the board's new model
  • Add card feature
  • Edit card feature
  • Remove card feature
  • Replace yup by zod
  • Alert dialog for confirming the delete action
  • Transformboard helper to modify optimistically the board when a card is moved and dropped
  • Added the request to add, edit, delete the cards in the backend
  • Added the request to update the card position in the backend
  • Refactor nextauth to save the user's id
  • Package.json updated

This pull request is intendend to close #75

@nunocaseiro nunocaseiro self-assigned this Jan 26, 2022
@nunocaseiro nunocaseiro changed the title Feature cards feat: add, edit, delete cards Jan 26, 2022
@nunocaseiro nunocaseiro force-pushed the feature-cards branch 4 times, most recently from e213ac4 to 2927716 Compare January 27, 2022 11:06
@nunocaseiro nunocaseiro marked this pull request as ready for review January 27, 2022 11:07
@nunocaseiro nunocaseiro requested a review from a team January 27, 2022 11:07
@nunocaseiro nunocaseiro force-pushed the feature-cards branch 7 times, most recently from d85dfea to 5d664a0 Compare January 30, 2022 02:14
@nunocaseiro nunocaseiro merged commit 943e4b5 into xgeekshq:main Jan 31, 2022
nunocaseiro added a commit to nunocaseiro/split that referenced this pull request Feb 11, 2022
@nunocaseiro nunocaseiro deleted the feature-cards branch November 18, 2022 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE]: add, edit, delete cards
2 participants