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.
Journey Overview
| Attribute | Value |
|---|---|
| Journey ID | UJ-M-013 |
| Actor | Member |
| Goal | Enroll in a course to start learning |
| Trigger | Member finds course of interest |
| Outcome | Member has course access and can begin learning |
Preconditions
- Course exists and is published
- Member meets any prerequisites
- For paid courses: Member can make payment
- For member-only courses: User has active membership
Journey Flow
Detailed Steps
Browse Courses
Member discovers courses:Discovery Methods:
- Learning menu → Course catalog
- Dashboard recommendations
- Email promotions
- Event follow-up (related courses)
- Search results
- Course title and thumbnail
- Duration and module count
- Difficulty level
- CPD points available
- Price or “Included” badge
- Rating/reviews (if enabled)
View Course Details
Course detail page includes:
| Section | Content |
|---|---|
| Overview | Description, learning objectives |
| Curriculum | Modules and lessons outline |
| Instructor | Bio and credentials |
| Reviews | Student feedback |
| Requirements | Prerequisites, tech requirements |
| Certification | Certificate details, CPD points |
| Pricing | Cost or membership inclusion |
Check Eligibility
System validates enrollment eligibility:Checks:
- Already enrolled? → Show “Continue Course”
- Prerequisites completed? → Show requirements
- Membership required? → Prompt to upgrade
- Course available? → Check dates, capacity
Enroll (Free/Included)
For free courses or courses included in membership:
- Click “Enroll Now” or “Start Learning”
- Confirm enrollment (optional step)
- Enrollment record created
- Redirected to first lesson
- No payment required
- Immediate course access
- Progress tracking begins
Purchase (Paid Courses)
For paid courses not included in membership:Purchase Flow:
- Click “Buy Course” or “Add to Cart”
- Review order (course, price, any discounts)
- Apply promo code (if available)
- Enter payment details (Stripe)
- Complete purchase
Enrollment Confirmed
On successful enrollment:Immediate:
- Enrollment record created
- Course appears in “My Courses”
- First lesson unlocked
- Welcome notification
- Enrollment confirmation
- Course access instructions
- Getting started guide
- Support contact
- “Continue Learning” widget shows course
- Progress initialized at 0%
Enrollment Types
| Type | Description | Payment |
|---|---|---|
| Free | Open to all | None |
| Member-Included | Part of membership benefits | Membership covers |
| Premium | Additional purchase required | One-time payment |
| Subscription | Access while subscribed | Recurring fee |
Course Access Levels
| Membership Tier | Course Access |
|---|---|
| Free/Basic | Free courses only |
| Standard | Free + Standard courses |
| Premium | All courses included |
| Non-member | Free + can purchase others |
Bulk Enrollment (Corporate)
For group/corporate memberships:- Admin enrolls team members
- Bulk enrollment tool
- Progress reporting per user
- Separate journey: Client Portal
Related Entities
Related Journeys
Acceptance Criteria
Frontend
- Course catalog with filters
- Course detail page with curriculum
- Prerequisite check display
- Enroll button (free/included)
- Purchase flow (paid courses)
- My Courses dashboard
- Enrollment confirmation page
- Mobile-responsive design
Backend
-
GET /api/courses- Course catalog -
GET /api/courses/{id}- Course details -
POST /api/courses/{id}/enroll- Create enrollment -
GET /api/courses/{id}/eligibility- Check prerequisites -
GET /api/member/courses- My enrolled courses
Permissions
- Public courses visible to all
- Member-only courses require auth
- Course access requires enrollment
Business Rules
- Prerequisites enforced before enrollment
- Duplicate enrollment prevented
- Member discounts auto-applied
- Course capacity limits (if set)
Error Handling
- Prerequisites not met message
- Already enrolled notification
- Payment failure handling
- Course unavailable message