Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: civictechdc/votecatcher
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: civictechdc/votecatcher
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refactor/svelte_frontend
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 101 files changed
  • 1 contributor

Commits on Oct 28, 2025

  1. Initial svelte front end project replicating landing page

    - Landing page recreated
    - Added basic automated tests
    kvithayathil committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    25a95f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Initial svelte implementation of front end

    - Created landing page
    - Created basic onboarding flow
    - Created 'demo mode' which can be set via env variable
    - Mock api calls
    kvithayathil committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    cac4a83 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. Re-building of backend

    - Connecting basic front end calls to backend
    - Refactor fast api endpoints
    - TODO GenAI langchain refactor
    kvithayathil committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    0a16471 View commit details
    Browse the repository at this point in the history
  2. Add overridable parameter for ocr

    - Minor refactor on fuzzy match to use process pool for computatation
    kvithayathil committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    e374ccd View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. Completed upload flow between svelte frontend and fastapi backend

    - Can upload voter file or petition file to fastapi
    - WIP connect LLM for matching
    kvithayathil committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    23090a1 View commit details
    Browse the repository at this point in the history
Loading