Skip to content

Lookups

  • Routes: /secure/admin/lookups (+ lookups/departments, lookups/specialties)
  • Features: src/features/admin/departments, src/features/admin/specialties

Overview

Manage the tenant's lookup data used across the portal: contact departments and specialties. The /lookups lander shows both managers (ActionButton grid); each manager lists lookups and supports bulk-assigning contacts.

Departments

  • createDepartment, updateDepartment, deleteDepartment, readDepartments, setContactsDepartment (svc/*.gql).

Specialties

  • createSpecialty, updateSpecialty, deleteSpecialty, readSpecialty, setContactsSpecialities (svc/*.gql).

Released under the MIT License.