late night working

This commit is contained in:
giusber2005 2025-08-02 02:41:58 +02:00
parent d44deec338
commit e9315cb55b
3 changed files with 139 additions and 80 deletions

View file

@ -1,35 +1,18 @@
ROADMAP
-understand codebase
-add the possibility to retrieve all the data when the user click the submit button
-format the data in an usable format
-differences between the three modes:
Open mode:
-the temp, humidity, light, water parameters are setted by the meteo api, the rest is setted by the user
-all the parameters are controlled by the user
SemiControlled mode:
-the user choose how to set the parameters
-all parameters free
Controlled mode:
-all the values are set by the user
-default modes are setted with general values in an optimal condition for your plant
-the user choose which parameters are free and which are controlled by the meteo api
-The forecast results will have as input the text description obtained by the model
(the output will be in the text folder inside data/texts folder, format "date1-date2-enum.txt")
-The growth evolution will have as input the photo/s obtained by the model
(the output will be in the text folder inside data/images folder, format "date1-date2-enum.jpg)
-set the value of light as Daily Light Integral (DLI)
-forecast for a period of time:
-create a calendar widget with start and end data
-based on how much does it take to create an image, for each subperiod of time create a new image to show
(it this will be coded add all a button to iterate over the folder)
-when the user click the load plant image, all previous record will be eliminated
-make the calendar widget working
-final updates of README.md, hackathon page, forgejo, github page, small design adjustments.