Skip to content

Features

Shidan Javaheri edited this page May 12, 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: T6
  • Next Feature Id : F9

Implement Soon 🔜

Tasks

  • T5 - setup database with initial themes and setup database with a few initial themes, and implement service and controller for creating themes

Features

Accounts

Themes

Sources

Practice Sessions

Items

  • F3 - implement and unit test the service method to create an item (Shidan)
  • F4 - implement the controller that exposes the endpoint to create an item (Shidan)
  • F5 - implement and unit test the service method to filter all items by name, itemType, and theme
  • F6 - implement the controller that exposes the endpoint to filter all items by name, itemType and theme
  • F7 - implement and unit test the service method to be recommended a song that hasn't been said in a while, optionally by theme
  • F8 - implement and controller that exposes the endpoint to be recommended a song

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

  • F1 - implement and unit test the service method to create an account
  • F2 - implement the controller that exposes the endpoint to create an account
Clone this wiki locally