Commit Graph

26 Commits

Author SHA1 Message Date
Danny van Kooten 46f954cc6e first stab at supporting postgres driver. #9 2017-01-25 13:46:43 +01:00
Danny van Kooten 3a46eda0ee move pageviews struct to API endpoint 2017-01-13 16:46:09 +01:00
Danny van Kooten 9200df8569 envelope all json responses in api endpoints 2017-01-13 12:46:54 +01:00
Danny van Kooten 1b107a55d5 Get rid of `archive` table & introduce `total_*` tables for each metric. 2016-12-24 13:07:33 +02:00
Danny van Kooten 6b672c55b4 archive pageviews per page 2016-12-11 16:23:13 +01:00
Danny van Kooten 593b3563d6 gofmt project 2016-12-11 14:50:01 +01:00
Danny van Kooten 4468b70601 Abstract calculating totals per category into count.Custom 2016-12-11 12:52:10 +01:00
Danny van Kooten 00f8d2cbba Use count package in /visitors/count and /pageviews/count endpoints. 2016-12-11 11:57:51 +01:00
Danny van Kooten 2f110fc059 abstract total visitor count away into count package 2016-12-11 11:53:03 +01:00
Danny van Kooten f25c18a7fe introduced table to x1000 UI performance when working with big datasets 2016-12-11 10:58:58 +01:00
Danny van Kooten f304b082a5 add loading indicator to most widgets 2016-12-10 18:19:44 +01:00
Danny van Kooten a68c97e701 normalize data & seperate visitors into their own table 2016-12-10 14:16:05 +01:00
Danny van Kooten f7a1d7ff35 fix pageviews data retrieval for new table structure 2016-12-08 22:33:36 +01:00
Danny van Kooten 93ee878bd3 refactor db conn into db package 2016-12-08 09:16:43 +01:00
Danny van Kooten a95096cee1 separate chart into component & don't redraw component, reuse chart elements 2016-12-05 21:48:33 +01:00
Danny van Kooten fded071f7a remove 'period' query parameter in favor of before & after 2016-11-26 17:19:15 +01:00
Danny van Kooten 512a256ebd add widget component for totals per period 2016-11-26 15:39:29 +01:00
Danny van Kooten 11bf89350e general styling improvements 2016-11-25 13:38:20 +01:00
Danny van Kooten a2a54482ff add sscreen-resolutions and countries endpoint 2016-11-24 14:18:40 +01:00
Danny van Kooten 516660b211 start table component & add languages endpoint 2016-11-24 13:55:59 +01:00
Danny van Kooten e0a6a16a0f clear canvas when updating chart. use stacked bar chart 2016-11-23 22:26:47 +01:00
Danny van Kooten 5c39e1f1df add period date picker 2016-11-23 21:29:54 +01:00
Danny van Kooten 11ad2d5da4 add pageviews to graph 2016-11-23 20:30:09 +01:00
Danny van Kooten 5d6796dfe5 add basic JWT auth structure 2016-11-22 22:33:50 +01:00
Danny van Kooten 8d26212ddd add visitor graph 2016-11-22 17:03:29 +01:00
Danny van Kooten 5eae716a9c add pageviews component 2016-11-21 17:36:25 +01:00