-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert to Flask App #92
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a lot of comments but this is a big improvement over what's there. I know many of my comments address pre-existing issues. We don't need to address all of the things but I think we can improve readability a bit. At least a few tests should also be added.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking real good with all those changes. I'd still like to see some tests added as part of this work. If you don't think you've added any net new logic that needs to be tested, then could you add a handful of tests for pre-existing logic to establish a pattern for how Flask tests should be done?
Could you also add some documentation? Should include how to run tests. Also if there is a recommended way to run the site locally during development.
Looks good to me @robputt - tested it on a couple of test devices and works nicely. Few things I noticed, but pretty minor and can probably be fixed later I guess:
Going to mark as approved anyway as I guess all this can be resolved in a later update. |
a453609
to
6ad7cc2
Compare
|
Most comments fixed / deferred to new issues.
No description provided.