Skip to content

Commit

Permalink
Minor UI tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Apr 10, 2012
1 parent 94557bb commit ca57db8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions readme.md
Expand Up @@ -2,8 +2,6 @@

- Validation on the inputs

- Would be nice to see other tags associated with doc when the socket emits the info to everyone

- Add a "foo has left"

- Be able to export the list of tagged documents for an area to Instapaper (http://www.instapaper.com/api/simple).
Expand All @@ -14,7 +12,8 @@
- Show content type, authors, etc

# Refactoring required
- DRY the server's socket handler
- Too much markup being made in tagger.coffee. Need to 'tache it up instead
- DRY the server's socket handler, move some of it into user?
- All the routes are in one file called index.coffee, which is stupid and misleading
- Make the cake file a little more configurable

Expand Down
5 changes: 4 additions & 1 deletion views/tagged_docs.jade
@@ -1,6 +1,9 @@
#tagged-container
script#tagged-template(style='display: none;', type="text/x-mustache")
h2 Documents tagged by other researchers
h2
| Documents tagged as
span(style="color:#EE7D11;") #{area}
| by other researchers
ol
| {{#results}}
li
Expand Down

0 comments on commit ca57db8

Please sign in to comment.