Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
weatherbox:dashboard_v3:components:start [2020/05/13 01:34] kliu created |
weatherbox:dashboard_v3:components:start [2021/09/19 21:59] (current) |
||
---|---|---|---|
Line 7: | Line 7: | ||
Located: [[https://github.com/scel-hawaii/dashboard_v3_react/blob/master/src/layouts/Home.js|dashboard_react_v3/src/layouts/home.js]]\\ | Located: [[https://github.com/scel-hawaii/dashboard_v3_react/blob/master/src/layouts/Home.js|dashboard_react_v3/src/layouts/home.js]]\\ | ||
This is the layout page for the main landing page, displaying all collected data from the working weather boxes within the lab. It currently uses all the components and also fetches the data from the database using the API. | This is the layout page for the main landing page, displaying all collected data from the working weather boxes within the lab. It currently uses all the components and also fetches the data from the database using the API. | ||
+ | {{ :weatherbox:dashboard_v3:components:homepage.png?800 |}} | ||
===Apple Page=== | ===Apple Page=== | ||
Located: [[https://github.com/scel-hawaii/dashboard_v3_react/blob/master/src/layouts/Apple.js|dashboard_react_v3/src/layouts/apple.js]]\\ | Located: [[https://github.com/scel-hawaii/dashboard_v3_react/blob/master/src/layouts/Apple.js|dashboard_react_v3/src/layouts/apple.js]]\\ | ||
This is the layout page for a sample weatherbox page, specifically for the Apple Weatherbox. Unlike the home page, this page only displays the collected data from the Apple weatherbox within the SCEL. It currently uses all the components and also fetches the data from the local database using the API. | This is the layout page for a sample weatherbox page, specifically for the Apple Weatherbox. Unlike the home page, this page only displays the collected data from the Apple weatherbox within the SCEL. It currently uses all the components and also fetches the data from the local database using the API. | ||
+ | {{ :weatherbox:dashboard_v3:components:applepage.png?800 |}} | ||
====Components==== | ====Components==== |