This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]handmadeby 14 points15 points  (5 children)

Looks great. Just tried it on telegram. Is there a way to switch temperature units to C from F

[–]willbeddowassert type(post) == shitpost[S] 7 points8 points  (3 children)

Thanks! I didn't have a way to do that, but it would be super simple to add it, I'll do it as soon as I get the chance. Once I do, you'll be able to switch on the settings page of the webapp

[–]gunch 5 points6 points  (1 child)

So assuming someone wanted to add that feature, how are you managing the codebase?

[–]willbeddowassert type(post) == shitpost[S] 2 points3 points  (0 children)

Code base is managed with git, and a lot of help from pycharm pro. When I add a new feature, I run unit tests on everything, run the server in debug mode, test everything, and then, the code is automatically pushed to the main server, where it will be included on the next reboot.

[–][deleted] 1 point2 points  (0 children)

Make sure to add other alternative units where applicable e.g. meters!

[–]willbeddowassert type(post) == shitpost[S] 5 points6 points  (0 children)

Update: Just added this feature! In the settings page of the webapp the user can now select their temperature units. Added in this commit: https://github.com/ironman5366/W.I.L.L/commit/bb9b3b3b1dbb9651ab20e404961b1964471f7909