Commit 26e67dd
authored
Feature enhancement
✨ Key Features
Frontend
Angular 19 with standalone components
Signal-based state management for reactive, efficient UIs
Material Design + TailwindCSS for beautiful responsive interfaces
Dark/light theme support with customizable color palettes
Role-based routing and menu system with three permission levels
Side menu generating based on the role permissions from the database
Updating the frontend documentation
Backend
Global exception handling with standardized responses
Fetch Rolepermisisons mapping for current users
User activity logging for auditing purposes
updated the backend documentation
Infrastructure
MSSql Server to PostgreSQL for efficient database operationsFile tree
166 files changed
+21618
-3394
lines changed- .github
- workflows
- backend
- ApiCollection
- Users
- environments
- scripts
- src
- Contact.Api
- Controllers
- Core/Middleware
- Contact.Application
- Interfaces
- Mappings
- Services
- UseCases
- ContactPerson
- Users
- Contact.Domain
- Entities
- Interfaces
- Contact.Infrastructure
- Persistence
- Helper
- Repositories
- docs
- _layouts
- frontend
- .github
- .vscode
- src
- app
- @core
- components/validation
- directives
- guards
- interceptors
- layout
- header
- models
- services
- environments
- feature
- admin
- activity-log
- users/users-list
- contact
- contact-details
- contact-form
- contact-list
- user
- home
- login
- profile
- register
- styles
- environments
- mssql
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
166 files changed
+21618
-3394
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
347 | 346 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments