Commit graph

12 commits

Author SHA1 Message Date
Las Zenow
206775fa6a Store statistics on mongodb 2013-04-22 23:28:00 +02:00
Las Zenow
840fd3ed47 New database squema
The collection new is removed, now the books have a field "active" set to true
if the book was aproved.

For update the database:
db.books.update({}, {$set: {active: true}}, true, true)
2012-09-12 00:19:19 +02:00
Las Zenow
ea906a7681 Search was not scrolling fine 2012-08-24 20:18:16 +02:00
Las Zenow
e5d96ef7b7 Move constants to a config file 2012-08-22 19:48:02 +02:00
Las Zenow
5d19d3c72f Optimice the partial queries 2012-08-21 11:25:02 +02:00
Las Zenow
e68f41445e Add notifications 2012-08-19 02:29:34 +02:00
Las Zenow
c513344169 Sessions with gorilla 2012-08-18 02:06:43 +02:00
Las Zenow
1006f4c5b9 Allow search on all the fields 2012-08-15 15:39:52 +02:00
Las Zenow
9f1204db35 Run go fmt 2012-08-15 15:12:59 +02:00
Las Zenow
3db6231762 Use clousures for the http handlers 2012-08-15 13:58:16 +02:00
Las Zenow
b70ddd81ab 10 items per page on search 2012-07-30 23:59:55 +02:00
Las Zenow
c64226ffb9 Basic search and display working 2012-07-30 23:23:38 +02:00