- Removed compiled Python artifacts and deleted empty
app/modules. - Standardized the visualization page name from
index.htmltovisualization.html. - Introduced a
src/directory housing application code, pages and static assets. - Updated Dockerfile and Procfile to reference the new module path
src.app:app.
- Landing page now links to
/visualizationcorrectly. - All templates reside under
src/pagesfor a single source of truth.
- Added
.gitignoreto avoid tracking__pycache__and editor folders. - Removed stray compiled files from version control.
- Styles remain based on values defined in
docs/styleguide.md; no contrast issues introduced.
- No automated tests present.
python -m py_compile src/app.pysucceeded.
- Review commit
20f90a9for cleanup and page rename. - Review commit
ac89e71for initialsrc/scaffolding. - Review commit
aacc865and later for relocation of code and updated deployment paths.