diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-03 10:45:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-03 10:45:58 -0400 |
commit | 68802901ba5859d8d0fe888e13c4d606416a5671 (patch) | |
tree | 983806d30ff283e570fdafc1b4ba87a01df45620 | |
parent | 5b87007dad323c02b50d396583861ca8eb0c8d4e (diff) |
update
-rw-r--r-- | doc/design/assistant/webapp.mdwn | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn index 5a206f20f..ddcc66153 100644 --- a/doc/design/assistant/webapp.mdwn +++ b/doc/design/assistant/webapp.mdwn @@ -17,10 +17,10 @@ The webapp is a web server that displays a shiny interface. ## interface * list of files uploading and downloading **done** -* progress bars for each file +* button to open file browser on repo (`xdg-open $DIR`) **done** +* progress bars for each file (see [[progressbars]]) * drag and drop to reorder * cancel and pause -* button to open file browser on repo (`xdg-open $DIR`) * keep it usable w/o javascript, and accessible to blind, etc ## other features @@ -35,17 +35,10 @@ The webapp is a web server that displays a shiny interface. across systems, so it would need to be a symlink to `.git/annex/desktop` which would be per-system. -## first start +## first start **done** * make git repo **done** -* generate a nice description like "joey@hostname Desktop/annex" -* record repository that was made, and use it next time run +* generate a nice description like "joey@hostname Desktop/annex" **done** +* record repository that was made, and use it next time run **done** * write a pid file, to prevent more than one first-start process running - at once - -## implementation - -* possibly lose the ugly auth= token past the first page, - and use a client-side session. It could be encrypted using the token - as the `encryptKey`. Note: Would need to set the session duration - to infinite (how?) + at once **done** |