Skip to content

Commit

Permalink
final readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
t3dotgg committed Jan 31, 2025
1 parent 4202c60 commit c33cfdc
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,26 @@
- [x] Add analytics
- [x] Make sure sort order is consistent
- [x] Add delete
- [ ] Real homepage + onboarding
- [x] Real homepage + onboarding

## Fun follow ups

### Folder deletions

Make sure you fetch all of the folders that have it as a parent, and their children too

### Folder creations

Make a server action that takes a name and parentId, and creates a folder with that name and parentId (don't forget to set the ownerId).

### Access control

Check if user is owner before showing the folder page.

### Make a "file view" page

You get the idea. Maybe check out my last tutorial?

### Toasts!

### Gray out a row while it's being deleted

0 comments on commit c33cfdc

Please sign in to comment.