ita-social-projects / SpaceToStudy-BackEnd

MIT License
12 stars 5 forks source link

(SP: 1) Remove the "availability" field from the Lesson, Quiz, and Attachment entities #903

Closed Olenka-Hryk closed 1 month ago

Olenka-Hryk commented 1 month ago

Remove the "availability" field from the Lesson, Quiz, and Attachment entities

The field availability should be removed from the Lesson, Quiz, and Attachment entities. It should instead be moved to the top level of the Cooperation entity (Issue #905). This is because resources are added as links within the Cooperation entity, and the availability of these resources should be set at the Cooperation level. Having availability at the entity level would be redundant and inconsistent, as it could change independently for resources added as links:

Screenshot 2024-09-06 at 23 02 00 Screenshot 2024-09-06 at 23 20 26