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

Delete item feature #8

Merged
merged 9 commits into from
Dec 10, 2023
Merged

Delete item feature #8

merged 9 commits into from
Dec 10, 2023

Conversation

tan12082001
Copy link
Owner

@tan12082001 tan12082001 commented Dec 8, 2023

Delete Item feature - Car Deletion

Implemented changes:

  • Create async thunk methods for fetching the cars' data and the RESTful method DELETE.
  • Created the slice method with reducers.
  • Created the components that would render the car's title and a button to delete the item.
  • Updated the page views with dispatch methods, useSelector calls to make use of the API data instead of mock data.

Tasks to work on:

  • Fix the logout endpoint
  • Work on styles.
  • Test cars endpoints for the delete method after the schema updation of my_reservations table.

Copy link
Collaborator

@Simpleshaikh1 Simpleshaikh1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing else to change, it's time to merge

@tan12082001 tan12082001 merged commit e4de044 into dev Dec 10, 2023
2 of 3 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants