Admin Manage Clinics Screen

The Admin Manage Clinics in the Classes Admin Feature Template displays all information regarding offered classes in the database.

The Admin Manage Clinics Screen is a page that is dedicated to displaying all the classes that are available for your users to take — but with details that an administrator would like to know. This screen is made up of several components including a side navigation component, image component, text components, list component, and a button component.

The Components

Side Navigation — Admin Side Navigation

Similar to the User Side Navigation on other screens in the template, the Admin Side Navigation allows an Admin to navigate to the various Admin functionality.

Active Indicator Style

The ‘Active Indicator Style’ is set to reflect the screen that the Admin is currently viewing — on the ‘Admin Manage Clinics’ screen, that is “Manage Clinics.” To change these settings, find the Menu Style option in the lefthand panel:

Text Component

The text component reads “Count” because the text is populated from the database.

The text will portray the total number of classes that are available in the Classes Collection. Additionally, it will display the text “Clinic” or “Clinics” depending on the number shown.

Button Component

This Button Component will act as a link to another page where an Admin is able to create an additional class.

Button Actions

A Link Action to the ‘Admin Create Clinic’ Screen.

Input Component — Search Input

The input component acts as a search bar. The component is similar to a Form Component in that the data will be available to use in another part of the app — even if it is not saved to the database.

List Component — Classes List

Similar to lists on other screens, this list will display information related to the Classes that are in the database. If properties in the database are missing information or deleted, that will influence how this list looks.

There is a different list for the mobile layout. If you make changes to the Desktop & Tablet list, make sure you also make changes to the Mobile list.

Filter

This list contains all classes in the Classes Collection, however, it can be filtered by information in the “Search Input” component.

The text entered in the Input must be in the Name Property. This can be updated to filter based on any property in the Classes Collection.

The value “Search Input” is available to filter by because it is another data-related component on the screen.

Publicly Visible Badge

The badge to display whether or not a class is able to be viewed by the end users is conditionally displayed based on the property “Publicly Available?” in the Classes Collection.

This will allow the Admin a quick glance to see which classes are able to be registered for, or conversely, which classes need to be removed from viewing.

⚡ List Actions

The ‘Edit Clinic’ Button contains a Link Action to the ‘Admin Edit Clinic’ Screen.

Last updated