ira/sim-search-api/app/schemas
Steve White 79d2d93af9 Implement API and React frontend specifications
This commit adds:
1. Comprehensive FastAPI routes for search, report, and authentication
2. Fixed Pydantic model compatibility issues with model_dump()
3. Added detailed API specification documentation in api_specification.md
4. Added React implementation plan with component designs and architecture
5. Improved test coverage for API endpoints
6. Added progress tracking for report generation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-20 21:57:56 -05:00
..
__init__.py Implement FastAPI backend for sim-search 2025-03-20 16:26:55 -05:00
query.py Fix deprecated Pydantic features: replace dict() with model_dump(), orm_mode with from_attributes, and schema_extra with json_schema_extra 2025-03-20 17:30:20 -05:00
report.py Fix deprecated Pydantic features: replace dict() with model_dump(), orm_mode with from_attributes, and schema_extra with json_schema_extra 2025-03-20 17:30:20 -05:00
search.py Implement API and React frontend specifications 2025-03-20 21:57:56 -05:00
token.py Implement FastAPI backend for sim-search 2025-03-20 16:26:55 -05:00
user.py Fix deprecated Pydantic features: replace dict() with model_dump(), orm_mode with from_attributes, and schema_extra with json_schema_extra 2025-03-20 17:30:20 -05:00