zli5t / ShellQDB

A quote database implemented entirely in shell.
2 stars 0 forks source link

Queue #9

Closed ethanjli closed 14 years ago

ethanjli commented 14 years ago

http://qdb.us/queue

Basically, qdb.us makes publically visible the quotes with flag (u) and lets people vote on them.

Good idea, or bad idea?

zli5t commented 14 years ago

Eh, we can implement it, but lets do everything else first. We probably wouldn't use it because our channel doesn't have any need for that; that's only really applicable to big communities of users.

ethanjli commented 14 years ago

Yeah, okay (I guess that, with our showf filter, it'd be super-simple)

zli5t commented 14 years ago

we'd need to add another column, though :-(

Or alternatively keep all this in a separate file.

ethanjli commented 14 years ago

Hm? What do you mean, a new column?

zli5t commented 14 years ago

To keep track of how many people have voted to make this quote included. Or alternatively, we could just use the normal quotes voted column and have a script that makes it shown if votes > some number

ethanjli commented 14 years ago

Yeah, the second way seems good