7 lines
371 B
Markdown
7 lines
371 B
Markdown
- `[x]` Create database schema script (`database/schema.sql`)
|
|
- `[x]` Create mock agents (`nilm_agent_mock.py`, `warning_light_agent.py`)
|
|
- `[x]` Create backend server (`backend/main.py`, `requirements.txt`)
|
|
- `[x]` Initialize frontend with Vite and build dashboard UI
|
|
- `[x]` Verify application locally
|
|
- `[x]` Migrate to user-provided DB schema and create Table Layout
|