Move everything to models and services #17

Merged
konrad merged 82 commits from refactor/models into master 2019-03-02 10:25:10 +00:00

82 Commits

Author SHA1 Message Date
198e132bc5
updated todo
All checks were successful
the build was successful
2019-03-02 11:24:56 +01:00
79263841cc
More docs
All checks were successful
the build was successful
2019-03-01 08:15:03 +01:00
0f2a9d50a9
More docs
All checks were successful
the build was successful
2019-03-01 08:11:33 +01:00
f7d79c785c
Added docs for models
All checks were successful
the build was successful
2019-03-01 08:02:13 +01:00
1612bc8aaf
Started adding docs
All checks were successful
the build was successful
2019-02-28 19:15:17 +01:00
657dc96ab3
update todo
All checks were successful
the build was successful
2019-02-28 08:17:35 +01:00
d813e35bd7
Fixed spacing everywhere
All checks were successful
the build was successful
2019-02-28 08:13:14 +01:00
52e8b67670
Made sure service.loading is used everywhere 2019-02-28 08:10:36 +01:00
17b3f7ac4c
Fixed a bug where the first request after login was made with the token of the lastly logged in user
All checks were successful
the build was successful
2019-02-28 08:01:41 +01:00
3cf3b4571a
Started looking into why tokens are cached
All checks were successful
the build was successful
2019-02-27 20:39:52 +01:00
c1bc2d87f2
Moved password reset to model/service
All checks were successful
the build was successful
2019-02-27 20:24:51 +01:00
d7ca03eba5
Moved password reset to model/service
All checks were successful
the build was successful
2019-02-27 20:21:54 +01:00
b436145437
Moved password reset request to model/service
All checks were successful
the build was successful
2019-02-27 20:18:39 +01:00
4385b02fa0
Started moving password reset to model/service
All checks were successful
the build was successful
2019-02-27 20:04:39 +01:00
f0586bc248
Creating teams now uses model and service 2019-02-27 19:39:35 +01:00
339ec3523a
Moved getting teams to service 2019-02-27 19:35:31 +01:00
030a34f61e
Moved edit team to use models and services
All checks were successful
the build was successful
2019-02-27 08:24:53 +01:00
34cf62b6e8
Started moving team management to models and services
All checks were successful
the build was successful
2019-02-26 19:17:28 +01:00
62438313c6
Removed pseudo-errorhandlers
All checks were successful
the build was successful
2019-02-26 19:10:45 +01:00
a62a85a2f4
More cleanup
All checks were successful
the build was successful
2019-02-26 19:08:32 +01:00
88f1632af6
Cleanup
All checks were successful
the build was successful
2019-02-26 19:06:22 +01:00
1b079c1240
Fixed user delete method 2019-02-26 19:04:05 +01:00
62d5bf38e1
Started moving user component to use models/services
All checks were successful
the build was successful
2019-02-26 09:01:33 +01:00
c67366de01
removed unnessecary loading 2019-02-26 07:53:46 +01:00
c4b24bc9b8
Started moving user sharing to models
All checks were successful
the build was successful
2019-02-25 08:57:29 +01:00
d670fb7e17
updated todo
All checks were successful
the build was successful
2019-02-25 08:22:43 +01:00
f5491fd363
docs
All checks were successful
the build was successful
2019-02-25 08:14:14 +01:00
8686a3fcf6
Added common base team share model
All checks were successful
the build was successful
2019-02-25 08:12:25 +01:00
15395c3608
Added user share model
All checks were successful
the build was successful
2019-02-25 08:08:25 +01:00
95b120e68a
Added user model
All checks were successful
the build was successful
2019-02-25 08:01:50 +01:00
9f60fe64b5
Team namespace/list managing now uses models/services
All checks were successful
the build was successful
2019-02-24 19:01:40 +01:00
0077b5d745
Added team list model and service
All checks were successful
the build was successful
2019-02-24 18:23:05 +01:00
c1363a01ee
Now using the model to get teams in a namespace
All checks were successful
the build was successful
2019-02-24 18:19:48 +01:00
bd4c4483cb
Added a team namespace service/model
All checks were successful
the build was successful
2019-02-24 17:57:45 +01:00
785cb149f3
Added model factories for each type of request
All checks were successful
the build was successful
2019-02-24 17:57:22 +01:00
68dfe7c5eb
Added model factories for each type of request 2019-02-24 17:55:48 +01:00
3bcf8d2c90
Added team model and service
All checks were successful
the build was successful
2019-02-24 17:04:12 +01:00
8d8f0ced42
New namespace now uses model/service
All checks were successful
the build was successful
2019-02-24 12:40:19 +01:00
fa673b86f3
fixed creating new lists
All checks were successful
the build was successful
2019-02-24 12:37:41 +01:00
7684d340e7
new list uses model
All checks were successful
the build was successful
2019-02-24 12:36:05 +01:00
a8c1a22449
Edit namespace now uses service/model
All checks were successful
the build was successful
2019-02-24 12:34:47 +01:00
f77570bc84
Started moving get all tasks to service/model
All checks were successful
the build was successful
2019-02-24 12:08:10 +01:00
de3d377a92
New creation of lists is now done via the service/model
All checks were successful
the build was successful
2019-02-23 21:59:27 +01:00
5593daa6e5
Added delete method to services
All checks were successful
the build was successful
2019-02-23 21:31:48 +01:00
dd04c15698
List edit now uses the model 2019-02-23 21:20:36 +01:00
7c809e7471
Fixed getAll array parsing 2019-02-23 21:20:22 +01:00
2d4ee63e1f
Namespaces are now retrieved via the service 2019-02-23 21:19:32 +01:00
267d5d3de9
fixed getAll 2019-02-23 18:00:53 +01:00
9387cffcd8
Load namespaces via service 2019-02-23 17:56:45 +01:00
158d21c1fc
nits 2019-02-23 17:48:21 +01:00
2c934ad1e7
Added namespace model and service 2019-02-23 17:48:00 +01:00
041d359276
fixed loading 2019-02-23 16:50:17 +01:00
d18167a1fe
docs
All checks were successful
the build was successful
2019-02-23 16:12:59 +01:00
b7ead3e551
cleanup
All checks were successful
the build was successful
2019-02-23 16:11:57 +01:00
dfde524f79
Update task in list after updating it
All checks were successful
the build was successful
2019-02-23 15:47:54 +01:00
96660a7357
Moved update tasks to model and service
Some checks failed
the build failed
2019-02-23 15:39:48 +01:00
732d8f2a66
Added repeatAfterobj to taks
Some checks failed
the build failed
2019-02-22 22:33:24 +01:00
20e8ca5e19
Added before update method to task service 2019-02-22 22:33:07 +01:00
f49c5645b1
Added default null reminder date 2019-02-22 22:25:43 +01:00
06e23379fe
Added preprocessors for requests 2019-02-22 22:25:28 +01:00
50894c01ad
Moved and fixed pre-edit task functions to the model
All checks were successful
the build was successful
2019-02-22 22:12:10 +01:00
210a9eee74
Reject any request if no route is given
All checks were successful
the build was successful
2019-02-22 21:21:55 +01:00
f98af40bd6
create now uses the model only
All checks were successful
the build was successful
2019-02-22 08:37:28 +01:00
a31e069655
Get now uses models
All checks were successful
the build was successful
2019-02-22 08:33:17 +01:00
14f14653c5
docs
All checks were successful
the build was successful
2019-02-22 08:20:36 +01:00
291ea127ee
Use only the model itself when updating
All checks were successful
the build was successful
2019-02-22 08:16:03 +01:00
6019291042
Fixed updating a task after it's been marked as done 2019-02-22 08:06:43 +01:00
a2f74c062c
Started moving mark as done to model
All checks were successful
the build was successful
2019-02-21 20:45:42 +01:00
5346158d13
Moved appending new tasks to list model
All checks were successful
the build was successful
2019-02-21 20:35:07 +01:00
92ff9cfae6
moved creation of tasks to new function 2019-02-21 19:49:58 +01:00
12fd1b2a77
Fixed path replacer 2019-02-21 19:47:23 +01:00
f34445679e
Refactored methods to use fewer
All checks were successful
the build was successful
2019-02-21 08:42:43 +01:00
6f92b5234b
Started adding create method to service
All checks were successful
the build was successful
2019-02-21 08:25:44 +01:00
adc795943d
Added task model 2019-02-21 08:19:01 +01:00
f50abd8640
eye candy comments
All checks were successful
the build was successful
2019-02-20 22:17:32 +01:00
7f636f6c38
Comments, refactor, proper form
All checks were successful
the build was successful
2019-02-20 21:59:19 +01:00
3e6a5b4e2d
Fixed not overriding null values
All checks were successful
the build was successful
2019-02-20 21:03:13 +01:00
07f954978f
Started moving stuff to the list model
All checks were successful
the build was successful
2019-02-20 19:18:51 +01:00
a142326a44
Added abstract model, started fixing all the things 2019-02-20 19:00:55 +01:00
68bc759a7c
everything new and shiny
All checks were successful
the build was successful
2019-02-20 08:35:40 +01:00
70b382c18a
Progress so far
All checks were successful
the build was successful
2019-02-19 22:54:42 +01:00
a2ae7a6d31
Started adding models
All checks were successful
the build was successful
2019-02-19 08:19:47 +01:00