Skip to content

Job detail route should resolve mock jobs by id (reissue via #743) #2790

@mvmax-dev

Description

@mvmax-dev

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions