Commit graph

87 commits

Author SHA1 Message Date
Tom Bloor daeeac811c Change leaderboards to only follow customers 2017-06-05 22:59:31 +01:00
Tom Bloor 5e06f0a69b Added resultset for leaderboard for more consice code 2017-06-05 22:34:48 +01:00
Tom Bloor 7e11fc50bd Added get_latest and test for it on leaderboard 2017-06-05 22:15:27 +01:00
Tom Bloor bc12dbf8b0 Added leaderboard first pass stuff 2017-05-23 23:06:07 +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 6d86389768 Fix missed part from customer display name change 2017-05-08 20:54:50 +01:00
Tom Bloor 56fc868786 missed failout return from email validator 2017-04-26 20:58:24 +01:00
Tom Bloor 7614b7bc2e Possible fix for postcode validator not working all the time 2017-04-26 20:53:27 +01:00
Tom Bloor ae6884202a Fixed issue with postcode validator 2017-04-25 23:33:35 +01:00
Tom Bloor aed22d1c98 Change to having display_name and full_name for customers 2017-04-25 21:44:13 +01:00
Tom Bloor 286ecf11e1 Fixed issue with validator for postcodes 2017-04-25 20:50:34 +01:00
Tom Bloor e31ec73934 Forgot to define $c in CORS endpoints 2017-04-25 20:19:41 +01:00
Tom Bloor 0292ac7e2e Improve CORS to cover all api routes, including get and post 2017-04-25 20:13:34 +01:00
Tom Bloor fed62641ad Change to * rule for CORS 2017-04-25 19:48:29 +01:00
Tom Bloor 1cd92d1e12 Added a basic CORS options for api/* 2017-04-25 19:47:50 +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 25c0d06211 Add specific include for fileparse in validators 2017-04-23 17:23:35 +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 261751886b Remove final unused helper 2017-04-21 22:13:41 +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 6bfd516d76 Remove more old helpers and deprecate db helper 2017-04-21 20:03:51 +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 99ef319c3b Started refactoring pending orgs table 2017-04-21 12:42:31 +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