Commit History

bug fix for dynamic routing logic
c2de869

adeshboudh16 commited on

fix: use .get() for all state access to prevent KeyError in graph nodes
ee2a25c

adeshboudh16 Claude Sonnet 4.6 commited on

chore: add structured logging across backend
7d107ff

adeshboudh16 Claude Opus 4.6 commited on

chore: clean DB, enable static mount, update env for deploy
1afd2af

adeshboudh16 Claude Opus 4.6 commited on

fix: interview turn limits, LLM fallback, and completion UI
b49a2dd

adeshboudh16 Claude Opus 4.6 commited on

bug fix on chat page
dbc9192

adeshboudh16 commited on

updated ui, docs, tests
47203d3

adeshboudh16 commited on

feat: register batches, topics, upload routers in main.py
676e9fe

samar m commited on

feat: upload router β€” parse CSV and bulk insert questions
3852aa2

samar m commited on

feat: topics router β€” create, list, unlock/lock
81f4fd4

samar m commited on

feat: batches router β€” create, get mine, get by id
4c73db5

samar m commited on

feat: add batch/topic/question DB queries
dfcb935

samar m commited on

feat: add CSV question parser utility with unit tests
d8394f9

samar m Claude Sonnet 4.6 commited on

feat: add NeonDB schema (all tables) and apply_schema script
4a90ac1

samar m commited on

fix: auth quality issues β€” token cleanup, delete_cookie params, broad exception catch, dead import
4724464

samar m Claude Sonnet 4.6 commited on

feat: implement auth router (signup/login/refresh/logout) and FastAPI deps
d401087

samar m Claude Sonnet 4.6 commited on

feat: implement NeonDB SQL queries for users and refresh tokens
7457dd4

samar m commited on

feat: implement asyncpg connection pool
0130160

samar m commited on

fix: add JWT secret warning and missing security tests
3cefbc3

samar m commited on

feat: implement JWT access token and refresh token generation
30e2128

samar m commited on

feat: implement bcrypt password hashing
d01ea0f

samar m commited on

chore: add .env.example, Dockerfile, and .gitignore; remove pycache from tracking
7910b95

samar m commited on

chore: add backend directory structure and stub files
594835c

samar m commited on