Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User can view/edit Physician records in the Admin view #198

Open
francisli opened this issue Feb 6, 2025 · 0 comments
Open

User can view/edit Physician records in the Admin view #198

francisli opened this issue Feb 6, 2025 · 0 comments
Assignees

Comments

@francisli
Copy link
Contributor

francisli commented Feb 6, 2025

Let's create a new menu option "Physicians" in the Management menu for admins (route path = "/physicians"). Let's re-use the DataTable component to display a paginated list similar to Members and Patients that fetches and displays Physician records.

On selecting a Physician, let's go to a page where its full record can be viewed (route path = "/physicians/:physicianId").

The page should display an "Edit" button that will go to a form for editing (route path = "/physicians/:physicianId/edit").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants