added ClientRepo class skeleton and pymongo dependency for MongoDB integration #135
No reviewers
Labels
No labels
CI/CD
MongoDB
PostgreSQL
api
authentication
bug
documentation
duplicate
enhancement
example issue
fix
good first issue
help wanted
high-level requirement
infrastructure
invalid
low-level requirement
medium-level requirement
question
security
test
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AndreFerreira5/starranja!135
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "db-interface-clients"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
followed the same model of VehicleRepo
Looks good!
@GFMpt13 please read my other comment and see for yourself if it makes sense.
@ -0,0 +83,4 @@Note:Consider implementing soft delete or checking for active work ordersbefore allowing deletion (business rule validation)Good observation! I would recommend listing this feature on the issues so it is not forgotten and someone implements this logic.
@ -0,0 +83,4 @@Note:Consider implementing soft delete or checking for active work ordersbefore allowing deletion (business rule validation)@vascodias23 Yes, I agree. We may discuss the use of a soft delete. But the checking for active work orders must be implemented 100%
Everything looks good. Nice note about the soft delete/checking for active work orders.
We must implement the check, and pottentially discuss the soft delete.
@ -0,0 +83,4 @@Note:Consider implementing soft delete or checking for active work ordersbefore allowing deletion (business rule validation)I already created the issue for that, so it will not be forgotten