Skip to content

Refactor/html design#35

Open
rainasouza wants to merge 8 commits into
mainfrom
refactor/html-design
Open

Refactor/html design#35
rainasouza wants to merge 8 commits into
mainfrom
refactor/html-design

Conversation

@rainasouza

Copy link
Copy Markdown
Contributor

Description (Closes #20)

This PR matches HTML output with Figma design, removes dead code identified in the codebase, and updates documentation to reflect current architecture.

Changes

Design Updates (HTML/CSS)

  • Updated component rendering to match Figma design specifications
  • Applied consistent styling across cover and content components
  • Fixed layout issues in PDF output

Documentation Updated

  • docs/ARCHITECTURE.md: Rewritten with focus on execution flow, removed references to deleted files, added detailed ASCII flow diagram
  • README.md: Updated with architecture overview, stack, quick start, API endpoints, report generation flow (new diagram), directory structure

Verification

  • All Python files pass python3 -m py_compile
  • Server starts correctly with uvicorn main:app
  • Endpoint /cities returns data correctly

Impact

  • Zero breaking changes - only unused code was removed
  • Better maintainability - less code to understand and maintain
  • Documentation updated - ARCHITECTURE.md and README reflect actual codebase state

@rainasouza rainasouza self-assigned this Jun 12, 2026
@rainasouza rainasouza added the enhancement New feature or request label Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adjust report layout to match Figma proportions

1 participant