spacedrive/.TODO
Jamie 600adc8fa9 Rust+Swift bridge
Co-authored-by: Brendonovich <brendonovich@outlook.com>
2021-10-19 07:31:56 -07:00

28 lines
906 B
Plaintext

# SpaceDrive development log / todo list
✔ Configured a custom MacOS style Tauri window
✔ Connect & create sqlite database in application data folder
✔ Auto migrate database on app launch
✔ Define data schema in Rust
✔ Scan given directory recursively and write to database
✔ App frame and router set up
✔ Primative UI components (Button, Input, Shortcut etc)
✔ Render basic file list with database data
✔ Create a global store
☐ File inspector <- CURRENT
☐ Tag creation and assignment
☐ Generate buffer hash
☐ Right click menu
☐ Settings screen
☐ Set up Tauri updater
☐ Volume identification
☐ Job queue system
☐ Native file previews
☐ Secret keystore
☐ File encryptor
☐ File viewer / player
☐ Open with
☐ Explorer grid view
☐ Explorer path viewer / editor
☐ Statistic calucations
Folder size, Volume size, Total capacity, Total unique etc..