[text] resident maintenance

Viewer

copydownloadembedprintName: resident maintenance
  1. graph TD
  2.   subgraph User
  3.     UC1[Register as Resident]
  4.     UC2[Authenticate User]
  5.     UC3[Report Maintenance Fault]
  6.     UC4[Track submitted Faults]
  7.   end
  8.  
  9.   subgraph House Warden
  10.     UC5[View Fault Reports]
  11.     UC6[Confirm Reported Issue]
  12.     UC7[Close Ticket]
  13.   end
  14.  
  15.   subgraph Hall Secretary
  16.     UC8[Send Fault Request to Maintenance Staff]
  17.   end
  18.  
  19.   subgraph Maintenance Staff
  20.     UC9[Mark Fault as Resolved]
  21.     UC10[View Fault Requests]
  22.   end
  23.  
  24.   subgraph All Users
  25.     UC11[Access System Interface]
  26.     UC12[Navigate User Interface]
  27.   end
  28.  
  29.   UC1 --> UC2
  30.   UC2 --> UC3
  31.   UC3 --> UC4
  32.   UC4 --> UC5
  33.   UC5 --> UC6
  34.   UC6 --> UC7
  35.   UC7 --> UC8
  36.   UC8 --> UC9
  37.   UC9 --> UC10
  38.   UC11 --> UC12
  39.  

Editor

You can edit this paste and save as new:


File Description
  • resident maintenance
  • Paste Code
  • 27 Apr-2024
  • 725 Bytes
You can Share it: