## Context Alumni-only job board. Only verified users can post; anyone authenticated can view. ## Acceptance criteria - [ ] `Job` model: `title`, `company`, `location`, `type`, `description`, `applyUrl`, `postedById`, `createdAt`, `expiresAt` - [ ] Auto-expire 60 days after post - [ ] Post form at `/jobs/new` for any authenticated user - [ ] Poster/admin can edit / delete their own jobs - [ ] Each job shows who posted it (linked profile) Depends on #6, #7, #8.
Context
Alumni-only job board. Only verified users can post; anyone authenticated can view.
Acceptance criteria
Jobmodel:title,company,location,type,description,applyUrl,postedById,createdAt,expiresAt/jobs/newfor any authenticated userDepends on #6, #7, #8.