Jump to: navigation, search

Difference between revisions of "Login Page MaTaP UWP App"


m (Login Page Components)
m (Login Page Components)
Line 20: Line 20:
 
Note that the location of each component is described in the image caption.
 
Note that the location of each component is described in the image caption.
  
Current Profile
+
'''Current Profile'''
 
* This gives an indication of the currently selected Profile, which carries the necessary information for connecting to a specific MaTaP project or ''Service''.  
 
* This gives an indication of the currently selected Profile, which carries the necessary information for connecting to a specific MaTaP project or ''Service''.  
 
<br>
 
<br>
Status Text
+
'''Status Text'''
 
* This gives an indication of what to do next. This text informs the user whether they need to log in, the current step of the login process, or why the login may have failed.
 
* This gives an indication of what to do next. This text informs the user whether they need to log in, the current step of the login process, or why the login may have failed.
 
<br>
 
<br>
Credentials Input Area
+
'''Credentials Input Area'''
 
* A Username and Password, for a valid user that exists on the currently selected service, are required.
 
* A Username and Password, for a valid user that exists on the currently selected service, are required.
 
* ''Remember Me'' can be used to speed up subsequent logins by saving the credentials for the currently selected service.
 
* ''Remember Me'' can be used to speed up subsequent logins by saving the credentials for the currently selected service.
 
<br>
 
<br>
Start Button
+
'''Start Button'''
 
* Upon successful login, the user is automatically navigated to the home page. However, this button can be used to manually navigate there if the automation fails or if the user finds themselves back on the login page.
 
* Upon successful login, the user is automatically navigated to the home page. However, this button can be used to manually navigate there if the automation fails or if the user finds themselves back on the login page.
 
<br>
 
<br>
Profile Button
+
'''Profile Button'''
 
* This button can be used to switch between services. Different services represent different projects, with their respective data and tasks.
 
* This button can be used to switch between services. Different services represent different projects, with their respective data and tasks.
 
* Profiles should be maintained by an Admin, and it is unlikely that regular users will need to use this button.
 
* Profiles should be maintained by an Admin, and it is unlikely that regular users will need to use this button.
 
<br>
 
<br>
Login Button
+
'''Login Button'''
 
* This button is used to confirm the inputted credentials and access the service.
 
* This button is used to confirm the inputted credentials and access the service.
 
<br>
 
<br>
Settings Button
+
'''Settings Button'''
 
* This button can be used to access the client Settings.  
 
* This button can be used to access the client Settings.  
 
* Settings should be maintained by an Admin, and it is unlikely that regular users will need to use this button.
 
* Settings should be maintained by an Admin, and it is unlikely that regular users will need to use this button.

Revision as of 09:33, 8 January 2025

Wiki Under Construction Start.PNG

A successful login is required to be able to access the MaTaP client.

The requirements for login are as follows;

  • Profile
    • How do users receive profiles in MaTaP?
    • Once a service is selected, it is unlikely a regular user will need to change it, however, this can be achieved by clicking on the Profile button at the bottom of the page.
  • Credentials
    • Valid user credentials, including an existing login name and password, are necessary.
    • These credentials carry important information regarding the user rights and capabilities of the logged in user.


Top: Currently selected Profile or Service, and the Status Text.
Beneath the logo: Credentials input area.
Bottom: Start, Profile, Login, and Settings buttons.

Login Page Components

Note that the location of each component is described in the image caption.

Current Profile

  • This gives an indication of the currently selected Profile, which carries the necessary information for connecting to a specific MaTaP project or Service.


Status Text

  • This gives an indication of what to do next. This text informs the user whether they need to log in, the current step of the login process, or why the login may have failed.


Credentials Input Area

  • A Username and Password, for a valid user that exists on the currently selected service, are required.
  • Remember Me can be used to speed up subsequent logins by saving the credentials for the currently selected service.


Start Button

  • Upon successful login, the user is automatically navigated to the home page. However, this button can be used to manually navigate there if the automation fails or if the user finds themselves back on the login page.


Profile Button

  • This button can be used to switch between services. Different services represent different projects, with their respective data and tasks.
  • Profiles should be maintained by an Admin, and it is unlikely that regular users will need to use this button.


Login Button

  • This button is used to confirm the inputted credentials and access the service.


Settings Button

  • This button can be used to access the client Settings.
  • Settings should be maintained by an Admin, and it is unlikely that regular users will need to use this button.

NFC Login

RFID tags can be used to quickly 'tap in' to the client, essentially skipping the need to enter a username and password.

More tbd.
Wiki Under Construction End.PNG