|
|
302ca0c0ae
|
set project creator as member on creation
|
2020-05-05 15:11:53 +02:00 |
|
|
|
e6bcba84ac
|
create user profile after signup if not exists
|
2020-05-05 14:29:55 +02:00 |
|
|
|
f415e0626a
|
edit backend to accept string id, create auth/helper to extract userId
|
2020-05-05 13:56:12 +02:00 |
|
|
|
c3dca8edef
|
fix NewTicketDTO type mismatch in Enums
|
2020-04-20 16:05:55 +02:00 |
|
|
|
f23bfad793
|
PrivateRoute and API protected
|
2020-04-19 09:42:20 +02:00 |
|
|
|
4406063253
|
Installed Material-Ui; Created Sign up page; General styling
|
2020-04-01 16:37:09 +02:00 |
|
|
|
f89377da3b
|
TIcket Page Layout
|
2020-03-12 23:07:39 +01:00 |
|
|
|
37ce0fb547
|
User Page
|
2020-03-12 22:18:17 +01:00 |
|
|
|
b12a61bb21
|
pull latest backend
|
2020-03-03 18:19:51 +01:00 |
|
|
|
528e4d3b77
|
DTO->Resouces
|
2020-03-03 16:29:23 +01:00 |
|
|
|
299aa37bb1
|
NewTicketSubmit in progress
|
2020-03-02 11:01:29 +01:00 |
|
|
|
6d93e88dcf
|
Authorized the backend
|
2020-02-29 11:38:25 +01:00 |
|
|
|
e4fe81a45c
|
removed useless controllers edit Swagger doc
|
2020-02-27 18:40:44 +01:00 |
|
|
|
02a123b247
|
Updated SetProjectsMembers to take Guid list as arg
|
2020-02-27 17:34:54 +01:00 |
|
|
|
5fe28f5c38
|
-
|
2020-02-27 16:19:15 +01:00 |
|
|
|
481832fdbc
|
added NewModelDTOs edit controllers
|
2020-02-27 13:43:17 +01:00 |
|
|
|
6ac62d7176
|
added NewProjectDTO
|
2020-02-27 11:36:42 +01:00 |
|
|
|
2b7afa9c09
|
wrote finer DTOs to avoid circular dependencies
|
2020-02-27 10:10:05 +01:00 |
|
|
|
deb3492475
|
applying dto pattern
|
2020-02-26 22:45:52 +01:00 |
|
|
|
faab56610c
|
Wrote Project COntrollers Test
|
2020-02-26 11:34:55 +01:00 |
|
|
|
1856c60bca
|
pull latest version
|
2020-02-25 18:58:32 +01:00 |
|
|
|
dfbd6632c0
|
Added TicketDTO, AppUserDTO. Updated controllers to output DTOs
|
2020-02-25 17:48:13 +01:00 |
|
|
|
611289c02f
|
-
|
2020-02-25 14:19:44 +01:00 |
|
|
|
e3f8d5df6c
|
pull last changes
|
2020-02-25 11:20:19 +01:00 |
|
|
|
056849e51c
|
use switch statement in error controller. Added submit button in modal form. Changed appusers endpoint to users
|
2020-02-24 10:27:13 +01:00 |
|
|
|
2343747b1c
|
projectDTO created. Changed entity name History to Activity
|
2020-02-21 13:57:03 +01:00 |
|
|
|
57880ab9ae
|
installed Moq
|
2020-02-21 10:54:33 +01:00 |
|
|
|
83dcab1c15
|
Set API authentication using Auth0. API endpoints require Authorized JWT
|
2020-02-19 22:47:41 +01:00 |
|
|
|
d5d5d58866
|
Unit of Work removed. Save done in the Repositories. Proj, Tickets & AppUsers Repo done.
|
2020-02-18 08:37:43 +01:00 |
|
|
|
c3d1218f3c
|
uow proj done
|
2020-02-17 23:46:04 +01:00 |
|
|
|
beeee5b3ba
|
uow proj part1
|
2020-02-17 21:52:11 +01:00 |
|
|
|
172252132b
|
generic and project repository done
|
2020-02-17 18:34:10 +01:00 |
|
|
|
49fd1ce1c0
|
projRepo integrated
|
2020-02-17 15:35:57 +01:00 |
|
|
|
e57b7359c7
|
projRepo integrated
|
2020-02-17 15:35:43 +01:00 |
|
|
|
8394708aa1
|
ticketModelTests done
|
2020-02-17 13:40:09 +01:00 |
|
|
|
aa802bc20e
|
projectModel tests + add/remove project API endpoints removed as they are usefull only internally. Project Progression behaviour updated.
|
2020-02-17 11:26:54 +01:00 |
|
|
|
8534db6d71
|
document project controller
|
2020-02-16 11:57:43 +01:00 |
|
|
|
d6cd9abeda
|
pull backend to master
|
2020-02-15 22:05:00 +01:00 |
|
|
|
b4b8b6f254
|
ticket model & endpoints done
|
2020-02-12 18:19:03 +01:00 |
|
|
|
734d8e931b
|
appuser model & endpoints done
|
2020-02-12 08:13:32 +01:00 |
|
|
|
a46c9aaa0b
|
api doc
|
2020-02-11 23:36:39 +01:00 |
|
|
|
0fa327ee7c
|
project model & endpoints done
|
2020-02-11 18:45:37 +01:00 |
|
|
|
0ca71cfcf9
|
preparation to api testing with postman
|
2020-02-11 15:02:41 +01:00 |
|
|
|
f40470035d
|
add project/id/setmembers, removemembers, getmembers endpoints
|
2020-02-11 09:40:56 +01:00 |
|
|
|
54c221236b
|
project/id/addmembers endpoint
|
2020-02-11 00:13:54 +01:00 |
|
|
|
2f03b8f402
|
switch to Newtonsoft.Json and config ti avoid cycle errors
|
2020-02-10 23:22:48 +01:00 |
|
|
|
c734fef7a3
|
merging backed
|
2020-02-10 11:54:37 +01:00 |
|
|
|
ec9e31171e
|
json circleref problem uncovered
|
2020-02-10 11:48:38 +01:00 |
|
|
|
4a711aa8ef
|
-
|
2020-02-09 12:23:48 +01:00 |
|
|
|
4428762398
|
-
|
2020-02-09 10:28:57 +01:00 |
|