CoolFace
Apppublic

HarikaSeshaMani/vocab_arena

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
33 commits on main
84bbbc95mo ago

Fix: Rename user_answers to answers in schema and improve error reporting in all API clients

HarikaSeshaMani
cae87465mo ago

Fix: Mock Test [object Object] error and Flash Flow Internal Server Error

HarikaSeshaMani
ab399625mo ago

Fix: Finalizing deployment stabilization with version 2.2.1 and loud startup logs to verify build sync.

HarikaSeshaMani
5b4ef355mo ago

Fix: Completely removed f-string for database URL to guarantee compatibility with Hugging Face's Python 3.11 environment.

HarikaSeshaMani
518d50e5mo ago

Fix: Refined Flash Flow mastery logic and forced rebuild to clear environment cache.

HarikaSeshaMani
0aebe3b5mo ago

Fix: Resolved SyntaxError in database.py by moving path normalization outside of f-string for Python 3.11 compatibility.

HarikaSeshaMani
a6f3ccc5mo ago

Debug: Added DB health stats to /api/v1/health and standardized absolute database path for multi-platform persistence.

HarikaSeshaMani
c4357605mo ago

Fix: Enabled performance tracking for Arena duels and broadened lexical analysis to include all student activities.

HarikaSeshaMani
e16f11e5mo ago

Fix: Synchronized lexical growth and radar charts across dashboard and profile views. Converted all progress tracking to intuitive Lexile Measures (0-1400L).

HarikaSeshaMani
7e12eb25mo ago

Fix: Unified database path across all modules to ensure account persistence and cross-module synchronization.

HarikaSeshaMani
36cae495mo ago

Fix: Hardened database migration using raw sqlite3 to ensure article_id column is added regardless of SQLAlchemy version.

HarikaSeshaMani
291c5bf5mo ago

Auth: Implemented email normalization (case-insensitive) and improved UI feedback for login failures.

HarikaSeshaMani
56b05705mo ago

Fix: Added self-healing database migrations to auto-detect and fix missing columns (article_id, asked_by) on startup.

HarikaSeshaMani
382452f5mo ago

Fix: Implemented automatic session cleanup for stale users and enhanced SSO error handling to resolve dashboard and VocabArena failures.

HarikaSeshaMani
cd311065mo ago

Deployment: Implemented database persistence for news/tests/Q&A and launched the Lexile-to-Grade Level chart visualization.

HarikaSeshaMani
ef441d35mo ago

Final Fix: Resolved hardcoded URLs, consolidated static assets, and restored profile analytics. Bumping v=8.

HarikaSeshaMani
ec955b25mo ago

Fixed Hugging Face sub-path routing issues and added backend logging

HarikaSeshaMani
9ec53195mo ago

Final Overhaul: Fixed Dashboard stats sync, News fallbacks, and enhanced API resilience

HarikaSeshaMani
a74fdf15mo ago

Stabilization: Fixed Lexical Growth charts, Dashboard stat sync, and Arena search

HarikaSeshaMani
9ea84f35mo ago

Fix stale session and improve AI service resiliency

HarikaSeshaMani
d2174ff5mo ago

chore: add pre-populated SQLite database

HarikaSeshaMani
f9c8b835mo ago

fix: explicitly read os.environ for API keys as fallback in pydantic Settings

HarikaSeshaMani
b6f40c85mo ago

fix: use SettingsConfigDict for pydantic_settings to correctly load HF secrets

HarikaSeshaMani
b5ada1f5mo ago

fix: return proper JSONResponse in exception handlers instead of dict

HarikaSeshaMani
25b3d9a5mo ago

fix: combine Config into model_config to resolve Pydantic UserError

HarikaSeshaMani
1e84be15mo ago

fix: add field_validators to coerce None to defaults in UserOut, fix protected_namespaces warning

HarikaSeshaMani
6d7da525mo ago

fix: handle null theta/xp/level in UserOut and fix dashboard exception handling

HarikaSeshaMani
4adeeab5mo ago

Fix seed words: all 50 tuples now have 14 values matching the INSERT statement

HarikaSeshaMani
38372d75mo ago

Fix NoneType comparison error in dashboard service

HarikaSeshaMani
964a8185mo ago

Clarify path comments in main.py

HarikaSeshaMani
e4100225mo ago

Fix API URLs: use relative paths instead of hardcoded localhost for HF Spaces deployment

HarikaSeshaMani
55774375mo ago

Add Hugging Face Space metadata to README

HarikaSeshaMani
64941825mo ago

Initial commit for HF Spaces deployment

HarikaSeshaMani