commit 189fa1734c5c9d548c2f9d560e4db008f45e2551 Author: arthur faria Date: Tue Jul 29 22:22:38 2025 -0300 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ba7a514 --- /dev/null +++ b/.gitignore @@ -0,0 +1,428 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates +*.env + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ + +[Dd]ebug/x64/ +[Dd]ebugPublic/x64/ +[Rr]elease/x64/ +[Rr]eleases/x64/ +bin/x64/ +obj/x64/ + +[Dd]ebug/x86/ +[Dd]ebugPublic/x86/ +[Rr]elease/x86/ +[Rr]eleases/x86/ +bin/x86/ +obj/x86/ + +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +[Aa][Rr][Mm]64[Ee][Cc]/ +bld/ +[Oo]bj/ +[Oo]ut/ +[Ll]og/ +[Ll]ogs/ + +# Build results on 'Bin' directories +**/[Bb]in/* +# Uncomment if you have tasks that rely on *.refresh files to move binaries +# (https://github.com/github/gitignore/pull/3736) +#!**/[Bb]in/*.refresh + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* +*.trx + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Approval Tests result files +*.received.* + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.idb +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +# but not Directory.Build.rsp, as it configures directory-level build defaults +!Directory.Build.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.tlog +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# Visual Studio 6 technical files +*.ncb +*.aps + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +**/.paket/paket.exe +paket-files/ + +# FAKE - F# Make +**/.fake/ + +# CodeRush personal settings +**/.cr/personal + +# Python Tools for Visual Studio (PTVS) +**/__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +#tools/** +#!tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog +MSBuild_Logs/ + +# AWS SAM Build and Temporary Artifacts folder +.aws-sam + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +**/.mfractor/ + +# Local History for Visual Studio +**/.localhistory/ + +# Visual Studio History (VSHistory) files +.vshistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +**/.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp \ No newline at end of file diff --git a/Data/IClientRepository.cs b/Data/IClientRepository.cs new file mode 100644 index 0000000..ce172d8 --- /dev/null +++ b/Data/IClientRepository.cs @@ -0,0 +1,14 @@ +using System.Collections.Generic; +using System.Threading.Tasks; +using Workshop8.Models; + +namespace Workshop8.Data +{ + public interface IClientRepository + { + Task> GetAllClientsAsync(); + Task AddClientAsync(Cliente c); + Task UpdateClientAsync(Cliente c); + Task DeleteClientAsync(int id); + } +} diff --git a/Data/SqliteClientRepository.cs b/Data/SqliteClientRepository.cs new file mode 100644 index 0000000..2aab76a --- /dev/null +++ b/Data/SqliteClientRepository.cs @@ -0,0 +1,42 @@ +using System.Collections.Generic; +using System.Threading.Tasks; +using Microsoft.Data.Sqlite; +using Microsoft.Extensions.Configuration; +using Workshop8.Models; + +namespace Workshop8.Data +{ + public class SqliteClientRepository : IClientRepository + { + private readonly string _connectionString; + + public SqliteClientRepository(IConfiguration configuration) + { + var dbConfig = configuration.GetSection("Database"); + _connectionString = dbConfig.GetValue("UseRemote") + ? dbConfig.GetValue("Remote") + : dbConfig.GetValue("Local"); + } + + public async Task> GetAllClientsAsync() + { + // TODO: implementar SELECT + return new List(); + } + + public async Task AddClientAsync(Cliente c) + { + // TODO: implementar INSERT + } + + public async Task UpdateClientAsync(Cliente c) + { + // TODO: implementar UPDATE + } + + public async Task DeleteClientAsync(int id) + { + // TODO: implementar DELETE + } + } +} diff --git a/Infraestructure/DbSelector.cs b/Infraestructure/DbSelector.cs new file mode 100644 index 0000000..d8cc905 --- /dev/null +++ b/Infraestructure/DbSelector.cs @@ -0,0 +1,20 @@ +using System.Threading.Tasks; +using Microsoft.Extensions.Configuration; + +namespace Workshop8.Infrastructure +{ + public class DbSelector + { + private readonly IConfiguration _configuration; + + public DbSelector(IConfiguration configuration) + { + _configuration = configuration; + } + + public async Task EnsureDatabasesAsync() + { + // TODO: implementar lógica de criação de bancos (SQLite/local e remoto) + } + } +} diff --git a/Infraestructure/LogService.cs b/Infraestructure/LogService.cs new file mode 100644 index 0000000..e3f12fe --- /dev/null +++ b/Infraestructure/LogService.cs @@ -0,0 +1,12 @@ +using System.Threading.Tasks; + +namespace Workshop8.Infrastructure +{ + public class LogService + { + public async Task WriteProviderLogAsync(string message) + { + // TODO: implementar gravação de logs em LogsLocal ou remoto + } + } +} diff --git a/Model/Cliente.cs b/Model/Cliente.cs new file mode 100644 index 0000000..5952bd6 --- /dev/null +++ b/Model/Cliente.cs @@ -0,0 +1,12 @@ +using System; + +namespace Workshop8.Models +{ + public class Cliente + { + public int Id { get; set; } + public string Nome { get; set; } + public string Email { get; set; } + public DateTime CriadoEm { get; set; } + } +} diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml new file mode 100644 index 0000000..729a85c --- /dev/null +++ b/Pages/Index.cshtml @@ -0,0 +1,91 @@ +@page +@model Workshop8.Pages.IndexModel +@{ + ViewData["Title"] = "Clientes"; +} +
+

