Skip to content

Commit 41751e3

Browse files
author
Shrijeeth-Suresh
committed
docs: update project status and mark completed features in README
1 parent 92bade7 commit 41751e3

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -352,22 +352,22 @@ curl -X POST "http://localhost:8000/query" \
352352

353353
### Next.js UI (In Progress)
354354

355-
- Build a modern Next.js web app for natural-language-to-SQL interactions.
356-
- Provide a user-friendly interface for entering queries and viewing generated SQL and results.
357-
- Display results in interactive, filterable tables.
358-
- Add authentication, query history, and user profile management.
359-
- Integrate responsive design and accessibility best practices.
360-
- Enable seamless communication with the FastAPI backend via REST API.
355+
- Build a modern Next.js web app for natural-language-to-SQL interactions. (Completed)
356+
- Provide a user-friendly interface for entering queries and viewing generated SQL and results. (Completed)
357+
- Display results in interactive, filterable tables. (To Do)
358+
- Add authentication, query history, and user profile management. (In Progress)
359+
- Integrate responsive design and accessibility best practices. (To Do)
360+
- Enable seamless communication with the FastAPI backend via REST API. (Completed)
361361

362362
### FastAPI Backend (In Progress)
363363

364-
- Develop REST API endpoints for query submission, execution, and validation.
365-
- Implement CORS, rate limiting, and token-based authentication.
366-
- Establish database connectivity and connection pooling.
367-
- Provide interactive OpenAPI documentation via Swagger UI.
368-
- Write unit and integration tests for API endpoints.
364+
- Develop REST API endpoints for query submission, execution, and validation. (Completed)
365+
- Implement CORS, rate limiting, and token-based authentication. (Completed)
366+
- Establish database connectivity and connection pooling. (Completed)
367+
- Provide interactive OpenAPI documentation via Swagger UI. (Completed)
368+
- Write unit and integration tests for API endpoints. (To Do)
369369

370-
### BYOK & Model Provider Support (To Do)
370+
### BYOK & Model Provider Support (Completed)
371371

372372
- Add support for BYOK (Bring Your Own Key/Model) to allow users to plug in their preferred LLM provider (e.g., OpenAI, Gemini, Ollama, Azure, local models, etc.).
373373
- Provide a configuration interface for selecting and managing model providers.

0 commit comments

Comments
 (0)