UA-Smart-Signage-Platform / Content-Manager-System-and-Content-Creator-Tool

Content Manager System and Content Creator Tool developed to facilitate the presentation of information.
GNU General Public License v3.0
1 stars 0 forks source link

model/endpoints for the schedule entity #93

Closed DiogoSilva1904 closed 5 months ago

DiogoSilva1904 commented 6 months ago

Issue

Closes #39

Reason for this change

Modeling the entity schedule, and making the respective service,repository and controller.

Description of changes

The entity schedule has been created along with its corresponding repository, services, and controllers. The controllers handle the following operations such as retrieving all schedules, fetching schedules by their unique IDs, deleting schedules, saving new schedules, and updating existing ones.Swagger documentation already done for the this controllers.

Description of how you validated changes

There were made unitary tests for the repository, services and endpoints

Checklist

Aditional Information

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
4 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

Rafa548 commented 5 months ago

lgtm

DiogoSilva1904 commented 5 months ago

This changes will be adressed in a new issue. #102