gdamjan / irclog-couchapp

A couchapp to view irc logs stored in CouchDB
https://irc.softver.org.mk/
Apache License 2.0
11 stars 4 forks source link

Implement tag cloud #5

Open gdamjan opened 13 years ago

gdamjan commented 13 years ago

To implement a tag cloud first we need a view with a map that extracts the tags from the messages, and emits the tags. The reduce should just be a _count.

razmjenavjestina is using the "tag//" syntax for tags, so probably use that.

After that an UI should be implemented in the webapp