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

Admin view should combine all admin control into one tabbed view #260

Open
noranda opened this issue Sep 24, 2014 · 0 comments
Open

Admin view should combine all admin control into one tabbed view #260

noranda opened this issue Sep 24, 2014 · 0 comments

Comments

@noranda
Copy link
Contributor

noranda commented Sep 24, 2014

Admin view should combine Utilities, Providers, Measures, Users, and Logs into a single tabbed view. Each tab should indicate the number of each, except for the Utilities tab. Landing tab should be the Utilities tab:

admin-main

The Utilities tab should house all the popHealth data uploads and deletions including patients, providers, measures, and cache counts. Current counts for each should be displayed.

Clicking on the UPLOAD button from the Utilities tab for patients should pop up the following dialog:

admin-upload-patients

Clicking on the BROWSE button in this dialog should open a file browser to locate a patients file to upload. The UPLOAD button should be grayed out until a file has been selected.

Clicking on the UPLOAD button from the Utilities tab for providers should pop up the following dialog:

admin-upload-providers

Clicking on the BROWSE button should open a file browser to locate a providers file to upload. The UPLOAD button should be grayed out until a file has been selected.

Clicking on the UPLOAD button from the Utilities tab for measures should pop up the following dialog:

admin-upload-measures

Clicking on the BROWSE button should open a file browser to locate a measures file to upload. The UPLOAD button should be grayed out until a file has been selected. Measure Type and Calculation Type should be toggles. Measure Goal and Category should be dropdowns and implemented as follows:

admin-upload-measures-dropdowns

The Measure Goal field should have three dropdown options: no goal, lower is better, or higher is better, which represent whether a higher or lower measure percentage is better, or if there is no goal. Selecting an option by clicking on it should then show the option in the field. The Category field should have a dropdown consisting of either a New category or a selection of already existing categories. If an already existing category is selected, it should then display in the field. If New is selected, "enter new category" should be displayed in the field, slightly grayed out, indicating that the user should type in their own category.

Clicking on the DELETE button from the Utilities tab for patients, providers, measures, and the cached should pop up one of the corresponding dialogs below.

admin-delete-patients
admin-delete-providers
admin-delete-measures
admin-delete-cache

Clicking "Yes, Delete" will delete the corresponding data in popHealth. Clicking "No, Cancel" will do nothing, close the dialog, and go back to the Utilities tab.

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

1 participant