Skip to content

Features

Shidan Javaheri edited this page May 10, 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 Id: T5
  • Next Feature Id : F3

Implement Soon 🔜

Tasks

Features

Accounts

  • 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)

Themes

Sources

Practice Sessions

Items

Implement Later ⏲️

Tasks

Features

Done! 🥳

Tasks

  • 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
  • T3 - create and unit test the CRUD repositories
  • T4 - setup CI with GitHub Actions

Features

Clone this wiki locally