Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
454114c
feat: Implement the comprehensive provider module, including registra…
Feb 18, 2026
ae181c4
feat: Implement initial Keycloak setup for development with realm con…
Feb 18, 2026
9ff5d11
feat: Implement provider registration flow with dedicated frontend pa…
Feb 18, 2026
4ff04f2
feat: Initialize Aspire application host with multi-environment confi…
Feb 19, 2026
8b7ad80
feat: Add `useRegisterProvider` hook and implement authentication mid…
Feb 19, 2026
d3fd474
feat: Implement provider registration and profile status display, inc…
Feb 19, 2026
45e8c04
feat: Implement provider registration feature with Keycloak-based aut…
Feb 19, 2026
76588c0
feat: Introduce provider registration, profile management, search, an…
Feb 19, 2026
f8405f3
test: add unit tests for AddDocumentRequestValidator covering various…
Feb 19, 2026
73405c7
feat: Implement provider search, detail, and registration pages with …
Feb 19, 2026
3d3bc99
feat: Add provider registration and detail functionality with new UI,…
Feb 19, 2026
3043fb4
feat: Implement Providers module API endpoint mapping including a pub…
Feb 19, 2026
1d28eab
feat: Implement provider registration flow and provider profile page …
Feb 19, 2026
6d6a95c
feat: Implement provider registration and detail pages, add API mappe…
Feb 19, 2026
ebafb3e
feat: Implement provider registration, data models, and public profil…
Feb 19, 2026
da43868
feat: Implement customer and provider registration flows with documen…
Feb 19, 2026
250a665
feat: Implement provider registration, profile management, and custom…
Feb 20, 2026
9768980
feat: add unit tests for `AddDocumentCommandHandler` covering success…
Feb 20, 2026
16e50bd
feat: Implement provider profile and document management, customer re…
Feb 20, 2026
621b027
feat: Implement customer registration, provider profile and document …
Feb 20, 2026
8531c62
feat: implement customer registration and provider profile management…
Feb 20, 2026
64f242d
feat: Implement provider registration and profile management with new…
Feb 20, 2026
5ba8d12
feat: Implement provider registration and profile management flow, in…
Feb 20, 2026
71aca06
feat: Implement provider registration flow with new pages, API mapper…
Feb 20, 2026
ba42930
feat: add provider public profile display and registration pages with…
Feb 20, 2026
11d4599
feat: Implement the initial provider registration form and related pr…
Feb 20, 2026
ab303a0
feat: Implement public provider profile page and add initial customer…
Feb 20, 2026
02c0795
feat: Introduce public provider profile viewing with a dedicated API …
Feb 20, 2026
01ce404
feat: Introduce provider registration and accreditation flow with ded…
Feb 20, 2026
4b0986d
feat: add public endpoint for customer registration
Feb 20, 2026
00c5649
Update infrastructure and service bus
Feb 20, 2026
9f3ac8c
feat: enhance customer registration process with error handling and v…
Feb 21, 2026
fa41a3a
feat: Introduce new E2E and integration tests, add customer registrat…
Feb 23, 2026
d0872f8
feat: Implement customer and provider registration with comprehensive…
Feb 23, 2026
142ec1c
feat: Implement customer registration, Keycloak user services, and de…
Feb 23, 2026
867f7e0
test: add E2E test fixture using Testcontainers for shared database, …
Feb 23, 2026
7a431a9
feat: Implement customer/provider registration flows, profile pages, …
Feb 23, 2026
e3b827f
feat: Add Dead Letter Queue integration tests, user registration modu…
Feb 23, 2026
5a5e3b5
feat: Implement public provider profile page with dynamic data displa…
Feb 23, 2026
365c57b
feat: Introduce Dead Letter Queue integration tests, add verification…
Feb 24, 2026
c20e9ef
feat: Generate API client for the customer web app and add frontend t…
Feb 24, 2026
e282e88
feat: Add provider profile page with detailed information, ratings, a…
Feb 24, 2026
0102701
feat: Add comprehensive project roadmap, detailed frontend testing pl…
Feb 24, 2026
4dcd5ae
feat: add comprehensive project roadmap and frontend testing plan doc…
Feb 24, 2026
df9c361
feat: Add initial database permission scripts for search, user, and p…
Feb 25, 2026
a0cc877
feat: Implement customer authentication and registration with Keycloa…
Feb 28, 2026
0db5dc6
feat: Implement customer registration and authentication system with …
Feb 28, 2026
20b73a8
feat: Implement user profile viewing, editing, and core authenticatio…
Feb 28, 2026
2489634
feat: Introduce comprehensive user management, including Keycloak int…
Mar 2, 2026
4d95fe7
feat: Implement user authentication and authorization, including a se…
Mar 2, 2026
78d7839
feat: Implement user and provider profile management, authentication …
Mar 2, 2026
00becd1
feat: Add user role definitions and a security headers middleware to …
Mar 2, 2026
aa3c72c
feat: Introduce user profile viewing and editing, customer authentica…
Mar 2, 2026
36b5b1d
remove txt
Mar 2, 2026
9624d5c
feat: Implement public provider registration endpoint, add security h…
Mar 2, 2026
3296856
feat: add customer login form, provider tier to Keycloak role mapping…
Mar 2, 2026
22a65e6
feat: Add initial Aspire application host, core modules, customer web…
Mar 5, 2026
0577d83
feat: Implement custom Keycloak login theme, add customer web app pro…
Mar 5, 2026
fa7702a
feat: Introduce provider registration and credentiation flow in the c…
Mar 5, 2026
9b083be
feat: Introduce Aspire AppHost for development environment orchestrat…
Mar 5, 2026
40ce4fb
feat: Add provider onboarding flow with a profile page displaying sta…
Mar 5, 2026
ca2d9c1
feat: Implement the initial provider registration page, introduce a c…
Mar 5, 2026
4d41197
feat: add project roadmap documentation and implement initial provide…
Mar 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
name: Pull Request Validation

"on":
pull_request:
push:
branches: [master, develop]
pull_request:
branches: ['**']
# Manual trigger for testing workflow changes
workflow_dispatch:

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,5 @@ legacy-analysis-report.*

# MkDocs build output
site/

/src/Web/MeAjudaAi.Web.Customer/layout.css
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
<!-- Test Containers -->
<PackageVersion Include="Testcontainers.Azurite" Version="4.10.0" />
<PackageVersion Include="Testcontainers.PostgreSql" Version="4.10.0" />
<PackageVersion Include="Testcontainers.RabbitMq" Version="4.10.0" />
Comment thread
frigini marked this conversation as resolved.
<PackageVersion Include="Testcontainers.Redis" Version="4.10.0" />
<PackageVersion Include="Respawn" Version="7.0.0" />
<!-- Aspire - 13.0.0 stable + preview (Keycloak/Testing) -->
Expand Down
186 changes: 125 additions & 61 deletions docs/roadmap.md

Large diffs are not rendered by default.

Loading
Loading