Session Tracking
This page serves as an example of the various modals users will encounter when using the session toggle in the header of the application. Use the buttons below to view each interaction example.
These modals will have to be applied to the header toggle with the contextual logic outlined below.
Function used to dynamically open a popup modal
In javascript pass the ID of the popup you want to open to the openModal function.
$('.element').click(function({ openModal('toggle-on'); });
When toggled on, the user will be presented with a modal to select a client
When toggled off, the user will be present with a modal showing the sessions details
When selecting "See all Clients" a new modal will open displaying all clients
When selecting a client a new modal will open displaying contextual matters
When selecting a "See All" a new modal will open displaying a list of all matters