updated todo after meeting #1
This commit is contained in:
43
todo.md
43
todo.md
@ -1,5 +1,27 @@
|
|||||||
# ARC Database & Interface TODO
|
# ARC Database & Interface TODO
|
||||||
|
|
||||||
|
|
||||||
|
## 🔄 In Progress
|
||||||
|
|
||||||
|
### Feedback and Resquests
|
||||||
|
|
||||||
|
#### Skills
|
||||||
|
- [] Add Skills Editing Module
|
||||||
|
|
||||||
|
### Retool Interface
|
||||||
|
- [x] Add puzzle filtering by:
|
||||||
|
- [x] By skill
|
||||||
|
- [ ] Corpora (V1, V2, ConceptARC)
|
||||||
|
- [ ] Category/Set
|
||||||
|
- [ ] Difficulty
|
||||||
|
|
||||||
|
|
||||||
|
## 📋 Backlog
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
- [ ] Document API/database schema
|
||||||
|
|
||||||
|
|
||||||
## ✅ Completed
|
## ✅ Completed
|
||||||
|
|
||||||
### ConceptARC Corpus
|
### ConceptARC Corpus
|
||||||
@ -10,8 +32,6 @@
|
|||||||
- [x] Remove duplicate entries from arc_puzzles table (260 duplicates cleaned)
|
- [x] Remove duplicate entries from arc_puzzles table (260 duplicates cleaned)
|
||||||
- [x] Verify solution formats across all corpora
|
- [x] Verify solution formats across all corpora
|
||||||
|
|
||||||
## 🔄 In Progress
|
|
||||||
|
|
||||||
### Database
|
### Database
|
||||||
|
|
||||||
#### Fixes
|
#### Fixes
|
||||||
@ -32,7 +52,6 @@
|
|||||||
#### Data Quality
|
#### Data Quality
|
||||||
- [x] Verify all V1/V2 puzzles have solutions
|
- [x] Verify all V1/V2 puzzles have solutions
|
||||||
- [x] Validate JSON integrity across all puzzles
|
- [x] Validate JSON integrity across all puzzles
|
||||||
- [ ] Document database schema
|
|
||||||
|
|
||||||
#### Schema Updates
|
#### Schema Updates
|
||||||
- [x] Add created_at timestamps to relevant tables
|
- [x] Add created_at timestamps to relevant tables
|
||||||
@ -46,11 +65,6 @@
|
|||||||
- [x] Update puzzle renderer to handle ConceptARC multiple solutions
|
- [x] Update puzzle renderer to handle ConceptARC multiple solutions
|
||||||
- [x] Show all 3 test outputs for ConceptARC
|
- [x] Show all 3 test outputs for ConceptARC
|
||||||
- [x] Remove header frame, consolidate to single-frame interface
|
- [x] Remove header frame, consolidate to single-frame interface
|
||||||
- [x] Add puzzle filtering by:
|
|
||||||
- [ ] Corpora (V1, V2, ConceptARC)
|
|
||||||
- [ ] Category/Set
|
|
||||||
- [ ] Difficulty
|
|
||||||
- [x] Skills/Concepts
|
|
||||||
|
|
||||||
#### User Features
|
#### User Features
|
||||||
- [x] Implement user input system
|
- [x] Implement user input system
|
||||||
@ -74,17 +88,6 @@
|
|||||||
- [ ] Tag-based search/filtering
|
- [ ] Tag-based search/filtering
|
||||||
- [x] Test skill selection with many items (search function?)
|
- [x] Test skill selection with many items (search function?)
|
||||||
- [x] Populate initial tags
|
- [x] Populate initial tags
|
||||||
- [ ] Auto-tag ConceptARC by category
|
|
||||||
- [ ] Tag V1/V2 by known concepts
|
|
||||||
|
|
||||||
### Administration
|
### Administration
|
||||||
- [ ] Publish Retool app to production
|
- [x] Publish Retool app to production
|
||||||
|
|
||||||
## 📋 Backlog
|
|
||||||
|
|
||||||
### Documentation
|
|
||||||
- [ ] Create user guide for Retool interface
|
|
||||||
- [ ] Document API/database schema
|
|
||||||
|
|
||||||
### Testing
|
|
||||||
- [x] Test puzzle rendering across all corpora
|
|
||||||
Reference in New Issue
Block a user