uprm-inso4101-2024-2025-s1 / semester-project-regiupr

semester-project-regiupr created by GitHub Classroom
7 stars 1 forks source link

Create functions to get and update the classes in the semesters in the college planning feature. #94

Open nelson-escalona opened 2 weeks ago

nelson-escalona commented 2 weeks ago

Objective: Create all the functions necessary to get and update the classes in the semesters in the college planning feature.

Description: This task involves creating the necessary functions to get the courses to a specific semester from the database. These functions must return a list of 'course' objects given the students data and the semester to get the courser from.

Research must me conducted on the database design to check the necessary queries.

The scope of this issue is to deal with adding, deleting and updating courses to the planned semesters. Dealing with the actual planning semesters(creating, updating, deleting semesters) is NOT in the scope of this issue.

Requirements: For this task, the semester and courses classes must be completed.

Time Constraints: No time constraint yet. But will be updated.

Completion Criteria: We have fully functional functions that given student data and a specific semester, they return the classes in that semester.

Difficulty: 3

Priority: 4

Assignees: No assignees yet

NOTE: Task created to avoid further point decay. More information on the task coming later.

nelson-escalona commented 1 day ago

Added "The scope of this issue is to deal with adding, deleting, and updating courses to the planned semesters. Dealing with the actual planning semesters(creating, updating, deleting semesters) is NOT in the scope of this issue." to the issue description to better clarify this issue and define the difference between this issue and issue #96.