buxx / trsync

Tracim synchronization tool
MIT License
13 stars 2 forks source link

Feat : show size of space before start syncro #43

Open PhilippeAccorsi opened 2 years ago

PhilippeAccorsi commented 2 years ago

Expected

Use case

buxx commented 2 years ago

Can seen size of the remote space before start synchronization.

To be able to indicate workspace sizes, Tracim API must be enhanced. Ideal should to modify /api/workspaces/{workspace_id}/disk_space and add size of workspace without revisions.

Can seen local size before synchro, to know if it is a good idea to start syncro now

Can be done easily (just need to evaluate local folder size)

buxx commented 2 years ago

Related Tracim issue : https://github.com/tracim/tracim/issues/5721