Your job seeker profile is the foundation of every application you submit on LWS Job Portal. Employers see your name, title, skills, experience, and resume the moment they open your application, so a complete and up-to-date profile significantly improves your chances of being shortlisted. The portal separates viewing your profile from editing it — the view page gives you a clean, recruiter-friendly layout, while the edit page provides dedicated sections for every piece of information you can manage.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/iDevRanjan/lws-ra-b4-assignment-five/llms.txt
Use this file to discover all available pages before exploring further.
Viewing Your Profile
Navigate to/jobseeker-profile to see your profile exactly as others see it. The page is split into a full-width header at the top, a two-column layout for the main content, and a sidebar for documents and social links.
Profile Header
The header card is the first thing any employer notices. It shows:- Profile picture — your uploaded photo displayed as a circular avatar
- Full name — pulled from the
namefield on your profile - Professional title — a short descriptor such as “Full Stack Developer” or “UX Designer”
- Bio / professional summary — a paragraph-length overview of your background, rendered in the “About” section directly below the header
- Location — city, state, and country combined into a readable location string
Contact Information
The contact information card shows all the ways an employer or recruiter can reach you:| Field | Description |
|---|---|
| Phone | Your contact phone number |
| Your registered email address | |
| City | City of residence |
| State | State or province |
| Country | Country |
| Zip Code | Postal code |
Social Profiles
The sidebar contains links to your professional presence online:| Platform | Field |
|---|---|
linkedinUrl | |
| GitHub | githubUrl |
| Portfolio Website | portfolioUrl |
Experience
The experience section lists your work history in reverse-chronological order. Each entry displays:- Job title (role)
- Company name
- Location
- Employment type (e.g., Full-time, Contract)
- Start date and end date
- Description — a short summary of responsibilities and achievements
Education
The education section shows your academic background. Each entry includes:- Institution name (
schoolName) - Degree (e.g., B.Tech, B.Sc, M.A)
- Field of study
- Start year and end year
Skills
Your skills are displayed as a tag cloud of badges. Each skill you have added appears as its own pill, making it easy for employers to scan your technical and soft skills at a glance.Resume
The sidebar resume card shows:- Original file name (e.g.,
john-doe-resume.pdf) - File size (human-readable, e.g.,
245 KB) - Upload date — the date the file was last updated
- Download link — allows employers (and you) to download the raw file
Your resume is automatically included in every job application you submit. Employers reviewing your application can download it directly from the applicant management panel.
Editing Your Profile
Navigate to/edit-jobseeker-profile to update any part of your profile. The edit page organises fields into focused sections and runs all three update operations (profile data, profile picture, resume) in parallel using Promise.all, so the page saves everything in a single action.
Open the Edit Page
Go to
/edit-jobseeker-profile or click the Edit Profile button from your profile view page. The form pre-fills all existing values so you only need to change what has actually changed.Update Basic Information
The Basic Information section contains:
- Name (required)
- Email address (required)
- Phone number (required)
- Professional title — e.g., “Senior React Developer”
Update Location
The Location section contains:
- City (required)
- State/Province (required)
- Country (required)
- Zip Code (optional)
Write Your Bio
The About section contains a single Professional Summary textarea. Write a concise summary of your experience, skills, and what you are looking for in your next role.
Updatable Fields Reference
- Basic & Location
- Links & Level
- Skills
- Experience
- Education
| Field | Key | Notes |
|---|---|---|
| Full name | name | Required |
| Professional title | title | e.g., Full Stack Developer |
| Bio / summary | bio | Shown in the “About” section |
| Phone number | phone | Required |
| City | city | Required |
| State / province | state | Required |
| Country | country | Required |
| Zip code | zipCode | Optional |
Uploading a Profile Picture
Your profile picture is uploaded separately from the main profile form via a dedicated API endpoint.Click Upload Photo
In the Profile Photo section at the top of the edit page, click the Upload Photo button. A file picker opens.
Select an Image File
Choose a JPEG, PNG, GIF, or WebP image from your device. A live preview of the selected image replaces the current avatar immediately.
Profile picture requirements:
- Accepted formats: JPEG, JPG, PNG, GIF, WebP
- Maximum file size: 5 MB
Uploading a Resume
Your resume is stored in your profile and automatically attached to every job application you submit. Keeping it current is important.Click Upload New Resume
In the Resume/CV section on the edit page, click Upload New Resume. A file picker opens filtered to document types.
Select Your Document
Choose a PDF or Word document from your device. The file name, size, and upload date preview update immediately in the card above the button.
Related Pages
Search & Apply for Jobs
Learn how to find jobs and submit applications with a cover letter.
Track Your Applications
Monitor application statuses and withdraw applications when needed.