thanthtooaung-coding / Salon-Booking-System

Salon Booking System - Spring Boot API
MIT License
0 stars 0 forks source link

Enhance Models for Booking and Promotion Management #15

Closed thanthtooaung-coding closed 2 days ago

thanthtooaung-coding commented 2 days ago

Description:

Details:


Benefits:


Steps to Implement:

  1. Add the price field to the Stylist model.
  2. Add the hasActivePromotion field to the Service model.
  3. Establish a many-to-many relationship between Service and Promotion models.
  4. Ensure consistency by updating the hasActivePromotion flag whenever promotions are added or removed.