Commit Graph

57 Commits

Author SHA1 Message Date
Danny van Kooten 0681a4b4e3 add small wrapper around fetch for requesting API 2016-12-08 12:27:19 +01:00
Danny van Kooten 87363cce67 return 1x1 transparent GIF in collect request 2016-12-08 12:10:13 +01:00
Danny van Kooten bae8615cf5 update screenshot 2016-12-08 09:26:50 +01:00
Danny van Kooten db819ff544 keep filling datapoints until date equals 2016-12-08 09:26:45 +01:00
Danny van Kooten 93ee878bd3 refactor db conn into db package 2016-12-08 09:16:43 +01:00
Danny van Kooten 06e9c5fdfd add limit choice to table overviews 2016-12-07 22:00:55 +01:00
Danny van Kooten c84f6edc30 add toggle checkboxes for bars in visitor & pageview graph 2016-12-07 21:40:06 +01:00
Danny van Kooten e4ea46db80 format all numbers with a comma as thousand separator 2016-12-05 21:55:25 +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 f1c037864b replace screenshot with new graph pic 2016-12-05 17:16:14 +01:00
Danny van Kooten 1d2fd050f2 add visitor & pageview data to chart, combined. 2016-12-05 16:34:41 +01:00
Danny van Kooten b40ef9f84c add bandscale to x-axis 2016-12-05 15:31:34 +01:00
Danny van Kooten e314d0971f replace chartjs with d3 2016-12-04 13:23:09 +01:00
Danny van Kooten acd9e99855 compare period totals to previous period and show % diff 2016-11-26 17:40:37 +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 ab770c6c21 add country flags to country overview 2016-11-26 16:17:52 +01:00
Danny van Kooten 512a256ebd add widget component for totals per period 2016-11-26 15:39:29 +01:00
Danny van Kooten 3c77eb14b1 add suport for x-forwarded-for header 2016-11-25 16:39:51 +01:00
Danny van Kooten 78932ede14 get secret & db creds from environment (file) 2016-11-25 16:30:38 +01:00
Danny van Kooten 31130b8fe4 add async tracking snippet with command queue exampel 2016-11-25 16:03:47 +01:00
Danny van Kooten 87e7020ce2 prevent height change when redrawing graph 2016-11-25 14:24:00 +01:00
Danny van Kooten 8d8a95b74e crop screenshot 2016-11-25 13:57:30 +01:00
Danny van Kooten a8692cd688 bust screenshot cache 2016-11-25 13:56:42 +01:00
Danny van Kooten 874d7cd59a replace image with new styling 2016-11-25 13:55:12 +01:00
Danny van Kooten 7c0d78ac2f replace image with new styling 2016-11-25 13:54:18 +01:00
Danny van Kooten 39c19e924b replace image with new styling 2016-11-25 13:51:59 +01:00
Danny van Kooten 47fdb6db35 style tables 2016-11-25 13:49:59 +01:00
Danny van Kooten 11bf89350e general styling improvements 2016-11-25 13:38:20 +01:00
Danny van Kooten b2c64d6de9 add black header bar 2016-11-25 13:16:42 +01:00
Danny van Kooten b72a3610bf add a few more details to roadmap 2016-11-24 16:52:03 +01:00
Danny van Kooten 6e57b59e20 add screenshot to readme 2016-11-24 16:49:30 +01:00
Danny van Kooten f78dfe7f9e add simple grid system 2016-11-24 16:47:33 +01:00
Danny van Kooten c3c78e2ff1 split app into page components 2016-11-24 16:29:11 +01:00
Danny van Kooten f767c8de9f add screen res component 2016-11-24 14:37:41 +01:00
Danny van Kooten cbd1020bbf add countries table to interface 2016-11-24 14:21:02 +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 fda7f64714 don't redraw canvas when choosing same data point 2016-11-24 13:10:40 +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 a7af934f23 rewrite mithril to react 2016-11-23 19:40:35 +01:00
Danny van Kooten fbd591547c get auth state from cookie upon render 2016-11-23 16:33:52 +01:00
Danny van Kooten 86cbfa8dd4 add logout component 2016-11-23 16:29:07 +01:00
Danny van Kooten f5a25c7c28 remove JWT & replace React with Mithril 2016-11-23 15:51:19 +01:00
Danny van Kooten 933884c401 ignore static dir 2016-11-22 22:51:04 +01:00
Danny van Kooten 5d6796dfe5 add basic JWT auth structure 2016-11-22 22:33:50 +01:00
Danny van Kooten 2ff06c02d0 add logging handler for all req's 2016-11-22 21:02:06 +01:00
Danny van Kooten 5f3e22665b use gorilla mux for routing 2016-11-22 20:57:16 +01:00
Danny van Kooten 7c15fa26bb clean-up chart code 2016-11-22 17:13:37 +01:00