diff --git a/.vs/GerenciaProjetos/v15/.suo b/.vs/GerenciaProjetos/v15/.suo index e12ef90..d231a8f 100644 Binary files a/.vs/GerenciaProjetos/v15/.suo and b/.vs/GerenciaProjetos/v15/.suo differ diff --git a/.vs/GerenciaProjetos/v15/Server/sqlite3/storage.ide-wal b/.vs/GerenciaProjetos/v15/Server/sqlite3/storage.ide-wal index a568dda..b3386e7 100644 Binary files a/.vs/GerenciaProjetos/v15/Server/sqlite3/storage.ide-wal and b/.vs/GerenciaProjetos/v15/Server/sqlite3/storage.ide-wal differ diff --git a/GerenciaProjetos/Controllers/DesenvolvedoresController.cs b/GerenciaProjetos/Controllers/DesenvolvedoresController.cs index 00ef404..a1c599d 100644 --- a/GerenciaProjetos/Controllers/DesenvolvedoresController.cs +++ b/GerenciaProjetos/Controllers/DesenvolvedoresController.cs @@ -9,11 +9,11 @@ using GerenciaContext = GerenciaProjetos.Data.GerenciaContext; namespace GerenciaProjetos.Controllers { - public class DesenvolvedorsController : Controller + public class DesenvolvedoresController : Controller { private GerenciaContext ctx; - public DesenvolvedorsController(GerenciaContext ctx) + public DesenvolvedoresController(GerenciaContext ctx) { this.ctx = ctx; } diff --git a/GerenciaProjetos/Views/Bugs/Index.cshtml b/GerenciaProjetos/Views/Bugs/Index.cshtml index 43e5ce2..b3ad606 100644 --- a/GerenciaProjetos/Views/Bugs/Index.cshtml +++ b/GerenciaProjetos/Views/Bugs/Index.cshtml @@ -36,15 +36,15 @@ @foreach (Bug b in ViewBag.Bugs) { - @b.DesenvolvedorId-@b.RequisitoId - @b.Criador + @b.Id + @b.CriadorId @b.DataCadastro @b.Prioridade - + - + diff --git a/GerenciaProjetos/Views/Home/Index.cshtml b/GerenciaProjetos/Views/Home/Index.cshtml index 79a3fa3..8185333 100644 --- a/GerenciaProjetos/Views/Home/Index.cshtml +++ b/GerenciaProjetos/Views/Home/Index.cshtml @@ -192,15 +192,15 @@ @foreach (Bug b in ViewBag.Bugs) { - @b.DesenvolvedorId-@b.RequisitoId - @b.Criador + @b.Id + @b.CriadorId @b.DataCadastro @b.Prioridade - + - + diff --git a/GerenciaProjetos/bin/Debug/netcoreapp2.2/GerenciaProjetos.Views.dll b/GerenciaProjetos/bin/Debug/netcoreapp2.2/GerenciaProjetos.Views.dll index 8ec51d3..200b990 100644 Binary files a/GerenciaProjetos/bin/Debug/netcoreapp2.2/GerenciaProjetos.Views.dll and b/GerenciaProjetos/bin/Debug/netcoreapp2.2/GerenciaProjetos.Views.dll differ diff --git a/GerenciaProjetos/bin/Debug/netcoreapp2.2/GerenciaProjetos.Views.pdb b/GerenciaProjetos/bin/Debug/netcoreapp2.2/GerenciaProjetos.Views.pdb index 404a835..ee056e2 100644 Binary files a/GerenciaProjetos/bin/Debug/netcoreapp2.2/GerenciaProjetos.Views.pdb and b/GerenciaProjetos/bin/Debug/netcoreapp2.2/GerenciaProjetos.Views.pdb differ diff --git a/GerenciaProjetos/bin/Debug/netcoreapp2.2/GerenciaProjetos.dll b/GerenciaProjetos/bin/Debug/netcoreapp2.2/GerenciaProjetos.dll index 4d4f7ff..9d602cc 100644 Binary files a/GerenciaProjetos/bin/Debug/netcoreapp2.2/GerenciaProjetos.dll and b/GerenciaProjetos/bin/Debug/netcoreapp2.2/GerenciaProjetos.dll differ diff --git a/GerenciaProjetos/bin/Debug/netcoreapp2.2/GerenciaProjetos.pdb b/GerenciaProjetos/bin/Debug/netcoreapp2.2/GerenciaProjetos.pdb index 4a52337..93d9ac6 100644 Binary files a/GerenciaProjetos/bin/Debug/netcoreapp2.2/GerenciaProjetos.pdb and b/GerenciaProjetos/bin/Debug/netcoreapp2.2/GerenciaProjetos.pdb differ diff --git a/GerenciaProjetos/obj/Debug/netcoreapp2.2/GerenciaProjetos.Views.dll b/GerenciaProjetos/obj/Debug/netcoreapp2.2/GerenciaProjetos.Views.dll index 8ec51d3..200b990 100644 Binary files a/GerenciaProjetos/obj/Debug/netcoreapp2.2/GerenciaProjetos.Views.dll and b/GerenciaProjetos/obj/Debug/netcoreapp2.2/GerenciaProjetos.Views.dll differ diff --git a/GerenciaProjetos/obj/Debug/netcoreapp2.2/GerenciaProjetos.Views.pdb b/GerenciaProjetos/obj/Debug/netcoreapp2.2/GerenciaProjetos.Views.pdb index 404a835..ee056e2 100644 Binary files a/GerenciaProjetos/obj/Debug/netcoreapp2.2/GerenciaProjetos.Views.pdb and b/GerenciaProjetos/obj/Debug/netcoreapp2.2/GerenciaProjetos.Views.pdb differ diff --git a/GerenciaProjetos/obj/Debug/netcoreapp2.2/GerenciaProjetos.dll b/GerenciaProjetos/obj/Debug/netcoreapp2.2/GerenciaProjetos.dll index 4d4f7ff..9d602cc 100644 Binary files a/GerenciaProjetos/obj/Debug/netcoreapp2.2/GerenciaProjetos.dll and b/GerenciaProjetos/obj/Debug/netcoreapp2.2/GerenciaProjetos.dll differ diff --git a/GerenciaProjetos/obj/Debug/netcoreapp2.2/GerenciaProjetos.pdb b/GerenciaProjetos/obj/Debug/netcoreapp2.2/GerenciaProjetos.pdb index 4a52337..93d9ac6 100644 Binary files a/GerenciaProjetos/obj/Debug/netcoreapp2.2/GerenciaProjetos.pdb and b/GerenciaProjetos/obj/Debug/netcoreapp2.2/GerenciaProjetos.pdb differ diff --git a/GerenciaProjetos/obj/Debug/netcoreapp2.2/Razor/Views/Bugs/Index.g.cshtml.cs b/GerenciaProjetos/obj/Debug/netcoreapp2.2/Razor/Views/Bugs/Index.g.cshtml.cs index 0eb143c..2baa9e6 100644 --- a/GerenciaProjetos/obj/Debug/netcoreapp2.2/Razor/Views/Bugs/Index.g.cshtml.cs +++ b/GerenciaProjetos/obj/Debug/netcoreapp2.2/Razor/Views/Bugs/Index.g.cshtml.cs @@ -1,4 +1,4 @@ -#pragma checksum "C:\Users\GuiNerd\source\repos\GerenciaProjetos\GerenciaProjetos\Views\Bugs\Index.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "e3f1888c36f6ea29ba67cb12fb6eb675cf7ecedc" +#pragma checksum "C:\Users\GuiNerd\source\repos\GerenciaProjetos\GerenciaProjetos\Views\Bugs\Index.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "6ba5c2dc561e89b14306df96ed5a5617599476e0" // #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Bugs_Index), @"mvc.1.0.view", @"/Views/Bugs/Index.cshtml")] @@ -23,7 +23,7 @@ using GerenciaProjetos.Models; #line default #line hidden - [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"e3f1888c36f6ea29ba67cb12fb6eb675cf7ecedc", @"/Views/Bugs/Index.cshtml")] + [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"6ba5c2dc561e89b14306df96ed5a5617599476e0", @"/Views/Bugs/Index.cshtml")] [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"4e94bb8cdb3ef35824e862096b8a713c8ba822eb", @"/Views/_ViewImports.cshtml")] public class Views_Bugs_Index : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage { @@ -89,7 +89,7 @@ Write(ViewData["Title"]); "); EndContext(); BeginContext(433, 148, false); - __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e3f1888c36f6ea29ba67cb12fb6eb675cf7ecedc5683", async() => { + __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "6ba5c2dc561e89b14306df96ed5a5617599476e05683", async() => { BeginContext(487, 90, true); WriteLiteral("\r\n \r\n "); EndContext(); @@ -139,59 +139,59 @@ Write(ViewData["Title"]); BeginContext(1186, 54, true); WriteLiteral(" \r\n "); EndContext(); - BeginContext(1241, 17, false); + BeginContext(1241, 4, false); #line 39 "C:\Users\GuiNerd\source\repos\GerenciaProjetos\GerenciaProjetos\Views\Bugs\Index.cshtml" - Write(b.DesenvolvedorId); + Write(b.Id); #line default #line hidden EndContext(); - BeginContext(1258, 1, true); - WriteLiteral("-"); - EndContext(); - BeginContext(1260, 13, false); -#line 39 "C:\Users\GuiNerd\source\repos\GerenciaProjetos\GerenciaProjetos\Views\Bugs\Index.cshtml" - Write(b.RequisitoId); - -#line default -#line hidden - EndContext(); - BeginContext(1273, 35, true); + BeginContext(1245, 35, true); WriteLiteral("\r\n "); EndContext(); - BeginContext(1309, 9, false); + BeginContext(1281, 11, false); #line 40 "C:\Users\GuiNerd\source\repos\GerenciaProjetos\GerenciaProjetos\Views\Bugs\Index.cshtml" - Write(b.Criador); + Write(b.CriadorId); #line default #line hidden EndContext(); - BeginContext(1318, 35, true); + BeginContext(1292, 35, true); WriteLiteral("\r\n "); EndContext(); - BeginContext(1354, 14, false); + BeginContext(1328, 14, false); #line 41 "C:\Users\GuiNerd\source\repos\GerenciaProjetos\GerenciaProjetos\Views\Bugs\Index.cshtml" Write(b.DataCadastro); #line default #line hidden EndContext(); - BeginContext(1368, 35, true); + BeginContext(1342, 35, true); WriteLiteral("\r\n "); EndContext(); - BeginContext(1404, 12, false); + BeginContext(1378, 12, false); #line 42 "C:\Users\GuiNerd\source\repos\GerenciaProjetos\GerenciaProjetos\Views\Bugs\Index.cshtml" Write(b.Prioridade); #line default #line hidden EndContext(); - BeginContext(1416, 65, true); + BeginContext(1390, 35, true); + WriteLiteral("\r\n "); + EndContext(); + BeginContext(1426, 14, false); +#line 43 "C:\Users\GuiNerd\source\repos\GerenciaProjetos\GerenciaProjetos\Views\Bugs\Index.cshtml" + Write(b.FoiResolvido); + +#line default +#line hidden + EndContext(); + BeginContext(1440, 65, true); WriteLiteral("\r\n \r\n "); EndContext(); - BeginContext(1481, 200, false); - __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e3f1888c36f6ea29ba67cb12fb6eb675cf7ecedc10400", async() => { - BeginContext(1586, 91, true); + BeginContext(1505, 171, false); + __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "6ba5c2dc561e89b14306df96ed5a5617599476e010408", async() => { + BeginContext(1581, 91, true); WriteLiteral("\r\n \r\n "); EndContext(); } @@ -209,14 +209,8 @@ Write(ViewData["Title"]); throw new InvalidOperationException(InvalidTagHelperIndexerAssignment("asp-route-id", "Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper", "RouteValues")); } BeginWriteTagHelperAttribute(); -#line 44 "C:\Users\GuiNerd\source\repos\GerenciaProjetos\GerenciaProjetos\Views\Bugs\Index.cshtml" - WriteLiteral(b.DesenvolvedorId); - -#line default -#line hidden - WriteLiteral(", "); -#line 44 "C:\Users\GuiNerd\source\repos\GerenciaProjetos\GerenciaProjetos\Views\Bugs\Index.cshtml" - WriteLiteral(b.RequisitoId); +#line 45 "C:\Users\GuiNerd\source\repos\GerenciaProjetos\GerenciaProjetos\Views\Bugs\Index.cshtml" + WriteLiteral(b.Id); #line default #line hidden @@ -231,12 +225,12 @@ Write(ViewData["Title"]); Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); - BeginContext(1681, 30, true); + BeginContext(1676, 30, true); WriteLiteral("\r\n "); EndContext(); - BeginContext(1711, 200, false); - __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e3f1888c36f6ea29ba67cb12fb6eb675cf7ecedc13620", async() => { - BeginContext(1815, 92, true); + BeginContext(1706, 171, false); + __tagHelperExecutionContext = __tagHelperScopeManager.Begin("a", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "6ba5c2dc561e89b14306df96ed5a5617599476e013316", async() => { + BeginContext(1781, 92, true); WriteLiteral("\r\n \r\n "); EndContext(); } @@ -254,14 +248,8 @@ Write(ViewData["Title"]); throw new InvalidOperationException(InvalidTagHelperIndexerAssignment("asp-route-id", "Microsoft.AspNetCore.Mvc.TagHelpers.AnchorTagHelper", "RouteValues")); } BeginWriteTagHelperAttribute(); -#line 47 "C:\Users\GuiNerd\source\repos\GerenciaProjetos\GerenciaProjetos\Views\Bugs\Index.cshtml" - WriteLiteral(b.DesenvolvedorId); - -#line default -#line hidden - WriteLiteral(", "); -#line 47 "C:\Users\GuiNerd\source\repos\GerenciaProjetos\GerenciaProjetos\Views\Bugs\Index.cshtml" - WriteLiteral(b.RequisitoId); +#line 48 "C:\Users\GuiNerd\source\repos\GerenciaProjetos\GerenciaProjetos\Views\Bugs\Index.cshtml" + WriteLiteral(b.Id); #line default #line hidden @@ -276,15 +264,15 @@ Write(ViewData["Title"]); Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); - BeginContext(1911, 60, true); + BeginContext(1877, 60, true); WriteLiteral("\r\n \r\n \r\n"); EndContext(); -#line 52 "C:\Users\GuiNerd\source\repos\GerenciaProjetos\GerenciaProjetos\Views\Bugs\Index.cshtml" +#line 53 "C:\Users\GuiNerd\source\repos\GerenciaProjetos\GerenciaProjetos\Views\Bugs\Index.cshtml" } #line default #line hidden - BeginContext(1990, 62, true); + BeginContext(1956, 62, true); WriteLiteral(" \r\n \r\n \r\n"); EndContext(); }