andrewsg3 / gurgi_ws1

This repo contains all code necessary to run a raspberry-pi enabled weather station designed to support GUR's Saltire-II launch.
https://www.gurocketry.com/
The Unlicense
0 stars 0 forks source link

UX requirements list #26

Open andrewsg3 opened 2 years ago

andrewsg3 commented 2 years ago

Need to better outline UX requirements.

We are able to measure 6 params:

Rainfall over given period (mm) Windspeed, last instantaneous value and average over given period, peak over given period, historic values (m/s) Wind direction, present and historic value (degree from north) Temperature, present and historic value, averages and peaks over given period (deg c) Pressure, present and historic value, averages and peaks over given period (Bar) Humidity, present and historic value, averages and peaks over given period (%)

But what does the end user want? This will affect the UI elements of the webapp and the corresponding functions that interact with the database.