MED-147: add doctor actions logging (#59)
* MED-147: add doctor actions logging * enum casing
This commit is contained in:
@@ -1,10 +1,19 @@
|
||||
import { getOpenResponsesAction } from '@kit/doctor/actions/table-data-fetching-actions';
|
||||
import { PageBody, PageHeader } from '@kit/ui/page';
|
||||
|
||||
import {
|
||||
DoctorPageViewAction,
|
||||
createDoctorPageViewLog,
|
||||
} from '~/lib/services/audit/doctorPageView.service';
|
||||
|
||||
import { DoctorGuard } from '../_components/doctor-guard';
|
||||
import ResultsTableWrapper from '../_components/results-table-wrapper';
|
||||
|
||||
async function OpenJobsPage() {
|
||||
await createDoctorPageViewLog({
|
||||
action: DoctorPageViewAction.VIEW_OPEN_JOBS,
|
||||
});
|
||||
|
||||
return (
|
||||
<>
|
||||
<PageHeader />
|
||||
|
||||
Reference in New Issue
Block a user