aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-05-15 22:20:53 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-05-15 22:20:53 +0300
commitf35a7aecd313547a6f6478a056fb2d5593f1c07b (patch)
tree4473c30a5b51591d79f627b7518f8c9e15787cbf /ExamTemplate/Web
parent2ac139d0854c0f6d1b4cebc1487dd41128f00c60 (diff)
downloadit-kariera-exam-template-f35a7aecd313547a6f6478a056fb2d5593f1c07b.tar
it-kariera-exam-template-f35a7aecd313547a6f6478a056fb2d5593f1c07b.tar.gz
it-kariera-exam-template-f35a7aecd313547a6f6478a056fb2d5593f1c07b.zip
Big daddy refactor
Diffstat (limited to 'ExamTemplate/Web')
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web.Models/BaseWebModel.cs (renamed from ExamTemplate/Web/Models/BaseWebModel.cs)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web.Models/ErrorViewModel.cs (renamed from ExamTemplate/Web/Models/ErrorViewModel.cs)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web.Models/ExamTemplate.Web.Models.csproj7
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web.Models/User/EditUserWebModel.cs (renamed from ExamTemplate/Web/Models/User/EditUserWebModel.cs)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web.Models/User/LoginUserWebModel.cs (renamed from ExamTemplate/Web/Models/User/LoginUserWebModel.cs)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web.Models/User/RegisterUserWebModel.cs (renamed from ExamTemplate/Web/Models/User/RegisterUserWebModel.cs)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web.Models/User/UserWebModel.cs (renamed from ExamTemplate/Web/Models/User/UserWebModel.cs)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web/Configurations/ControllerUserMappings.cs (renamed from ExamTemplate/Web/Configurations/ControllerUserMappings.cs)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web/Controllers/AccountController.cs (renamed from ExamTemplate/Web/Controllers/AccountController.cs)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web/Controllers/HomeController.cs (renamed from ExamTemplate/Web/Controllers/HomeController.cs)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web/ExamTemplate.Web.csproj20
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web/Program.cs (renamed from ExamTemplate/Web/Program.cs)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web/Properties/launchSettings.json (renamed from ExamTemplate/Web/Properties/launchSettings.json)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web/Startup.cs (renamed from ExamTemplate/Web/Startup.cs)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web/Views/Account/Edit.cshtml (renamed from ExamTemplate/Web/Views/Account/Edit.cshtml)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web/Views/Account/Login.cshtml (renamed from ExamTemplate/Web/Views/Account/Login.cshtml)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web/Views/Account/Profile.cshtml (renamed from ExamTemplate/Web/Views/Account/Profile.cshtml)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web/Views/Account/Register.cshtml (renamed from ExamTemplate/Web/Views/Account/Register.cshtml)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web/Views/Home/Index.cshtml (renamed from ExamTemplate/Web/Views/Home/Index.cshtml)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web/Views/Shared/Error.cshtml (renamed from ExamTemplate/Web/Views/Shared/Error.cshtml)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web/Views/Shared/ErrorNotFound.cshtml (renamed from ExamTemplate/Web/Views/Shared/ErrorNotFound.cshtml)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web/Views/Shared/_FooterContent.cshtml (renamed from ExamTemplate/Web/Views/Shared/_FooterContent.cshtml)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web/Views/Shared/_Layout.cshtml (renamed from ExamTemplate/Web/Views/Shared/_Layout.cshtml)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web/Views/Shared/_Navbar.cshtml (renamed from ExamTemplate/Web/Views/Shared/_Navbar.cshtml)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web/Views/_ViewImports.cshtml (renamed from ExamTemplate/Web/Views/_ViewImports.cshtml)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web/Views/_ViewStart.cshtml (renamed from ExamTemplate/Web/Views/_ViewStart.cshtml)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web/appsettings.json (renamed from ExamTemplate/Web/appsettings.json)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web/wwwroot/css/site.css (renamed from ExamTemplate/Web/wwwroot/css/site.css)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web/wwwroot/css/styles.css (renamed from ExamTemplate/Web/wwwroot/css/styles.css)0
-rw-r--r--ExamTemplate/Web/ExamTemplate.Web/wwwroot/favicon.ico (renamed from ExamTemplate/Web/wwwroot/favicon.ico)bin32038 -> 32038 bytes
-rw-r--r--ExamTemplate/Web/Web.csproj18
31 files changed, 27 insertions, 18 deletions
diff --git a/ExamTemplate/Web/Models/BaseWebModel.cs b/ExamTemplate/Web/ExamTemplate.Web.Models/BaseWebModel.cs
index 1b662af..1b662af 100644
--- a/ExamTemplate/Web/Models/BaseWebModel.cs
+++ b/ExamTemplate/Web/ExamTemplate.Web.Models/BaseWebModel.cs
diff --git a/ExamTemplate/Web/Models/ErrorViewModel.cs b/ExamTemplate/Web/ExamTemplate.Web.Models/ErrorViewModel.cs
index af40d4c..af40d4c 100644
--- a/ExamTemplate/Web/Models/ErrorViewModel.cs
+++ b/ExamTemplate/Web/ExamTemplate.Web.Models/ErrorViewModel.cs
diff --git a/ExamTemplate/Web/ExamTemplate.Web.Models/ExamTemplate.Web.Models.csproj b/ExamTemplate/Web/ExamTemplate.Web.Models/ExamTemplate.Web.Models.csproj
new file mode 100644
index 0000000..563e6f9
--- /dev/null
+++ b/ExamTemplate/Web/ExamTemplate.Web.Models/ExamTemplate.Web.Models.csproj
@@ -0,0 +1,7 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>net5.0</TargetFramework>
+ </PropertyGroup>
+
+</Project>
diff --git a/ExamTemplate/Web/Models/User/EditUserWebModel.cs b/ExamTemplate/Web/ExamTemplate.Web.Models/User/EditUserWebModel.cs
index 119a585..119a585 100644
--- a/ExamTemplate/Web/Models/User/EditUserWebModel.cs
+++ b/ExamTemplate/Web/ExamTemplate.Web.Models/User/EditUserWebModel.cs
diff --git a/ExamTemplate/Web/Models/User/LoginUserWebModel.cs b/ExamTemplate/Web/ExamTemplate.Web.Models/User/LoginUserWebModel.cs
index 0f4ef73..0f4ef73 100644
--- a/ExamTemplate/Web/Models/User/LoginUserWebModel.cs
+++ b/ExamTemplate/Web/ExamTemplate.Web.Models/User/LoginUserWebModel.cs
diff --git a/ExamTemplate/Web/Models/User/RegisterUserWebModel.cs b/ExamTemplate/Web/ExamTemplate.Web.Models/User/RegisterUserWebModel.cs
index c443dd2..c443dd2 100644
--- a/ExamTemplate/Web/Models/User/RegisterUserWebModel.cs
+++ b/ExamTemplate/Web/ExamTemplate.Web.Models/User/RegisterUserWebModel.cs
diff --git a/ExamTemplate/Web/Models/User/UserWebModel.cs b/ExamTemplate/Web/ExamTemplate.Web.Models/User/UserWebModel.cs
index af8d6c7..af8d6c7 100644
--- a/ExamTemplate/Web/Models/User/UserWebModel.cs
+++ b/ExamTemplate/Web/ExamTemplate.Web.Models/User/UserWebModel.cs
diff --git a/ExamTemplate/Web/Configurations/ControllerUserMappings.cs b/ExamTemplate/Web/ExamTemplate.Web/Configurations/ControllerUserMappings.cs
index 05c57e2..05c57e2 100644
--- a/ExamTemplate/Web/Configurations/ControllerUserMappings.cs
+++ b/ExamTemplate/Web/ExamTemplate.Web/Configurations/ControllerUserMappings.cs
diff --git a/ExamTemplate/Web/Controllers/AccountController.cs b/ExamTemplate/Web/ExamTemplate.Web/Controllers/AccountController.cs
index 2c2eb32..2c2eb32 100644
--- a/ExamTemplate/Web/Controllers/AccountController.cs
+++ b/ExamTemplate/Web/ExamTemplate.Web/Controllers/AccountController.cs
diff --git a/ExamTemplate/Web/Controllers/HomeController.cs b/ExamTemplate/Web/ExamTemplate.Web/Controllers/HomeController.cs
index d9cfc45..d9cfc45 100644
--- a/ExamTemplate/Web/Controllers/HomeController.cs
+++ b/ExamTemplate/Web/ExamTemplate.Web/Controllers/HomeController.cs
diff --git a/ExamTemplate/Web/ExamTemplate.Web/ExamTemplate.Web.csproj b/ExamTemplate/Web/ExamTemplate.Web/ExamTemplate.Web.csproj
new file mode 100644
index 0000000..d2c2de4
--- /dev/null
+++ b/ExamTemplate/Web/ExamTemplate.Web/ExamTemplate.Web.csproj
@@ -0,0 +1,20 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <ItemGroup>
+ <ProjectReference Include="..\ExamTemplate.Web.Models\ExamTemplate.Web.Models.csproj" />
+ <ProjectReference Include="..\..\Services\ExamTemplate.Services\ExamTemplate.Services.csproj" />
+ <ProjectReference Include="..\..\Services\ExamTemplate.Services.Models\ExamTemplate.Services.Models.csproj" />
+ <ProjectReference Include="..\..\Common\ExamTemplate.Common\ExamTemplate.Common.csproj" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Automapper" Version="10.1.1" />
+ <PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="8.1.1" />
+ <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="5.0.5.1" />
+ </ItemGroup>
+
+ <PropertyGroup>
+ <TargetFramework>net5.0</TargetFramework>
+ </PropertyGroup>
+
+</Project>
diff --git a/ExamTemplate/Web/Program.cs b/ExamTemplate/Web/ExamTemplate.Web/Program.cs
index be33374..be33374 100644
--- a/ExamTemplate/Web/Program.cs
+++ b/ExamTemplate/Web/ExamTemplate.Web/Program.cs
diff --git a/ExamTemplate/Web/Properties/launchSettings.json b/ExamTemplate/Web/ExamTemplate.Web/Properties/launchSettings.json
index 080115b..080115b 100644
--- a/ExamTemplate/Web/Properties/launchSettings.json
+++ b/ExamTemplate/Web/ExamTemplate.Web/Properties/launchSettings.json
diff --git a/ExamTemplate/Web/Startup.cs b/ExamTemplate/Web/ExamTemplate.Web/Startup.cs
index c18bca6..c18bca6 100644
--- a/ExamTemplate/Web/Startup.cs
+++ b/ExamTemplate/Web/ExamTemplate.Web/Startup.cs
diff --git a/ExamTemplate/Web/Views/Account/Edit.cshtml b/ExamTemplate/Web/ExamTemplate.Web/Views/Account/Edit.cshtml
index a088742..a088742 100644
--- a/ExamTemplate/Web/Views/Account/Edit.cshtml
+++ b/ExamTemplate/Web/ExamTemplate.Web/Views/Account/Edit.cshtml
diff --git a/ExamTemplate/Web/Views/Account/Login.cshtml b/ExamTemplate/Web/ExamTemplate.Web/Views/Account/Login.cshtml
index daa3f3e..daa3f3e 100644
--- a/ExamTemplate/Web/Views/Account/Login.cshtml
+++ b/ExamTemplate/Web/ExamTemplate.Web/Views/Account/Login.cshtml
diff --git a/ExamTemplate/Web/Views/Account/Profile.cshtml b/ExamTemplate/Web/ExamTemplate.Web/Views/Account/Profile.cshtml
index 33fc882..33fc882 100644
--- a/ExamTemplate/Web/Views/Account/Profile.cshtml
+++ b/ExamTemplate/Web/ExamTemplate.Web/Views/Account/Profile.cshtml
diff --git a/ExamTemplate/Web/Views/Account/Register.cshtml b/ExamTemplate/Web/ExamTemplate.Web/Views/Account/Register.cshtml
index e436d72..e436d72 100644
--- a/ExamTemplate/Web/Views/Account/Register.cshtml
+++ b/ExamTemplate/Web/ExamTemplate.Web/Views/Account/Register.cshtml
diff --git a/ExamTemplate/Web/Views/Home/Index.cshtml b/ExamTemplate/Web/ExamTemplate.Web/Views/Home/Index.cshtml
index 56ea950..56ea950 100644
--- a/ExamTemplate/Web/Views/Home/Index.cshtml
+++ b/ExamTemplate/Web/ExamTemplate.Web/Views/Home/Index.cshtml
diff --git a/ExamTemplate/Web/Views/Shared/Error.cshtml b/ExamTemplate/Web/ExamTemplate.Web/Views/Shared/Error.cshtml
index 5a7ce95..5a7ce95 100644
--- a/ExamTemplate/Web/Views/Shared/Error.cshtml
+++ b/ExamTemplate/Web/ExamTemplate.Web/Views/Shared/Error.cshtml
diff --git a/ExamTemplate/Web/Views/Shared/ErrorNotFound.cshtml b/ExamTemplate/Web/ExamTemplate.Web/Views/Shared/ErrorNotFound.cshtml
index 39fc5ca..39fc5ca 100644
--- a/ExamTemplate/Web/Views/Shared/ErrorNotFound.cshtml
+++ b/ExamTemplate/Web/ExamTemplate.Web/Views/Shared/ErrorNotFound.cshtml
diff --git a/ExamTemplate/Web/Views/Shared/_FooterContent.cshtml b/ExamTemplate/Web/ExamTemplate.Web/Views/Shared/_FooterContent.cshtml
index 60a21aa..60a21aa 100644
--- a/ExamTemplate/Web/Views/Shared/_FooterContent.cshtml
+++ b/ExamTemplate/Web/ExamTemplate.Web/Views/Shared/_FooterContent.cshtml
diff --git a/ExamTemplate/Web/Views/Shared/_Layout.cshtml b/ExamTemplate/Web/ExamTemplate.Web/Views/Shared/_Layout.cshtml
index dd7bf82..dd7bf82 100644
--- a/ExamTemplate/Web/Views/Shared/_Layout.cshtml
+++ b/ExamTemplate/Web/ExamTemplate.Web/Views/Shared/_Layout.cshtml
diff --git a/ExamTemplate/Web/Views/Shared/_Navbar.cshtml b/ExamTemplate/Web/ExamTemplate.Web/Views/Shared/_Navbar.cshtml
index 0ec5c4d..0ec5c4d 100644
--- a/ExamTemplate/Web/Views/Shared/_Navbar.cshtml
+++ b/ExamTemplate/Web/ExamTemplate.Web/Views/Shared/_Navbar.cshtml
diff --git a/ExamTemplate/Web/Views/_ViewImports.cshtml b/ExamTemplate/Web/ExamTemplate.Web/Views/_ViewImports.cshtml
index 18502e4..18502e4 100644
--- a/ExamTemplate/Web/Views/_ViewImports.cshtml
+++ b/ExamTemplate/Web/ExamTemplate.Web/Views/_ViewImports.cshtml
diff --git a/ExamTemplate/Web/Views/_ViewStart.cshtml b/ExamTemplate/Web/ExamTemplate.Web/Views/_ViewStart.cshtml
index 3a04d05..3a04d05 100644
--- a/ExamTemplate/Web/Views/_ViewStart.cshtml
+++ b/ExamTemplate/Web/ExamTemplate.Web/Views/_ViewStart.cshtml
diff --git a/ExamTemplate/Web/appsettings.json b/ExamTemplate/Web/ExamTemplate.Web/appsettings.json
index f1b58be..f1b58be 100644
--- a/ExamTemplate/Web/appsettings.json
+++ b/ExamTemplate/Web/ExamTemplate.Web/appsettings.json
diff --git a/ExamTemplate/Web/wwwroot/css/site.css b/ExamTemplate/Web/ExamTemplate.Web/wwwroot/css/site.css
index 5923427..5923427 100644
--- a/ExamTemplate/Web/wwwroot/css/site.css
+++ b/ExamTemplate/Web/ExamTemplate.Web/wwwroot/css/site.css
diff --git a/ExamTemplate/Web/wwwroot/css/styles.css b/ExamTemplate/Web/ExamTemplate.Web/wwwroot/css/styles.css
index e7fc7b3..e7fc7b3 100644
--- a/ExamTemplate/Web/wwwroot/css/styles.css
+++ b/ExamTemplate/Web/ExamTemplate.Web/wwwroot/css/styles.css
diff --git a/ExamTemplate/Web/wwwroot/favicon.ico b/ExamTemplate/Web/ExamTemplate.Web/wwwroot/favicon.ico
index a3a7999..a3a7999 100644
--- a/ExamTemplate/Web/wwwroot/favicon.ico
+++ b/ExamTemplate/Web/ExamTemplate.Web/wwwroot/favicon.ico
Binary files differ
diff --git a/ExamTemplate/Web/Web.csproj b/ExamTemplate/Web/Web.csproj
deleted file mode 100644
index 44c6a7a..0000000
--- a/ExamTemplate/Web/Web.csproj
+++ /dev/null
@@ -1,18 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk.Web">
-
- <ItemGroup>
- <ProjectReference Include="..\Services\Services.csproj" />
- <ProjectReference Include="..\Common\Common.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <PackageReference Include="Automapper" Version="10.1.1" />
- <PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="8.1.1" />
- <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="5.0.5.1" />
- </ItemGroup>
-
- <PropertyGroup>
- <TargetFramework>net5.0</TargetFramework>
- </PropertyGroup>
-
-</Project>