Skip to content

Commit 84124ef

Browse files
authored
Merge pull request #4 from aligneddev/003-user-login
003-user-login
2 parents 9011302 + f3f56ae commit 84124ef

36 files changed

Lines changed: 1680 additions & 139 deletions

.github/agents/copilot-instructions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Auto-generated from all feature plans. Last updated: 2026-03-13
44

55
## Active Technologies
6+
- TypeScript 5.x (React 19 + Vite); .NET 10 C# / F# backend (unchanged) + `react-router-dom` v7 (new); React 19, Vite, ASP.NET Core Minimal API (existing) (003-user-login)
7+
- `sessionStorage` (client-side auth session only); SQLite via EF Core (existing, unchanged) (003-user-login)
68

79
- .NET 10 (C#), F# (domain project), TypeScript 5.x (Aurelia 2 frontend) + ASP.NET Core Minimal API, Microsoft Aspire AppHost, Entity Framework Core + SQLite provider, Aurelia 2 + `@aurelia/router`, .NET `System.Security.Cryptography` (PBKDF2), background worker for outbox retry (001-user-signup-pin)
810

@@ -23,6 +25,7 @@ npm test; npm run lint
2325
.NET 10 (C#), F# (domain project), TypeScript 5.x (Aurelia 2 frontend): Follow standard conventions
2426

2527
## Recent Changes
28+
- 003-user-login: Added TypeScript 5.x (React 19 + Vite); .NET 10 C# / F# backend (unchanged) + `react-router-dom` v7 (new); React 19, Vite, ASP.NET Core Minimal API (existing)
2629

2730
- 001-user-signup-pin: Added .NET 10 (C#), F# (domain project), TypeScript 5.x (Aurelia 2 frontend) + ASP.NET Core Minimal API, Microsoft Aspire AppHost, Entity Framework Core + SQLite provider, Aurelia 2 + `@aurelia/router`, .NET `System.Security.Cryptography` (PBKDF2), background worker for outbox retry
2831

File renamed without changes.

specs/001-user-signup-pin/contracts/signup-identify-api.yaml renamed to specs/002-user-signup-pin/contracts/signup-identify-api.yaml

File renamed without changes.

specs/001-user-signup-pin/contracts/user-registered-event.schema.json renamed to specs/002-user-signup-pin/contracts/user-registered-event.schema.json

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)