Commit Graph

292 Commits

Author SHA1 Message Date
Danny van Kooten 04a8f09e5e Remove stray fmt.Print call from screens API endpoint 2016-12-23 17:38:57 +02:00
Danny van Kooten e7cca8ee72 Add archive logic for screen sizes 2016-12-23 16:49:23 +02:00
Danny van Kooten 7ac4569b7a Update Yarn lockfile. 2016-12-23 16:03:20 +02:00
Danny van Kooten 1d75102d5f Fix gometalinter issues throughout count package. 2016-12-23 16:03:11 +02:00
Danny van Kooten 0289ba8cfe Create `pages` table before adding foreign key restraint on `pageviews`. 2016-12-23 16:02:49 +02:00
Danny van Kooten a5dc049fb5 Merge pull request #5 from DennyLoko/patch-1
Update README.md, thanks @DennyLoko
2016-12-19 17:13:18 +02:00
Danniel Magno 3692ef1710 Update README.md
Fix #2
2016-12-19 10:10:33 -02:00
Danny van Kooten c9a02c1a65 list dotenv dependency in do task 2016-12-12 10:36:39 +01:00
Danny van Kooten 6b672c55b4 archive pageviews per page 2016-12-11 16:23:13 +01:00
Danny van Kooten 8ca48819d3 return error from db.SetupDatabaseConnection 2016-12-11 15:37:51 +01:00
Danny van Kooten 7104397afa add tests for parseMajorMinor func 2016-12-11 15:33:23 +01:00
Danny van Kooten d8f1eb20ef add goreport & license badge 2016-12-11 15:23:11 +01:00
Danny van Kooten 593b3563d6 gofmt project 2016-12-11 14:50:01 +01:00
Danny van Kooten 5e4b878d19 add tests for api request helper funcs 2016-12-11 14:43:11 +01:00
Danny van Kooten 526a9aae28 add test for count.fill func 2016-12-11 14:33:05 +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 7d7121cf14 MIT license it is. Add readme instructions for getting a dev version running 2016-12-11 10:05:29 +01:00
Danny van Kooten f304b082a5 add loading indicator to most widgets 2016-12-10 18:19:44 +01:00
Danny van Kooten c79e8407a0 link to referrer site 2016-12-10 16:07:03 +01:00
Danny van Kooten 9755b72ebf fix seed 2016-12-10 15:58:54 +01:00
Danny van Kooten f3e8731fae add /referrers endpoint and show table with referrers in period 2016-12-10 14:31:46 +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 0f77812c77 update roadmap 2016-12-09 10:12:44 +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 963716b1be add tables for pages & sites & normalize data into those tables 2016-12-08 22:20:40 +01:00
Danny van Kooten 28a65501af add seed_database command 2016-12-08 21:07:24 +01:00
Danny van Kooten 549b4bb055 do not export commands & add delete_user command 2016-12-08 20:57:44 +01:00
Danny van Kooten 679dc190ae add CLI functionality to main package, with create_user command 2016-12-08 20:45:26 +01:00
Danny van Kooten 265e7a2973 fix POST requests in client & add DB migrations for user tables 2016-12-08 18:44:49 +01:00
Danny van Kooten 838b876c87 switch from makefile to simple bash task file 2016-12-08 14:42:03 +01:00
Danny van Kooten 7d55a7b25a include URL & title in tracking request 2016-12-08 13:09:21 +01:00
Danny van Kooten dabb89e863 add gulp task for minification 2016-12-08 12:43:13 +01:00
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