Closed frgfm closed 2 years ago
Deployed on Heroku, everything seems to be running smoothly :+1:
ping @Akilditu
I have checked the changes since the last comments and everything looks good to me. I have also tried to run the app locally after a few changes to prepare another PR and it seemed to work smoothly. I haven't gone into the details and we might want to wait for @Akilditu's green light but, that being said, I am happy to approve the changes if you wish to move forward quickly.
This PR introduces the following modifications:
pyproject.toml
(holding the version ranges) so that poetry can lock the production version (putting specific version into arequirements.txt
)alert_screen
-->minimal
,dashboard_screen
-->device_status
The new project organization is as follows:
The folders & files are:
One thing that will be left to do is reduce the size of main (moving callbacks or creating subfunctions of utils) because it's way too massive.
Closes #35 Closes #80
Any feedback is welcome!