Commit graph

76 commits

Author SHA1 Message Date
Tom Bloor 01c7db6844 Removed admin api endpoint as unused 2017-07-25 14:23:03 +01:00
Finn 09f9cf9d48 Feedback HTML views added and fixes made 2017-07-24 15:21:10 +01:00
Finn baea01e8b5 Schema and actual DB submit code added 2017-07-24 14:55:05 +01:00
Finn d38758ac90 New Feedback API endpoint added 2017-07-24 13:20:22 +01:00
Tom Bloor 50e06981d7 Fix issue with undefined leaderboard 2017-07-20 17:41:59 +01:00
Tom Bloor 243722df93 Fix issue with login error
fixes #9
2017-07-20 17:34:33 +01:00
Finn 16abfe34ea Fixed rank sending and added leaderboard creation script 2017-07-20 11:56:24 +01:00
Finn 4f09483f59 Front page stat sending added 2017-07-19 17:29:00 +01:00
Tom Bloor 559e88d9e6 Fix issue with leaderboard position due to wrong calculation of trend 2017-06-13 23:15:10 +01:00
Tom Bloor 6f5e0fb31e Remove unneccessary endpoint for AgeRanges 2017-06-13 21:45:23 +01:00
Tom Bloor 9523db7684 Remove register controller as no use anymore 2017-06-13 21:33:47 +01:00
Tom Bloor d73ddb6ba2 Remove AgeRange table and first pass of fixing tests 2017-06-13 21:02:24 +01:00
Tom Bloor 9cd9f8079e Add leaderboard stats endpoint and trends 2017-06-06 22:30:02 +01:00
Tom Bloor 00e98f874a Get sums to show 0 instead of undef for no data 2017-05-22 22:21:05 +01:00
Tom Bloor 9586d1a637 Add more stats to default stat set 2017-05-16 22:45:49 +01:00
Tom Bloor a680d7b9df Remove today_avg as redundant due to other data 2017-05-16 21:46:44 +01:00
Tom Bloor 86955c0d1c Started with basic today stats 2017-05-16 21:30:38 +01:00
Tom Bloor 22abc4e464 Fix postcode issue on upload 2017-05-15 22:43:31 +01:00
Tom Bloor aed22d1c98 Change to having display_name and full_name for customers 2017-04-25 21:44:13 +01:00
piratefinn a4ce60407e Did test and routing fixes and dependency fix 2017-04-24 17:42:07 +01:00
Tom Bloor 98f15a67af Added organisations page to admin interface 2017-04-24 12:49:18 +01:00
Tom Bloor fad90980f6 Removed unnecessary code and test 2017-04-23 17:02:01 +01:00
Tom Bloor 1598909958 Started on user day entry 2017-04-23 16:59:35 +01:00
Tom Bloor b03b7ccc5f Added error flag to validation errors and added age_range api endpoint 2017-04-23 14:02:10 +01:00
Tom Bloor 1d1b4aa1cf Change registration to be the same as the api docs 2017-04-22 19:35:19 +01:00
Tom Bloor a097db2017 Fix home page upload to use json api instead of seperate upload code 2017-04-21 23:38:12 +01:00
Tom Bloor 00b0687136 Fixed token administration 2017-04-21 22:48:47 +01:00
Tom Bloor 3be6289fc3 Finish major rework of schema 2017-04-21 22:12:53 +01:00
Tom Bloor dd7862d93d Refactored AccountToken table 2017-04-21 21:28:50 +01:00
Tom Bloor f69b06bda2 Refactored customer table and fixed all tests form that 2017-04-21 21:20:47 +01:00
Tom Bloor d0cbb215d8 refactor user table and setup timestamp auto setting 2017-04-21 20:52:14 +01:00
Tom Bloor 4c5f27976c Change proof storage to have a settable folder 2017-04-21 19:54:28 +01:00
Tom Bloor 8c424c02d3 Fix web portal upload basic form 2017-04-21 17:33:50 +01:00
Tom Bloor 786b69f54d Fix and refactor search test 2017-04-21 17:23:41 +01:00
Tom Bloor b48edea9fb Fixed admin-merge test after refactoring 2017-04-21 14:54:19 +01:00
Tom Bloor c40a480361 Refactored Pending and Valid orgs and admin-approve test 2017-04-21 14:14:51 +01:00
Tom Bloor 6596fd10aa Refactor Organisation table to easier column names 2017-04-20 22:17:13 +01:00
Tom Bloor e2cf58c895 Add reporting of pending orgs and transactions in admin section 2017-04-20 22:16:44 +01:00
Tom Bloor d1add8ee7c Added ability to upload a receipt from the user page 2017-04-20 17:33:59 +01:00
Tom Bloor 2cc670b58f Improve failed upload error 2017-04-20 14:02:30 +01:00
Tom Bloor e9f4888a8c Added filetype validation for upload 2017-04-20 13:58:45 +01:00
Tom Bloor 7f18aa7173 Refactor upload API to easier to read variables 2017-04-20 12:33:56 +01:00
Tom Bloor 94583f61bf Refactored entire api auth code, and upload endpoint 2017-04-20 01:27:18 +01:00
Tom Bloor 110a051a4e Fixed upload test and controller after updates to session key usage 2017-04-18 23:43:49 +01:00
Tom Bloor 5a1c6b0015 Removed all unneeded helpers from main codebase and removed deprecated
test
2017-04-18 22:44:59 +01:00
Tom Bloor 68b66d431c Reworked api login to just need a session_key for everything 2017-04-18 22:31:08 +01:00
Tom Bloor 1d02854c96 Initial work on Admin users page 2017-04-18 19:03:03 +01:00
Tom Bloor cf8154169b Refactor to use standard $c instead of $self 2017-04-18 17:38:58 +01:00
Tom Bloor a8b917808f Refactor dbh items in api register to dbic 2017-04-18 17:36:37 +01:00
Tom Bloor 98d4309b67 Move use statement and refactor register to use mojo validators 2017-04-18 12:38:39 +01:00