Routes for WorkOrder #180

Merged
GFMpt13 merged 5 commits from routes-WorkOrder into main 2026-01-18 16:49:16 +00:00
GFMpt13 commented 2025-12-19 17:55:35 +00:00 (Migrated from github.com)

Implemented the routes for WorkOrders.
Added the logic for calculate the total price of an WorkOrder.
All route tests passed.

Closes #167

Implemented the routes for WorkOrders. Added the logic for calculate the total price of an WorkOrder. All route tests passed. Closes #167
duarteneves5 (Migrated from github.com) reviewed 2025-12-19 17:55:35 +00:00
vascodias23 (Migrated from github.com) reviewed 2025-12-19 17:55:35 +00:00
JoaoTF03 (Migrated from github.com) reviewed 2025-12-19 17:55:35 +00:00
AndreFerreira5 (Migrated from github.com) reviewed 2026-01-16 17:51:52 +00:00
@ -81,0 +86,4 @@
self._database = None
async def connect(self):
# ...
AndreFerreira5 (Migrated from github.com) commented 2026-01-16 17:51:52 +00:00

is this function empty on purpose?

is this function empty on purpose?
AndreFerreira5 (Migrated from github.com) reviewed 2026-01-18 16:48:57 +00:00
@ -81,0 +86,4 @@
self._database = None
async def connect(self):
# ...
AndreFerreira5 (Migrated from github.com) commented 2026-01-18 16:48:57 +00:00

i'm resolving this because the development must go on, but this must be addressed later

i'm resolving this because the development must go on, but this must be addressed later
AndreFerreira5 (Migrated from github.com) approved these changes 2026-01-18 16:49:10 +00:00
Sign in to join this conversation.
No description provided.