Parent bounty: #743
Bug
The /jobs/[id] route renders the requested route id as placeholder text instead of looking up the selected job from apps/web/lib/mock.ts. The job list links to concrete ids such as job-101, job-102, and job-103, but the detail page does not render the matching title or budget. Unknown job ids also look successful instead of showing a clear fallback.
Expected
- Known job ids render the matching mock job title and budget.
- The detail page exposes useful project context instead of generic placeholder copy.
- Unknown job ids render a clear not-found fallback without pretending a real job exists.
Scope
Keep the fix limited to the web job detail route and mock data shape if needed.
This issue is limited only to the creator of this issue. This means that only the issue author can attempt to solve this issue. If you would like to work on it, please create another issue with the same contents and refer to issue #743 for more information.
Parent bounty: #743
Bug
The
/jobs/[id]route renders the requested route id as placeholder text instead of looking up the selected job fromapps/web/lib/mock.ts. The job list links to concrete ids such asjob-101,job-102, andjob-103, but the detail page does not render the matching title or budget. Unknown job ids also look successful instead of showing a clear fallback.Expected
Scope
Keep the fix limited to the web job detail route and mock data shape if needed.
This issue is limited only to the creator of this issue. This means that only the issue author can attempt to solve this issue. If you would like to work on it, please create another issue with the same contents and refer to issue #743 for more information.