CodeForBaltimore/Healthcare-Rollcall

Add role check to UI

Opened this issue · 0 comments

User Story

As a HCRC user
I'd like to have my role determine what functionality I see in the UI
So that I can easily understand what I am allowed to do.

Acceptance Criteria

  • A global-level check of the user's role is available for every component as a validation check
  • Only valid options are presented to users based on their role
  • The role is determined by the API

Notes