diff --git a/README.md b/README.md index d8a1abd..b384b51 100644 --- a/README.md +++ b/README.md @@ -255,27 +255,34 @@ Once you've ensured the correct line endings, run the following command to build

🔧 Adjustments and improvements

The project is still under development, is currently using development settings. The next updates will focus on the following tasks: + +### Priorities + - [x] Add standard price and promotional price -- [x] Implement a better separation of Users and Clients -- [x] Add more details to poor entities - [x] Add more behaviors to entities, reducing dependence on external services for basic domain rules -- [x] Add a promotional price scheduler, so that when you set a promotional price, you also set a deadline for the promotional -- [x] Implement Spring Security -- [x] Create a Cart service +- [x] Add a promotional price scheduler, so that when you set a promotional price, you also set an expiration date for the promotion - [x] Create docker-compose - [x] Create fallbacks for failures between services -- [x] Each microservice will have the ability to decode JWT token, killing the need for Auth microservice -- [x] Create detailed API documentation with Swagger -- [x] Group all OpenAPI documentation into Gateway +- [x] Create detailed API documentation with OpenAPI and group all documentations into Gateway - [ ] Implement caching with Redis -- [ ] Allow users to have multiple addresses - [ ] Sending emails regarding orders + + + +### Security +- [x] Implement Spring Security +- [x] Each microservice should be able to decode the JWT token, eliminating the need for the Auth microservice +- [] Implement OAuth2 with 2FA + +### New services +- [x] Cart +- [ ] Evaluation +- [ ] DiscountCoupon + +