-
Notifications
You must be signed in to change notification settings - Fork 0
Features
Shidan Javaheri edited this page May 9, 2023
·
30 revisions
Behold: The features and tasks we plan on implementing! This is a simple and flexible project, so we have divided them into two categories: implement soon, and implement later 😄. Features and tasks that are already implemented are documented as well. Only features we will implement soon are identified with unique IDs.
- Next Task : T5
- Next Feature : F3
- T3 - create and unit test the CRUD repositories (Shidan)
- T4 - setup CI with GitHub Actions (Shidan)
- F1 - implement and unit test the service method to create an account (Shidan)
- F2 - implement the controller that exposes the endpoint to create an account (Shidan)
- T1 - setup the file structure and spring boot method level security, including a login system for accounts
- T2 - implement the domain model with JPA annotations