Objective
Do a systematic evaluation to determine whether the file old_routes.py can be deprecated.
Initial Implementation Requirements
- check if any files in the app make calls to routes or helper functions in this file.
- if not, delete the file, confirm all tests still pass and smoke test the app live to ensure all functionality remains the same.
Other Considerations
None
Objective
Do a systematic evaluation to determine whether the file
old_routes.pycan be deprecated.Initial Implementation Requirements
Other Considerations
None