ticket_manager/client/src/controllers
2020-03-01 14:05:16 +01:00
..
ErrorController.tsx 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
HomeController.tsx MVVM architecture skeleton 2020-02-07 13:07:28 +01:00
ProjectController.tsx fetch allUsers in ProjectController, combined in project viewmodel,fixed user model checkboxes 2020-02-25 18:53:28 +01:00
TicketController.tsx Added http type to handle api response and manage errors. created get, post, put method. Added ErrorPage blanck to redirect to 2020-02-21 18:14:21 +01:00
UserController.tsx Added UserTabRouter, UserHeader,ProjectList,Avatar components. UserPage Layout done. UserVM updated. Added User/:id route to Router 2020-03-01 14:05:16 +01:00