Implement Member CRUD with age verification (18+ check, under-21 flag) #6

Open
opened 2026-04-06 11:23:07 +02:00 by pplate · 0 comments
Owner

Member management per CanG:

  • Member entity with birthdate, membership status, under21 flag
  • MemberService.createMember() with 18+ validation
  • Under-21 flag set automatically (birthdate < 21 years)
  • REST: GET/POST/PUT/DELETE /api/v1/members
  • Integration tests with Testcontainers
Member management per CanG: - Member entity with birthdate, membership status, under21 flag - MemberService.createMember() with 18+ validation - Under-21 flag set automatically (birthdate < 21 years) - REST: GET/POST/PUT/DELETE /api/v1/members - Integration tests with Testcontainers
pplate added this to the Phase 0 — Foundation (Weeks 1-8) milestone 2026-04-06 11:23:07 +02:00
pplate added the compliancebackend labels 2026-04-06 11:23:07 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pplate/cannamanage#6