Skip to content

dokedu/drive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dokedu Drive

To Do's

  • Sign In

    • Passwordless Sign In? (email link)
  • Sign Out

  • Sign Up

    • With first name, last name, email
  • Files

    • Add "New folder" button
    • Improve renaming UX
  • Shared drives

    • Create
    • Edit sharing
    • Archive
  • Trash

    • Restore file
  • Settings

    • Account
      • Upload profile picture
      • Change first and last name
    • Admin (only for admins or owners)
      • Users
        • Invite user (via email)
        • Archive user
      • Billing

Technical

Frontend

  • i18n (translations)
  • favicon
  • context menu (make right click work for full area, not only file list coz if no files, no context menu)

Backend

  • seeds.sql
  • Bucket name should be a env variable
  • Ensure image previews are cached by providing a cache-control header in the response
  • Enforce total file size limit SELECT SUM(size) FROM files WHERE organization_id = 1 must be less than 1TB

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published