UI changes for exit workflow refactor

  • A button is needed to set state from GotInfo to Registering for each exit
  • A button is needed to set state from anything to New for each exit
  • Need to read description field for each exit as well as displaying message (message does not exist in state new and disabled, but exists in all other states)

Note only the following state transitions should happen from the UI:

  • GotInfo -> Registering (for selecting an exit to register to)
  • Any state -> New (for resetting the whole registration process)