From 2427aee3b64bb30bcf9075f145c8a267c8ab20fd Mon Sep 17 00:00:00 2001 From: Zachary Cauchi Date: Sat, 11 Nov 2023 01:40:25 +0100 Subject: [PATCH] feat: update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 568c118..f520af7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ * [x] Create a controller that gets users. * [x] Create a controller that gets exchange rates (seeded with dummy data for now). * [x] Create a controller that gets and creates exchanges. -* [ ] Set up a testing strategy. +* [x] Set up a testing strategy. * [x] Test the business logic behind the currency exchanges. ### Roadmap 2: @@ -27,13 +27,13 @@ * [x] Save that information to a database. * [x] Create an endpoint to get currency rates from the database and fetch that record if it's less than 30 minutes old. * [x] If the currency record is 30 minutes old or older, update it with a new rate record instead. -* [ ] Develop unit tests for these services. +* [x] Develop unit tests for these services. ### Roadmap 3: * [ ] Implement an identity setup to allow existing users to sign in. * [x] Allow the user to perform currency exchanges using the currency API and record them to the database. -* [ ] Develop unit tests for these services. +* [x] Develop unit tests for these services. ### Roadmap 4: