Feili0607 / KidsFun

1 stars 0 forks source link

Implement API controller for TaskType #7

Open Feili0607 opened 8 months ago

Feili0607 commented 8 months ago

Add the following component to support manage of Task types

  1. ApiController to add / read TaskTypes,
  2. Manager (or business logic level) to also support these operations
  3. Add database level support of the TaskType entity

please check out the KidDetail related code as example if you find it hard to do it from scratch

Feili0607 commented 8 months ago

@fkmy1ife task type is used to represent the type of task to be assigned to the kids, like piano, study math, etc. make it generic so that user can add more. be careful with delete operation as it might be dangerous as it might have been used already