Spaces:
Running
on
Zero
Running
on
Zero
File size: 371 Bytes
a61be63 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
@startuml
participant User as U
participant GradioApp as GA
participant GoogleAppsScript as GAS
participant BackendScript as BS
U -> GA: Fill in appraisal form
GA -> GAS: Submit form data
GAS -> BS: POST request with form data
BS -> BS: Process appraisal logic
BS -> GAS: Return appraisal result
GAS -> GA: Display appraisal result
GA -> U: Show appraisal result
@enduml |