Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Technical Debt & Todo List

## Critical
- [ ] **Infrastructure**: Set up a testing framework (Jest/Vitest) and add unit tests.
- [ ] **Security**: Move Firebase configuration (API keys, Project ID) from `src/firebase/config.ts` to environment variables (`.env`).
- [ ] **Authentication**: Upgrade from anonymous sign-in to robust auth providers (Google, Email/Password).

## Features
- [ ] **AI/RAG**: Implement actual retrieval mechanism for `validate-permit-application-against-local-codes.ts` instead of relying on manual string input.
- [ ] **Data**: verify seeding logic and ensure database security rules are updated.