aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added final thoughtsHEADmasterSyndamia2021-05-161-0/+2
|
* Merge branch 'fuckoff' into 'master'Kamen Mladenov2021-05-1659-84/+175
|\ | | | | | | | | New structure See merge request Syndamia/it-kariera-exam-template!2
| * Fixed tempalte context factorySyndamia2021-05-161-1/+1
| |
| * Fixed project renameSyndamia2021-05-161-3/+5
| |
| * Fixed add feature and delete feature scriptsSyndamia2021-05-162-23/+23
| |
| * Fixed solution not being able to be builtSyndamia2021-05-162-104/+104
| |
| * Big daddy refactorSyndamia2021-05-1557-73/+162
|/
* Fixed GetById validation in BaseServiceSyndamia2021-05-151-1/+1
|
* Fixed returned model on controller creationSyndamia2021-05-151-1/+1
|
* Fixed base service get all method not being called GetAllAsyncSyndamia2021-05-152-2/+2
|
* Added help menus to all tools (scripts)Syndamia2021-05-134-0/+52
|
* Added special thanksSyndamia2021-05-131-1/+1
|
* Added service null argument checks and their errorSyndamia2021-05-133-0/+45
|
* Updated user controller models being of type UserViewModel, when they should ↵Syndamia2021-05-1310-31/+31
| | | | be like UserWebModel
* Added view error messages to unsuccessful creation and edit of an object in ↵Syndamia2021-05-131-0/+20
| | | | form feature script
* Improved redirecttoaction and removed bad checks in add feature scriptSyndamia2021-05-131-12/+6
|
* Updated add feature script such that Index.cshtml shows all available ↵Syndamia2021-05-131-1/+35
| | | | objects in database and Details.cshtml shows everything about a particular object
* Implemented BaseService that uses generics to implement very basic CRUD; ↵Syndamia2021-05-139-119/+128
| | | | Moved away from 3 service model to 1 service model in add feature script
* Made GetAll asyncSyndamia2021-05-131-3/+3
|
* First registered user becomes an administrator and implemented proper ↵Syndamia2021-05-131-2/+14
| | | | handling of user creation failure inside service
* Fixed space identation in base modelsSyndamia2021-05-123-3/+3
|
* Moved services to their own folder and updated their namespacesSyndamia2021-05-124-5/+5
|
* Implemented Cloudinary interfaceSyndamia2021-05-123-2/+14
|
* Implemented interfaces for services in add feature template; Added an ↵Syndamia2021-05-125-11/+64
| | | | interfaces for UserService
* Added forgotten usings in add feature template serviceSyndamia2021-05-121-0/+2
|
* Improved rename namespacesSyndamia2021-05-121-2/+4
|
* Fixed unary operator error in add feature templateSyndamia2021-05-121-5/+6
|
* Fixed add feature template model creation and model idsSyndamia2021-05-121-11/+7
|
* Optimized rename-namespaces to not try to rename stuff inside bin and obj ↵Syndamia2021-05-121-2/+2
| | | | folders
* Fixed rename namespaces giving error and not updating usingsSyndamia2021-05-121-1/+2
|
* Added info about delete features template and rename namespaces scripts and ↵Syndamia2021-05-123-4/+38
| | | | updated README
* Add feature template script now adds a GetAll method in service (although ↵Syndamia2021-05-121-0/+7
| | | | web doesn't handle it in any way)
* Improved the way in which database objects are created on startupSyndamia2021-05-122-9/+32
|
* Moved the Guid Id to it's own base modelsSyndamia2021-05-124-9/+50
|
* Fixed DbSets being above the constructor (when they should be below)Syndamia2021-05-121-1/+1
|
* Fixed models having opening bracket at bad placesSyndamia2021-05-121-6/+12
|
* Fixed a bug where create web models have their id, but view web models dontSyndamia2021-05-121-2/+2
|
* Renamed ViewModels to WebModelsSyndamia2021-05-121-15/+15
|
* Added a script the deletes a featureSyndamia2021-05-121-0/+42
|
* Added script for renaming namespacesSyndamia2021-05-121-0/+17
|
* Fixed readme file viewSyndamia2021-05-121-3/+9
|
* Implemented a 404 not found pageSyndamia2021-05-124-3/+19
|
* Fixed typos and reworded a bit some stuffSyndamia2021-05-111-7/+7
|
* Added information about the bash tools and cloudinarySyndamia2021-05-111-0/+80
|
* Added Cloudinary service and configured itSyndamia2021-05-114-0/+60
|
* Renamed mapping classes to have the name of their layerSyndamia2021-05-113-10/+10
|
* Made service models structure resemble that of the web models (models for ↵Syndamia2021-05-119-15/+15
| | | | each "feature" are in their own folder)
* Improved formatting and implemented web layer template creationSyndamia2021-05-111-5/+305
|
* Implemented service layer preset adding to script and fixed some data layer ↵Syndamia2021-05-111-11/+134
| | | | file bugs
* Started work on script that adds preset files on a given feature; ↵Syndamia2021-05-101-0/+42
| | | | Implemented Data layer edits