Add global branding and implement member ID system
All checks were successful
Build And Push Image / docker (push) Successful in 3m2s

- Add MonacoUSA logo component with global header placement
- Implement member ID generation and migration system
- Create profile page and improve dashboard navigation
- Add member ID as payment reference in dues banner
- Enable support contact functionality with pre-filled email
This commit is contained in:
2025-08-10 16:49:23 +02:00
parent e33f32e15a
commit ecae3795ee
9 changed files with 986 additions and 9 deletions

View File

@@ -118,6 +118,7 @@ export enum MembershipStatus {
export interface Member {
Id: string;
member_id?: string; // MUSA-{unique number} - Member identification number
first_name: string;
last_name: string;
email: string;