Skip to content

Create agent controllers

Mikkel Aas requested to merge create-agent-controllers into dev

Created by: MikkelAas

Made two new agent controllers classes:

  1. Symfoni agent controller class
  • can create employmentVC on behalf of the symfoni agent
  1. State (for lack of a better word), agent controller
  • can create person and business VCs on behalf of the state agent

Notes:

  • Would be nice if the classes would create a "default identifier" when instantiated, or use an existing one if it exists in the database.

Merge request reports