Dashboard - UBCC3/UI GitHub Wiki
Content (TBD)
Dashboard
Upon successful authentication, the user will land on the dashboard which will display all the jobs that are currently in-progress or the jobs that have finished running.
Currently the fetch requests to pull the in-progress and completed jobs are only sent on initial load. The request to fetch the data to have the UI display updated state of the job will need to be implemented. Send fetch request every 60s might be a good interval.
The sequence diagram of user dashboard