correction of staff app diagram

This commit is contained in:
José Salazar
2026-01-20 16:16:10 -05:00
parent 4e09d21beb
commit ba85acd450

View File

@@ -94,7 +94,7 @@ end
subgraph L17["Shifts"] subgraph L17["Shifts"]
S_shifts["shifts_screen.dart"] S_shifts["shifts_screen.dart"]
S_shifts --> S_shifts_Q["Queries<br/>* application - getApplicationsByStaffId<br/>* shiftRole - listShiftRolesByVendorId/listShiftRolesByRoleId<br/>* application - getApplicationsByStaffId"] S_shifts --> S_shifts_Q["Queries<br/>* application - getApplicationsByStaffId<br/>* shiftRole - listShiftRolesByVendorId/listShiftRolesByRoleId<br/>* application - getApplicationsByStaffId"]
S_shifts --> S_shifts_M["Mutations<br/>* application - updateApplicationStatus<br/>* application - createApplication] S_shifts --> S_shifts_M["Mutations<br/>* application - updateApplicationStatus<br/>* application - createApplication"]
end end
subgraph L18["My availability"] subgraph L18["My availability"]