CodeForBaltimore/Healthcare-Rollcall

Improve "Linked Contacts" and "Linked Facilities" sections

Closed this issue · 0 comments

Task

Replace the drop-downs for each section mentioned in the title with a table that lists out all contacts or facilites that are linked. Each row in the table should have an "unlink" button. When no contacts or facilities are linked, a message should show with a link to add items to this section.

Acceptance Criteria

  • On the "Edit Facility" page, show a list of all contacts that are listed.
    • Each contact should be shown in a visually appealing list or table, with a button that allows the user to unlink that contact
    • If there are no contacts, show a message that indicates this.
  • On the "Edit Contact" page, show a list of all facilities that are listed.
    • Each facilities should be shown in a visually appealing list or table, with a button that allows the user to unlink that facilities
    • If there are no facilities, show a message that indicates this.

Notes