From 742e4c18c8a3698b01222d554a293454ba871d88 Mon Sep 17 00:00:00 2001 From: Nitcelis Bravo Date: Tue, 25 Jul 2023 13:32:57 -0400 Subject: [PATCH] Update the Future Features section of the README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bbaf9b..0ef8fc9 100644 --- a/README.md +++ b/README.md @@ -167,9 +167,9 @@ See the section about [deployment](https://facebook.github.io/create-react-app/d - [x] **Use Redux to manage the states of rockets, missions** - [x] **Fetch data using the spaceX API** - [x] **Add actions and other functionality to Reserve Rocket** -- [ ] **Add actions and other functionality to Cancel Reservation** +- [x] **Add actions and other functionality to Cancel Reservation** - [x] **Add actions and other functionality to Join Missions** -- [ ] **Add actions and other functionality to Leave Missions** +- [x] **Add actions and other functionality to Leave Missions** - [ ] **Create the list of My Missions and My Rockets in the My Profile view** - [ ] **Add CSS styles to the UI following the mobile first approach** - [ ] **Create Unit tests using Jest and React testing library**