bounswe / bounswe2024group7

Collaborative hub for 2024Group7
https://bounswe.github.io/bounswe2024group7/
4 stars 3 forks source link

Implement Training Program Creation for Trainers (Endpoint) #160

Closed m1u1s1 closed 1 month ago

m1u1s1 commented 1 month ago

Implement functionality for trainers to create new training programs. Acceptance Criteria: Trainers can submit a new training program through a POST request. The program is stored with associated details and linked to the trainer who created it. The response includes the program details and a confirmation of successful creation.

sametaln commented 1 month ago

The training program creation endpoints works good. Implemented in the frontend too.