File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ The database and UI are now connected, some improvements to make:
118118
119119- [x] Change folders to link components, remove all client state
120120- [x] Clean up the database and data fetching patterns
121- - [ ] Real homepage
121+ - [x ] Real homepage
122122
123123### 📝 Note from 7-4-2025
124124
@@ -134,7 +134,13 @@ can be approved:
134134
135135## 🎯 Fun Follow Ups
136136
137- ### Folder deletion
138-
139- Make sure to fetch all of the folders that have it as a parent, and their
140- children too.
137+ - [ ] ** Folder creation** <br /> Make a server action that takes a name and
138+ parentId, and creates a folder with that name and parentId (don't forget
139+ to set the ownerId).
140+ - [ ] ** Folder deletion** <br /> Make sure to fetch all of the folders that have
141+ it as a parent, and their children too.
142+ - [ ] ** Access Control** <br /> Check if user is owner before showing the folder
143+ page.
144+ - [ ] ** Make a "file view" page**
145+ - [ ] ** Access control**
146+ - [ ] ** Toasts notifications**
You can’t perform that action at this time.
0 commit comments