Closed MurasatoNaoya closed 1 month ago
A very basic script for bulk reading from the database has also been added, as well as a function for establishing a connection to our RDS. This is more for minimising the amount of boilerplate code in our main dashboard.py file.
The subscriber sign-up functionality is now complete, and updates the subscriber_county_assignment table as intended. The service also account for the multi-selection of counties for a single subscriber, making several subscriber to county mappings using bulk insertions.
Dashboard formatting wise, distinct sections of the dashboard have also been separated into clear sections. Namely 'Home', 'Weather', 'Stellarium Integration' and 'Subscriber Signup'. These are still placeholders and will likely still be changed in the near future.
This closes: #239 #230 #220 #235 #244