Clientes

+ +
+ + + + + + + + @foreach(var client in Model.Clientes) + { + + + + + + + + } + +
IdNomeEmailCriado EmAções
@client.Id@client.Nome@client.Email@client.CriadoEm + +
+ +
+
+ + + + +@section Scripts { + +} diff --git a/Pages/Index.cshtml.cs b/Pages/Index.cshtml.cs new file mode 100644 index 0000000..24dba41 --- /dev/null +++ b/Pages/Index.cshtml.cs @@ -0,0 +1,56 @@ +using System.Collections.Generic; +using System.Threading.Tasks; +using Microsoft.AspNetCore.Mvc; +using Microsoft.AspNetCore.Mvc.RazorPages; +using Workshop8.Data; +using Workshop8.Infrastructure; +using Workshop8.Models; + +namespace Workshop8.Pages +{ + public class IndexModel : PageModel + { + private readonly IClientRepository _repository; + private readonly LogService _logService; + + public IndexModel(IClientRepository repository, LogService logService) + { + _repository = repository; + _logService = logService; + } + + public IEnumerable Clientes { get; set; } + + [BindProperty] + public Cliente Input { get; set; } + + public async Task OnGetAsync() + { + Clientes = await _repository.GetAllClientsAsync(); + } + + public async Task OnPostCreateAsync() + { + if (!ModelState.IsValid) return Page(); + Input.CriadoEm = System.DateTime.Now; + await _repository.AddClientAsync(Input); + await _logService.WriteProviderLogAsync($"Cliente criado: {Input.Nome}"); + return RedirectToPage(); + } + + public async Task OnPostEditAsync() + { + if (!ModelState.IsValid) return Page(); + await _repository.UpdateClientAsync(Input); + await _logService.WriteProviderLogAsync($"Cliente editado: {Input.Id}"); + return RedirectToPage(); + } + + public async Task OnPostDeleteAsync(int id) + { + await _repository.DeleteClientAsync(id); + await _logService.WriteProviderLogAsync($"Cliente excluído: {id}"); + return RedirectToPage(); + } + } +} diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml new file mode 100644 index 0000000..ef562bb --- /dev/null +++ b/Pages/Shared/_Layout.cshtml @@ -0,0 +1,48 @@ + + + + + + @ViewData["Title"] - Workshop8 + + + + + + + + + + +
+ @RenderBody() +
+ + + + + @RenderSection("Scripts", required: false) + + diff --git a/Pages/_ViewImports.cshtml b/Pages/_ViewImports.cshtml new file mode 100644 index 0000000..caa9758 --- /dev/null +++ b/Pages/_ViewImports.cshtml @@ -0,0 +1,3 @@ +@using Workshop8 +@using Workshop8.Models +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers diff --git a/Pages/_ViewStart.cshtml b/Pages/_ViewStart.cshtml new file mode 100644 index 0000000..820a2f6 --- /dev/null +++ b/Pages/_ViewStart.cshtml @@ -0,0 +1,3 @@ +@{ + Layout = "_Layout"; +} diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..188f048 --- /dev/null +++ b/Program.cs @@ -0,0 +1,16 @@ +using Workshop8.Data; +using Workshop8.Infrastructure; +using Workshop8.Models; + +var builder = WebApplication.CreateBuilder(args); +builder.Services.AddRazorPages(); +builder.Services.AddSingleton(); +builder.Services.AddSingleton(); +builder.Services.AddSingleton(); +var app = builder.Build(); + +await app.Services.GetRequiredService().EnsureDatabasesAsync(); + +app.UseStaticFiles(); +app.MapRazorPages(); +await app.RunAsync(); \ No newline at end of file diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json new file mode 100644 index 0000000..482be19 --- /dev/null +++ b/Properties/launchSettings.json @@ -0,0 +1,23 @@ +{ + "$schema": "https://json.schemastore.org/launchsettings.json", + "profiles": { + "http": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "http://localhost:5205", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "https": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "https://localhost:7172;http://localhost:5205", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} diff --git a/Seeds/seed.sql b/Seeds/seed.sql new file mode 100644 index 0000000..e3188a1 --- /dev/null +++ b/Seeds/seed.sql @@ -0,0 +1,15 @@ +CREATE TABLE IF NOT EXISTS Clientes ( + Id INTEGER PRIMARY KEY AUTOINCREMENT, + Nome TEXT NOT NULL, + Email TEXT NOT NULL, + CriadoEm DATETIME NOT NULL +); + +CREATE TABLE IF NOT EXISTS LogsLocal ( + Id INTEGER PRIMARY KEY AUTOINCREMENT, + Message TEXT NOT NULL, + CreatedAt DATETIME NOT NULL +); + +INSERT INTO Clientes (Nome, Email, CriadoEm) + VALUES ('Exemplo Cliente', 'exemplo@dominio.com', datetime('now')); \ No newline at end of file diff --git a/Workshop8.csproj b/Workshop8.csproj new file mode 100644 index 0000000..5a73951 --- /dev/null +++ b/Workshop8.csproj @@ -0,0 +1,13 @@ + + + + net9.0 + enable + enable + + + + + + + diff --git a/Workshop8.sln b/Workshop8.sln new file mode 100644 index 0000000..59ccd6b --- /dev/null +++ b/Workshop8.sln @@ -0,0 +1,24 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.2.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Workshop8", "Workshop8.csproj", "{C62C622D-317A-1A12-38B5-6E6AC2A1A189}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C62C622D-317A-1A12-38B5-6E6AC2A1A189}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C62C622D-317A-1A12-38B5-6E6AC2A1A189}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C62C622D-317A-1A12-38B5-6E6AC2A1A189}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C62C622D-317A-1A12-38B5-6E6AC2A1A189}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {2E51D24B-A769-434E-A99B-418E7BDF9BAF} + EndGlobalSection +EndGlobal diff --git a/appsettings.Development.json b/appsettings.Development.json new file mode 100644 index 0000000..ff66ba6 --- /dev/null +++ b/appsettings.Development.json @@ -0,0 +1,8 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + } +} diff --git a/appsettings.json b/appsettings.json new file mode 100644 index 0000000..748e7fd --- /dev/null +++ b/appsettings.json @@ -0,0 +1,14 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "Database": { + "UseRemote": false, + "Local": "Data Source=local.db;", + "Remote": "Data Source=remote-simulado.db;" + }, + "AllowedHosts": "*" +} diff --git a/database.sqbpro b/database.sqbpro new file mode 100644 index 0000000..c0512cf --- /dev/null +++ b/database.sqbpro @@ -0,0 +1,15 @@ +
CREATE TABLE IF NOT EXISTS Clientes ( + Id INTEGER PRIMARY KEY AUTOINCREMENT, + Nome TEXT NOT NULL, + Email TEXT NOT NULL, + CriadoEm DATETIME NOT NULL +); + +CREATE TABLE IF NOT EXISTS LogsLocal ( + Id INTEGER PRIMARY KEY AUTOINCREMENT, + Message TEXT NOT NULL, + CreatedAt DATETIME NOT NULL +); + +INSERT INTO Clientes (Nome, Email, CriadoEm) + VALUES ('Exemplo Cliente', 'exemplo@dominio.com', datetime('now'));
diff --git a/database.sqlite b/database.sqlite new file mode 100644 index 0000000..374870d Binary files /dev/null and b/database.sqlite differ diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css new file mode 100644 index 0000000..e6c16c3 --- /dev/null +++ b/wwwroot/css/site.css @@ -0,0 +1,15 @@ +/* site.css */ + +/* Reset de margens e fonte padrão */ +body { + margin: 0; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + background-color: #f8f9fa; +} + +/* Espaçamento abaixo da navbar */ +.navbar { + margin-bottom: 1rem; +} + +/* Container principal já recebe mt-4 no layout */ diff --git a/wwwroot/js/site.js b/wwwroot/js/site.js new file mode 100644 index 0000000..18c0cad --- /dev/null +++ b/wwwroot/js/site.js @@ -0,0 +1,4 @@ +// Inicializa Material Components +mdc.topAppBar.MDCTopAppBar.attachTo( + document.querySelector('.mdc-top-app-bar') +);