OlgunR OlgunR
  • Joined on 2024-05-22
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
OlgunR pushed to main at AppStd/DbFirst 2026-01-13 10:15:36 +01:00
14e1cbc3b6 Refactor DTOs, add Blazor WASM frontend, enable CORS
OlgunR pushed to main at AppStd/DbFirst 2026-01-12 17:00:44 +01:00
ce40abe20f Add VwmyCatalog view entity and update repository usage
OlgunR pushed to main at AppStd/DbFirst 2026-01-12 16:39:28 +01:00
97eea94090 Update SP-based catalog update to use id route param
OlgunR pushed to main at AppStd/DbFirst 2026-01-12 12:58:51 +01:00
eabf60923d Add SP-based update/delete for Catalogs, new endpoints
OlgunR pushed to main at AppStd/DbFirst 2026-01-12 09:42:37 +01:00
d312230803 Initial .NET 8 Web API with EF Core Db-First for Catalogs
OlgunR pushed to feat/frontend at AppStd/DigitalData.Hub 2025-12-11 16:21:11 +01:00
a620e646f0 feat(overview): update envelope statistics and localization in AnalyticsWidgetSummary
OlgunR pushed to feat/frontend at AppStd/DigitalData.Hub 2025-12-11 15:54:58 +01:00
88c376262a feat(langs): remove French language option from language data
OlgunR pushed to feat/frontend at AppStd/DigitalData.Hub 2025-12-11 15:52:47 +01:00
369c50f32c feat(overview): update AnalyticsWidgetSummary title and icon for clarity
OlgunR pushed to feat/frontend at AppStd/DigitalData.Hub 2025-12-11 15:33:23 +01:00
e25a77335b feat(nav): comment out NavUpgrade component in NavContent for future reference
OlgunR pushed to feat/frontend at AppStd/DigitalData.Hub 2025-12-10 16:26:21 +01:00
85dc9a20af feat(layout): enhance mobile navigation with title and improved layout structure
2743913786 feat(dashboard): refine layout and navigation behavior with improved transition effects
58fb4f2849 feat(nav): update NavDesktop and NavMobile styles for improved consistency and visibility
Compare 3 commits »