Comp-490-SeniorProject / site

MIT License
0 stars 1 forks source link

Build component for summary page #32

Open mndzamel opened 2 years ago

mndzamel commented 2 years ago

Build the summary page component that shows recent changes in parameters and scheduled tests for a specific device. The particular device is selected from the device overview page. (See prototype for UI design and features)

2 parts to this issue:

  1. Implement the summary page as an Angular component, using the summary page in the prototype as a guide. Header and sidebar are separate components, so only the summary portion (Recent Parameters, Today's Schedule) are to be implemented for this issue. Bootstrap is used to improve layout and styling.

  2. Connect the summary page component to the backend API using Typescript. The most recent changes in a result for each parameter associated with a particular device has to be retrieved and displayed. The tests that are scheduled to run on the day a user checks the page must also be retrieved and displayed. Models to be used: Parameters and (scheduled) tests