CivicTechTO / tRacket-sensor

Design files and source code for the tRacket noise sensor
https://tracket.info
7 stars 0 forks source link

Device setup form styling #13

Closed tcsullivan closed 1 month ago

tcsullivan commented 7 months ago

Currently, the device setup form is just a super-simple request for WiFi credentials. Apart from functional improvements (email request, device ID reset option?), the form should also be styled better: colors, fonts maybe, project logo maybe, overall prettier presentation, and probably some user instructions/info.

The post-submission page should also give "next steps", noting that the device will restart and the Noisemeter WiFi will no longer be available.

Style recommendations or examples from web dev people are welcome: the device can present HTML, CSS, or even Javascript code to user's browser. It may be possible to store some small resources (icons, limited fonts) on the device, but the outside internet won't be available for external resources.

We'll also need to confirm that we're getting the information we need for the server/dashboard.

tcsullivan commented 7 months ago

Tagged "good first issue" since this focuses on basic UI design and not much microcontroller programming.

tcsullivan commented 4 months ago

Gabe put together styled webpages based on the main website's UI, they came out great. Just need to get a final OK on the implementation.