Commit Graph

985 Commits

Author SHA1 Message Date
niggl 084e2d9930 Renamed property, so it fits with the rest of the nameing
ref #11
2020-12-01 18:50:06 +01:00
niggl 79eecbb329 fixxed missing imports and commented out a non-implemented function call
ref #11
2020-12-01 18:48:28 +01:00
niggl f7beebce3f Added scanstation class
ref #11
2020-12-01 18:39:33 +01:00
niggl fbbb5df64f Added runnerCard class
ref #11
2020-12-01 18:16:17 +01:00
niggl 96d70d5048 Added group contact class
ref #11
2020-12-01 18:07:39 +01:00
niggl ac40527fa2 Added the runnerteam class
ref #11
2020-12-01 18:01:32 +01:00
niggl 66f7a7928c Added the runner org class
ref #11
2020-12-01 17:58:23 +01:00
niggl deae0bb84b Added finxed donations
ref #11
2020-12-01 17:53:43 +01:00
niggl 6c32a9ebe9 Added distance Donation 2020-12-01 17:51:30 +01:00
niggl a8d1ec6f9b Marked amount as abstract
ref #11
2020-12-01 17:50:43 +01:00
niggl daea0568a8 Amount no longer is a column by default 2020-12-01 17:45:59 +01:00
niggl b632c09924 Added donor
ref #11
2020-12-01 17:41:56 +01:00
niggl 7ce8c375a2 Fixed copy-paste slip up
ref #11
2020-12-01 17:39:03 +01:00
niggl 5a04e61d1c Added the runner class
ref #11
2020-12-01 17:38:28 +01:00
niggl 748fff5c32 Cleaned up imports and descriptions
ref #11
2020-12-01 17:32:21 +01:00
niggl 57ba0c3051 Added the donation abstract/interface 2020-12-01 17:31:05 +01:00
niggl 72f80859a9 Added todo's for relationships 2020-12-01 17:27:48 +01:00
niggl f999c416c4 Added Runnergroup abstract class
ref #11
2020-12-01 17:27:18 +01:00
niggl f8e1bf715b Changed nameing scheme for the abstract classes since we're not useing interfaces
ref #11
2020-12-01 17:21:44 +01:00
niggl f350007ae5 Added participant abstract class
ref #11
2020-12-01 17:20:43 +01:00
niggl a2cf8d1f2c Switched from implementing the "interfaces" as interface to abstract classes
ref #11
This was done to take advantage of typeorm and class validator
2020-12-01 17:16:50 +01:00
niggl abb7f7f894 Added Basic Scan interface
ref #11
2020-12-01 17:10:17 +01:00
niggl f0a7cbbcae Adjusted the comments for tsdoc
ref #8 #3
2020-11-27 22:19:07 +01:00
niggl 26499658a4 Extended error message 2020-11-27 21:40:00 +01:00
niggl 624ea6ba33 Merge branch 'main' of git.odit.services:lfk/backend into main
# Conflicts:
#	src/controllers/TrackController.ts
2020-11-27 21:38:47 +01:00
niggl 01542ae6a8 Added custom errors
ref #4 #5
2020-11-27 21:35:28 +01:00
philipp d85c126c27 implementation details
ref #6
2020-11-27 21:24:55 +01:00
philipp e29c0cb7a1 Merge branch 'main' into feature/authed-routes
# Conflicts:
#	src/app.ts
#	src/controllers/TrackController.ts
2020-11-27 21:19:58 +01:00
philipp 37baa4ea45 default to only jwt checking (empty @Authorized() )
ref #6
2020-11-27 21:18:42 +01:00
philipp 5f4aed2f02 fixed auth parsing
ref #6
2020-11-27 21:16:15 +01:00
philipp cb5f5b9ecb debugging
ref #6
2020-11-27 20:15:48 +01:00
niggl aef2f9562a Put now isn't allowed to change ids
ref #4
2020-11-27 19:59:07 +01:00
niggl b267d87ba6 Added endpoint descriptions
ref #4
2020-11-27 19:58:00 +01:00
niggl d2278fd248 Added jsdoc style class documentation
ref #3
2020-11-27 19:57:10 +01:00
philipp c15b650181 sample in TrackController
ref #6
2020-11-27 19:55:49 +01:00
philipp e29d59ac02 move to module
ref #6 #4
2020-11-27 19:55:35 +01:00
philipp d5c6c9238f sample implementation of authorizationChecker 2020-11-27 19:45:44 +01:00
niggl 24d890f638 Moved cors to the routing-controller function
ref #4
2020-11-27 19:32:54 +01:00
niggl 4e5e08483d Added "/api" route prefix
ref #4 #5
2020-11-27 19:32:29 +01:00
niggl b382f0689b Added errors and fixed the create model
ref #4
2020-11-27 18:48:22 +01:00
niggl 56ee91e762 Merge branch 'main' of git.odit.services:lfk/backend into main 2020-11-27 18:46:08 +01:00
niggl f2efc4e37b Set env to node_env for the server 2020-11-27 18:46:04 +01:00
niggl 27462b0615 Fixed wrong type 2020-11-27 18:40:11 +01:00
philipp f7d7f5e75f formatting 2020-11-27 18:28:42 +01:00
niggl e5562efe35 Added createtrack model that omits the id from the track model
ref #4
2020-11-27 17:59:09 +01:00
niggl 0e3ec4ebf9 Added openapi style response schemas
ref #5
2020-11-26 14:15:01 +01:00
niggl 1d57f4a8d9 Added update and delete function functionallity
ref #4
2020-11-26 14:14:29 +01:00
niggl 9b2ea8c23c Now also serving the openapi
ref #5
2020-11-26 14:02:51 +01:00
niggl 51ff9defc5 fixed component definition
ref #5
2020-11-26 13:45:22 +01:00
niggl 796b8942d8 Now creating (json)schemas from class validator annotated classes
ref #5
2020-11-26 13:44:36 +01:00