aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Added help menus to all tools (scripts)Syndamia2021-05-134-0/+52
* Added view error messages to unsuccessful creation and edit of an object in f...Syndamia2021-05-131-0/+20
* 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 objects...Syndamia2021-05-131-1/+35
* Implemented BaseService that uses generics to implement very basic CRUD; Move...Syndamia2021-05-131-96/+16
* Made GetAll asyncSyndamia2021-05-131-3/+3
* Moved services to their own folder and updated their namespacesSyndamia2021-05-121-2/+2
* Implemented interfaces for services in add feature template; Added an interfa...Syndamia2021-05-121-6/+30
* 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 fol...Syndamia2021-05-121-2/+2
* Fixed rename namespaces giving error and not updating usingsSyndamia2021-05-121-1/+2
* Added info about delete features template and rename namespaces scripts and u...Syndamia2021-05-122-4/+9
* Add feature template script now adds a GetAll method in service (although web...Syndamia2021-05-121-0/+7
* Moved the Guid Id to it's own base modelsSyndamia2021-05-121-9/+19
* 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
* Renamed mapping classes to have the name of their layerSyndamia2021-05-111-6/+6
* Made service models structure resemble that of the web models (models for eac...Syndamia2021-05-111-7/+7
* Improved formatting and implemented web layer template creationSyndamia2021-05-111-5/+305
* Implemented service layer preset adding to script and fixed some data layer f...Syndamia2021-05-111-11/+134
* Started work on script that adds preset files on a given feature; Implemented...Syndamia2021-05-101-0/+42
* Fixed rename project tool screwing up .git folderSyndamia2021-05-101-1/+1
* Added a script that renames all of the files and folders inside the projectSyndamia2021-05-101-0/+35