Skip to content

Hire & offboard flow missing from the UI #13

@michaelzwang13

Description

@michaelzwang13

There is no way to actually hire or fire an employee from the UI.

Context

/directory lists roles but has no hire action. hireEmployee() and fireEmployee() exist in app/src/lib/api.ts but are never called. The backend POST /agents and DELETE /agents endpoints work.

Scope

  • Hire: from the talent directory — pick a role → connect its required tools → confirm → POST /agents. Hired employees then appear on /status.
  • Offboard: from /statusDELETE /agents, which stops the container.

This was the ROADMAP's original v1 frontend scope. May be absorbed into the frontend do-over (#12).

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions