summaryrefslogtreecommitdiff
path: root/doc/design/assistant/webapp.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-26 17:58:44 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-26 17:58:44 -0400
commitef31dd08eebcbe506ae24cd2be7d3ab4d01a8d11 (patch)
treef6278a10bc1f83c474844f1286493821257e7dbe /doc/design/assistant/webapp.mdwn
parentf3efc6dc93b4d4e5054f8a874bd4657245ffb885 (diff)
update
Diffstat (limited to 'doc/design/assistant/webapp.mdwn')
-rw-r--r--doc/design/assistant/webapp.mdwn7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn
index fe910c197..fda70cbdc 100644
--- a/doc/design/assistant/webapp.mdwn
+++ b/doc/design/assistant/webapp.mdwn
@@ -31,12 +31,15 @@ The webapp is a web server that displays a shiny interface.
## implementation
+* Include jquery into the webapp, preferably minimised at build time.
+ Currently the webapp needs an internet connection to load jquery, which
+ is not ideal.
* use `addStaticContent` to make /favicon.ico work. Return `Right (route, query)`
- and I think the route can be `favicon_ico`.
+ and I think the route can be `favicon_ico`. (Tried this; couldn't seem
+ to make it work.)
* perhaps define a custom `errorHandler`, which could avoid the potential
of leaking auth tokens on error pages
* 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?)
-* look up "server-sent events" sent using `sendWaiResponse`