All job seeker pages are already connected to real APIs:
- Jobs: /api/jobseeker/jobs (real company job postings)
- Applications: /api/jobseeker/applications (my applied jobs)
- Saved Jobs: Custom data storage for bookmarked jobs
- Apply: POST /api/jobseeker/jobs/{id}/apply
Dashboard shows real data from backend, not mock preview.
|
||
|---|---|---|
| .. | ||
| admin | ||
| dashboard | ||
| ArticleContent.tsx | ||
| CaptchaCanvas.tsx | ||
| DashboardShell.tsx | ||
| OpportunityGraph.tsx | ||
| PublicBackground.tsx | ||
| PublicFooter.tsx | ||
| PublicHeader.tsx | ||
| PublicLanding.tsx | ||
| RoleLandingPage.tsx | ||