OlgunR OlgunR
  • Joined on 2024-05-22
OlgunR pushed to main at AppStd/DbFirst 2026-02-03 17:23:16 +01:00
dc2cccac1f Update dashboard navigation and dynamic loading
32b6d30ba1 Add toggle for Designer/Viewer modes on dashboard page
Compare 2 commits »
OlgunR pushed to main at AppStd/DbFirst 2026-02-03 14:20:00 +01:00
940df826f7 Normalize dashboard date dimensions, update grid UI
7ca37dbfca Add Catalogs page and simplify dashboard navigation
9db55fd2fd Switch dashboard storage to SQL Server
70e5cbc19f Refactor dashboard navigation, catalog grid, and API client
Compare 4 commits »
OlgunR pushed to main at AppStd/DbFirst 2026-02-02 13:42:38 +01:00
1667788558 Enhance Catalogs grid UI and filter row experience
b09ee6dc8d Remove DevExpress Fluent and external theme CSS files
0213834858 Update to DevExpress Fluent theme and enable SSR
38baf9f749 Integrate DevExpress Web Dashboard into API and Blazor
0532cbb329 Add DevExpress.Blazor package reference
Compare 6 commits »
OlgunR pushed to main at AppStd/DbFirst 2026-01-28 15:04:18 +01:00
98b841196e Add detailed comments and app flow documentation for BlazorWasm
OlgunR pushed to Release-Monitoring at AppStd/EmailProfiler 2026-01-28 11:28:46 +01:00
9b321269ce Refactor monitoring grid to use GridViewMonitoring
OlgunR pushed to Release-Monitoring at AppStd/EmailProfiler 2026-01-27 13:31:28 +01:00
5d4cdb2814 Add save/restore layout buttons to Monitoring grid
OlgunR pushed to Release-Monitoring at AppStd/EmailProfiler 2026-01-27 13:05:27 +01:00
c2e7d06c4c Update main form and add splash/HDR settings in app config
b4ea5d9a00 Update version to 3.2.0 in AssemblyInfo.vb
da9b468b01 Revert "Update main form, config, and bump version to 3.2.0"
180d5d7d3a Update main form, config, and bump version to 3.2.0
234510e5db Make GridView non-editable in frmMain
Compare 12 commits »
OlgunR pushed to master at AppStd/EmailProfiler 2026-01-22 15:07:38 +01:00
7f95c28b5e Refactor grid column logic, lock designer controls
6b291e82a7 Improve Monitoring tab UI: add email limit panel
35bdee53e3 Add Monitoring tab with grid for TBEMLP_HISTORY data
Compare 3 commits »
OlgunR pushed to main at AppStd/DbFirst 2026-01-21 11:44:20 +01:00
05964eb02e Improve Catalogs page layout with spacing and styling
e55f215210 Integrate DevExpress Blazor UI components throughout app
Compare 2 commits »
OlgunR pushed to main at AppStd/DbFirst 2026-01-19 17:08:59 +01:00
6b89f7bd72 Improve CORS config: block all if no origins specified
OlgunR pushed to main at AppStd/DbFirst 2026-01-19 17:06:24 +01:00
7a78a48d03 Remove Repositories folder reference from project file
0b3249cb46 Remove CatalogService and ICatalogService implementations
17fdb6ed51 Move repository interfaces to Application layer
166acea8b1 Introduce generic IRepository<T> and refactor repositories
6c2b1884d2 Configurable EF view/column mapping via appsettings
Compare 6 commits »
OlgunR pushed to main at AppStd/DbFirst 2026-01-19 14:49:09 +01:00
8d3783cfec Update CORS config; add architecture discussion comments
0af0c4589d Restrict CatTitle editing based on UpdateProcedure
26f783e835 Prevent catalog title changes during edit
4fbcd0dc11 Support selecting update procedure for catalog updates
Compare 4 commits »
OlgunR pushed to main at AppStd/DbFirst 2026-01-19 09:12:39 +01:00
45e5327148 Add ICatalogRepository interface and design comments
9387db9824 Add comments on generic repo pattern limitations
ef76599bce Document rationale against generic CRUD/service pattern
870b10779e Refactor Catalogs to use MediatR and CQRS pattern
c8c75b1dc5 Expand usings; add note on generic vs per-entity repos
Compare 8 commits »
OlgunR pushed to main at AppStd/DbFirst 2026-01-16 14:11:13 +01:00
8c175de953 Refactor API client for richer error handling
1fd776bc29 Prevent CatTitle changes in catalog update endpoint
904e6e20f0 Enforce unique catalog titles on creation
215e526230 Update catalog update to use OUTPUT GUID from stored proc
Compare 5 commits »
OlgunR pushed to main at AppStd/DbFirst 2026-01-16 11:42:48 +01:00
ab1f73f987 Implement InsertAsync with stored procedure in CatalogRepository
OlgunR pushed to main at AppStd/DbFirst 2026-01-16 09:40:44 +01:00
f1cecf117a Refactor catalog mapping and update logic
OlgunR pushed to main at AppStd/DbFirst 2026-01-15 16:57:48 +01:00
facc376f74 Remove Upsert functionality from Catalog API
a849a88fa3 Refactor Catalog update/upsert endpoints and service logic
Compare 2 commits »
OlgunR pushed to main at AppStd/DbFirst 2026-01-14 15:01:24 +01:00
6caf3a4c07 Refactor to use VwmyCatalog as primary catalog entity
OlgunR pushed to main at AppStd/DbFirst 2026-01-14 12:51:10 +01:00
ccd97fe9d6 Refactor catalog CRUD to use stored procedures only
OlgunR pushed to main at AppStd/DbFirst 2026-01-14 09:06:22 +01:00
6f3c0e33fa Remove unused namespace imports from Program.cs