Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1 KB

File metadata and controls

32 lines (26 loc) · 1 KB

SnapFileThing - TODO List

New Features

  • Import files from zip
  • Export all files to zip
  • Add a "copy URL" button
  • Make a proper fileicon
  • Add a view with all the URLs of the selected files (for sharing)
  • Add a .env config to generate QOI files at will
  • Add a footer with the version number, and source code link

Frontend Fixes

  • Unselect when changing folder
  • Delete top right icon does nothing
  • Improve Confirm modals
  • Clicking in the zone make unselect all files
  • Header Responsiveness
  • File Explorer Responsiveness
  • Make the web login page disabled when in local mode
  • Fix the logout redirect missing a /
  • Add a "Export to zip" button in the file explorer
  • Add a "Import from zip" button in the file explorer

Deployment

  • Make tests
  • Document the whole backend
  • Make a CI/CD for building the container
  • Make proper branches for releases with CI/CD later
  • Write a complete README.md for the project