Fang Yi Liu
Fang Yi Liu
### Dependency - #974 - #1344 - Determine based on the research if we are going to change the design and placement of the "reset project" or "start over" button,...
### Dependency - #536 ### Overview We need to use the same code that can implement Toasts consistently through out the app. ### Detail - withToastProvider has been a blocker...
### Dependency - #1366 ### Overview Move all existing TDM Calculator files to the new shared folder so that all members will be able to make modifications to them. ###...
### Overview We need to have Cypress tests to make sure that if a developer makes changes to the website and there is an error it can be identified as...
We currently have instructions for virtualenvwrapper, which works but maybe .venv/ works more like node_modules/ for npm. If so, we need instructions to set that up. I expect it to...
Store a timestamp in the organizations table on successful scraping
Store scraper failures in the organizations table. Increment each time the scraper fails so that we can disable the scraper later if it fails too many times without successing. Clear...
Need to make sure code still runs and requirements can all run on python 3. This should be worked on after #122
There's autopep8, yapf, and black. I'm leaning towards black but that would depend on #123. Definitely do this after #122.