Member course enrollment and progress tracking Tracks member enrollment and progress in courses.Documentation Index
Fetch the complete documentation index at: https://memberpulseptyltd.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Fields
Field Registry (from workspace/sources/entity-registry.csv)
| Field | Type | Notes |
|---|---|---|
| memberProfile | ManyToOne | target: MemberProfile |
| course | ManyToOne | target: Course |
| status | ManyToOne | target: CourseRegistrationStatus |
| paymentStatus | ManyToOne | pending, paid, failed; target: PaymentStatus |
| enrolledAt | datetime | - |
| completedAt | datetime | - |
| progressPercentage | float | - |
Subject Completion Structure
Relationships
| Relation | Type | Target Entity |
|---|---|---|
| course | ManyToOne | Course |
| user | ManyToOne | Member |
Business Rules
- Completion % calculated from subject progress
- Certificate issued when 100% complete and passing quiz
- CPD points awarded on completion
Features
Course Enrollment
Acceptance Criteria
Frontend
- Admin/client UI can view and manage
Course Enrollmentrecords where applicable.
Backend / API
- CRUD operations exist for
Course Enrollment(create, read, update, delete/archive).
Permissions
- Access is restricted to appropriate roles (tenant-scoped).
Business Rules
- Fields and relationships documented on this page are enforced for
Course Enrollment.
Error Handling
- Invalid payloads return field-level validation errors.