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

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

Implementation of CRUD functions following Sections table in database schema #24

Closed PedroRodz closed 1 month ago

PedroRodz commented 2 months ago

Implementation of CRUD functions following Sections table in database schema

Objective: Implement create,read,update and delete functions along with getters and any other necessary functions to be used in sections class of the database

Description: In order to create a functioning persistent storage application and manipulate it, we need to create necessary functions and create getters to allow other teams access to important data as needed Requirements:

-Create crud functions
-Create getters
-Test to ensure proper functionality

Time Constraints:

-Should be done one or two days at most after completion of the Implement aws database task so other teams can begin testing their work
-Complete by Sept. 13

Completion Criteria:

-Implementation of crud functions and getters

Difficulty: 3

-Crud function implementation should be straightforward once database is implemented

Priority: 8

-High priority to allow others to test their tasks

Recommended Assignees:

1 developers
Ar2691 commented 1 month ago

Add the branch name in which it’s being developed.

nelson-escalona commented 1 month ago

Looked over the sections file and it looks good. Unit testing will go underway later on.