aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Configurations
Commit message (Collapse)AuthorAgeFilesLines
* Big daddy refactorSyndamia2021-05-151-18/+0
|
* Updated user controller models being of type UserViewModel, when they should ↵Syndamia2021-05-131-5/+5
| | | | be like UserWebModel
* Implemented BaseService that uses generics to implement very basic CRUD; ↵Syndamia2021-05-131-1/+1
| | | | Moved away from 3 service model to 1 service model in add feature script
* Renamed mapping classes to have the name of their layerSyndamia2021-05-111-2/+2
|
* Made service models structure resemble that of the web models (models for ↵Syndamia2021-05-111-1/+1
| | | | each "feature" are in their own folder)
* Fixed some identation that was in spaces, rather than tabsSyndamia2021-05-071-1/+1
|
* Implemented editing userSyndamia2021-05-071-0/+2
|
* Implemented user profile pageSyndamia2021-05-071-0/+1
|
* Impllemented user login and updated navbarSyndamia2021-05-061-0/+1
|
* Added automapper; Implemented user register; Improved some database ↵Syndamia2021-05-061-0/+14
configurations