Skip to content

Commit d7ae14c

Browse files
committed
Update README.md
1 parent f039f2d commit d7ae14c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,10 @@ pnpm run dev
8686
Tracking progress on key features and tasks for the project.
8787

8888
- [x] 🛢️ Set up the database and define data models
89-
- [ ] 🔗 Sync folder open state with the URL
89+
- [x] 🔗 Sync folder open state with the URL
9090
- [ ] 🔐 Implement user authentication
9191
- [ ] 📁 Enable file upload functionality
92+
- [ ] 📊 Add analytics tracking
9293

9394
### 📝 Note from 5-28-2025
9495

@@ -97,3 +98,11 @@ Just finished up the database connection, next steps:
9798
- [x] Update schema to show files and folders
9899
- [x] Manually insert examples
99100
- [x] Render them in the UI
101+
102+
### 📝 Note from 6-4-2025
103+
104+
The database and UI are now connected, some improvements to make:
105+
106+
- [ ] Change folders to link components, remove all client state
107+
- [ ] Clean up the database and data fetching patterns
108+
- [ ] Real homepage

0 commit comments

Comments
 (0)