-
BodyTest
-
Design a frontend page to display the user's upcoming appointments.
-
As a user, I want to view my upcoming appointments, so that I can keep track of them.
-
Provide immediate feedback to the user upon successful booking.
-
Ensure that double-booking is prevented by checking for conflicts before confirming a booking.
-
Develop API endpoints to handle appointment bookings and ensure time slot availability.
-
Create a frontend interface to show available time slots to users.
-
### ๐๏ธ ์์ ์์
(Ticket Number)
NC11-1
### ๐ณ ๋ธ๋์น๋ช
(Branch)
JIRA
### ๐ ์์ธ ๋ด์ฉ(Description)
์ง๋ผ ํ
์คํธ์ฉ ์
๋๋ค
### โ
์ฒดํฌ๋ฆฌ์คํธ(Tasks)
- [ ] Task1
- [ ] Task2
-
As a user, I want to book an appointment during an available time slot, so that I can receive services.
-
Integrate the frontend interface with the backend API to store time slots in the database.