From e0900df3e150c2fb8899bcb42177602193122c23 Mon Sep 17 00:00:00 2001 From: Nitcelis Bravo Date: Tue, 25 Jul 2023 12:10:18 -0400 Subject: [PATCH] Update the Future Features section of the README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9504666..9bbaf9b 100644 --- a/README.md +++ b/README.md @@ -166,8 +166,10 @@ See the section about [deployment](https://facebook.github.io/create-react-app/d - [x] **Create Rockets view** - [x] **Use Redux to manage the states of rockets, missions** - [x] **Fetch data using the spaceX API** -- [ ] **Add actions and other functionality to Join/Leave Missions** -- [ ] **Add actions and other functionality to Reserve Rocket and Cancel Reservation** +- [x] **Add actions and other functionality to Reserve Rocket** +- [ ] **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** - [ ] **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**