Alpha state. A platform designed for building enterprise-grade, multi-tenant products using Azure, .NET, React, TypeScript, Infrastructure as Code, etc.
Introduce a Features namespace to organize vertical slice features separately from generic infrastructure components. This structure improves code organization and readability by distinguishing application-specific functionality (vertical slices) from shared or generic infrastructure code, promoting a cleaner architecture and easier maintenance.
Checklist
[x] I have added a Label to the pull-request
[x] I have added tests, and done manual regression tests
[x] I have updated the documentation, if necessary
Summary & Motivation
Introduce a
Features
namespace to organize vertical slice features separately from generic infrastructure components. This structure improves code organization and readability by distinguishing application-specific functionality (vertical slices) from shared or generic infrastructure code, promoting a cleaner architecture and easier maintenance.Checklist