Commit Graph

9 Commits

Author SHA1 Message Date
Lucas Verney 9d6ed7e74c Better handling of expiration of GCUM and accidents report types. 2018-07-10 15:55:45 +02:00
Lucas Verney 9d4842b44c Clicking on a report now shows more infos and let users dismiss it
You should update your database by running
```
ALTER TABLE report ADD COLUMN (upvotes INTEGER NOT NULL, downvotes INTEGER NOT NULL)
```

Fix issue #8.
2018-07-06 15:39:35 +02:00
Lucas Verney 01fa63f916 Fix an issue with MySQL dropping connection after some time 2018-06-27 22:11:30 +02:00
Lucas Verney b097bc2d2a Customizable db path in server 2018-06-27 15:48:17 +02:00
Lucas Verney 6fad8b7fac Add a WSGI file 2018-06-26 15:55:52 +02:00
Lucas Verney ad6cc13681 Add some doc 2018-06-26 15:36:45 +02:00
Lucas Verney f30d000f92 Show the reports as soon as they are added in the db 2018-06-26 11:39:43 +02:00
Lucas Verney d59d84af43 Continue server side code 2018-06-25 18:33:17 +02:00
Lucas Verney 2d27e72b33 Initial commit 2018-06-25 18:29:57 +02:00