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

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

Create CRUD Functions for Semester Planning Table #96

Closed carlospepin23 closed 1 week ago

carlospepin23 commented 3 weeks ago

Objective:

Implement CRUD functions for the semester_planning table.

Description:

This task involves creating the necessary CRUD functions for the semester_planning table. These functions will allow users to manage semester planning data efficiently within the application.

Requirements:

Time Constraints:

Complete by Friday, October 18.

Completion Criteria:

CRUD functionality for the semester_planning table is implemented and integrated with the Semester Planning class.

Difficulty: 4

The task involves understanding existing database relationships and creating functions that interact with the semester_planningtable.

Priority: 3

This task is important for the Semester Planning feature; however, it has a priority of 3 since there is sufficient time, and it will be worked on after the Semester Planning class is created.

Recommended Assignees:

1x Developer

Database Table:

image

carlospepin23 commented 1 week ago

Completed fully functional CRUD operations for the Semester Planning table.

class Here's the SemesterPlanning class with its properties.

create

read

update

delete

main_testing

Here are examples demonstrating the usage of each function.

nelson-escalona commented 1 week ago

LGTM 👍