Commit graph

18 commits

Author SHA1 Message Date
Ruidy
f4b94a2162
Account (#5)
* build client

* build client

* update .gitignore

* update signin logo

* created profile popover in navbar

* add accountcontroller to retrieve userinfo and accountpage

* set account page layout

* account form updates user profile

* update react scripts
2020-05-06 21:51:06 +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
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
481832fdbc added NewModelDTOs edit controllers 2020-02-27 13:43:17 +01:00
2b7afa9c09 wrote finer DTOs to avoid circular dependencies 2020-02-27 10:10:05 +01:00
dfbd6632c0 Added TicketDTO, AppUserDTO. Updated controllers to output DTOs 2020-02-25 17:48:13 +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
8394708aa1 ticketModelTests done 2020-02-17 13:40:09 +01:00
b4b8b6f254 ticket model & endpoints done 2020-02-12 18:19:03 +01:00
ec9e31171e json circleref problem uncovered 2020-02-10 11:48:38 +01:00
ebd3679651 scaffold controllers 2020-02-06 07:46:29 +01:00