Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 799 Bytes

TODAYPLAN.md

File metadata and controls

24 lines (20 loc) · 799 Bytes

Today Plan

[2024-06-19]

  1. Check all model services can work properly
  2. Test API with each model services
  3. Continue Lists all bussiness logic.

[2024-06-18]

  1. Clear unnecessary file, folder and code
  2. implement complete 1 API for our new Prisma - MVC stack
  3. after that complete 1 API for bussiness logic that use transaction
  4. List sequene for insert data
  5. Create /database
    • /reset -> remove all data in table and start count at 1
    • /mock -> insert mock data
    • /setup -> remove data then insert mock data
  6. prepared services to handle (5)
  7. List all bussiness logic
  8. If possible do error handling for all models

Relate function for /mock

  • Insert Users, Insert UserProfile, Update User Profile.
  • Insert Genres, Insert Books, Insert BookImages, UpdateBookImages