Skip to content

Commit c6251ff

Browse files
committed
Update README.md
1 parent 1e49db9 commit c6251ff

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff 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**

0 commit comments

Comments
 (0)