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-023 |
| Actor | Member |
| Goal | Find relevant job opportunities |
| Trigger | Member looking for career opportunities |
| Outcome | Member finds jobs of interest |
Preconditions
- Job listings exist in the system
- Member has access to job board
Journey Flow
Detailed Steps
Access Job Board
Member navigates to Careers/Jobs:
- Main navigation → Careers / Jobs
- Dashboard → Jobs widget
- Email job alerts
Search Jobs
Search functionality:Search Fields:
- Job title
- Company name
- Skills/keywords
- Description
- Autocomplete suggestions
- Recent searches
- Saved searches (job alerts)
Apply Filters
Filter options:
| Filter | Options |
|---|---|
| Location | City, State, Remote |
| Job Type | Full-time, Part-time, Contract |
| Experience | Entry, Mid, Senior, Executive |
| Salary Range | Min-Max salary |
| Category | Industry/function category |
| Posted | Today, This week, This month |
| Company | Specific company |
View Job Cards
Each job card displays:
| Element | Description |
|---|---|
| Company Logo | Employer logo |
| Job Title | Position name |
| Company | Employer name |
| Location | City or “Remote” |
| Type | Full-time, Part-time, etc. |
| Salary | Range (if disclosed) |
| Posted | Days/weeks ago |
| Featured | Badge for sponsored listings |
Sort Results
Sort options:
- Most Recent (default)
- Relevance (for search)
- Salary (high to low)
- Company A-Z
- Closing Soon
Job Alerts
Members can set up job alerts:- Save search criteria
- Receive email when matching jobs posted
- Frequency: Daily or Weekly digest
- Manage alerts in preferences
Related Entities
Related Journeys
Acceptance Criteria
Frontend
- Job board landing page
- Search bar with autocomplete
- Category browsing
- Filter panel
- Job card grid/list
- Job detail page
- Sort dropdown
- Pagination
- Save job functionality
- Job alerts setup
- Mobile-responsive
Backend
-
GET /api/jobs- List jobs with filters -
GET /api/jobs/{id}- Job details -
GET /api/jobs/categories- Categories -
POST /api/jobs/alerts- Create alert - Query params:
?search=,?location=,?type=
Permissions
- Jobs visible based on membership level
- Some jobs may be member-only
Business Rules
- Featured jobs prioritized
- Expired jobs hidden
- Company must be approved sponsor
Error Handling
- Empty results with suggestions
- Job not found handling