issues
search
Ruben-1058461
/
Processing-Tools---Soeplepel
0
stars
0
forks
source link
As a User, I want to be able to use CRUD for Shipment object [5]
#58
Open
LMMosqueaVasquez
opened
1 month ago
LMMosqueaVasquez
commented
1 month ago
[ ] Add a function that handles CRUD for Shipments
[ ] Bound the Source_id to the Shipment
Definition of Done
[ ] A function that allows CRUD operations for an Order object has been implemented.
[ ] The Source_ID is connected to the Order upon creation.
[ ] All specified operations (Create, Read, Update, Delete) are functional and work as intended.
Ruben-1058461
commented
1 month ago
Definition of Done
[ ] A function that allows CRUD operations for an Order object has been implemented.
[ ] The Source_ID is connected to the Order upon creation.
[ ] All specified operations (Create, Read, Update, Delete) are functional and work as intended.
[ ] The code is clean, well-structured, and adheres to best practices (PEP-8).
[ ] Unit and integration tests have been created and executed, ensuring full coverage of the CRUD functionality.
[ ] The code has been reviewed and approved by at least one other developer.
[ ] All the points mentioned above have been completed.
Definition of Done