fyp-report/diagrams/models-flow.d2
Andre Henriques e59cdd33e6
All checks were successful
continuous-integration/drone/push Build is passing
chore: more work on the report
2024-03-12 11:15:05 +00:00

28 lines
437 B
Plaintext

direction: right
User: "Authenticated User" {
shape: Person
}
User->Login: "User Signs In"
User->Register: "User Registers"
App: "Web APP"
Login->App: "User uses the App"
Register->App: "User uses the App"
Token: "Generate API Token"
Login->Token
Register->Token
Server: "User' Servers" {
shape: Cloud
}
Token->Server: "User Provides Token"
User->Server: "User controls Server"
Server->API: "Users' Servers Interact with API"