File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ Tracking progress on key features and tasks for the project.
8888- [x] π’οΈ Set up the database and define data models
8989- [x] π Sync folder open state with the URL
9090- [x] π Implement user authentication
91- - [ ] π Enable file upload functionality
91+ - [x ] π Enable file upload functionality
9292- [ ] π Add analytics tracking
9393
9494### π Note from 5-28-2025
@@ -106,3 +106,12 @@ The database and UI are now connected, some improvements to make:
106106- [x] Change folders to link components, remove all client state
107107- [x] Clean up the database and data fetching patterns
108108- [ ] Real homepage
109+
110+ ### π Note from 7-4-2025
111+
112+ Uploading a file to '[ uploadthing] ( https://uploadthing.com/ ) ' works, things that
113+ can be approved:
114+
115+ - [ ] Upload files to the right folder
116+ - [ ] Delete file button
117+ - [ ] Allow files that are not images to be uploaded
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import { type Metadata } from "next";
55import { Geist } from "next/font/google" ;
66
77export const metadata : Metadata = {
8- title : "Create T3 App " ,
9- description : "Generated by create-t3-app " ,
8+ title : "Drive Tutorial " ,
9+ description : "It's like Google Drive, but worse! " ,
1010 icons : [ { rel : "icon" , url : "/favicon.ico" } ] ,
1111} ;
1212
You canβt perform that action at this time.
0 commit comments