Changes between Initial Version and Version 1 of Ticket #2714
- Timestamp:
- 2016-01-25T17:44:58Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2714 – Description
initial v1 6 6 This ticket shall be resolved when gridsync utilizes the new magic-folder CLI commands such that the user of this dev branch of gridsync could easily click through a wizard that sets up their Tahoe-LAFS client + magic-folder. 7 7 8 Upon a reviewing the gridsync source code it appears quite easy so use to get it to use magic-folder. 8 Upon a reviewing the gridsync source code this task appears to be easy because fundamentally it's a shell that runs Tahoe CLI commands in it's own process; it happens to be a twisted app the uses the Qt Reactor. 9 10 The additional GUI features that gridsync may need to display realtime status updates will not be included in this ticket.