
2017 - School Staff List
Example use case
This content type can be used list all staff from a school, the data can then be filtered via department, job title or name. This scontent type is commonly used on the HR section of the website.
Required
Required content is marked with a red astrix.
Name - This is only visable in T4 itself, try naming this something suitable and easy for yourself and your colleagues to understand.
School - This is how the content type sources the data, selecting a school from the list will load all staff from the school that are currently in the HR staff system.
Do you want the option to search by name? - This enables the filtering option to search for a staff member via name.
Do you want the option to search by job title? - This enables the filtering option to search for a staff member via job title.
Do you want the option to search by department? - This enables the filtering option to search for a staff member via department.
URL Parameters
You can also filter this content type in the URL using the following formula:
If you want to fliter by name add the following to the URL:
https://www.hud.ac.uk/whatever/#!/?name=Aaron
If you want to filter by job add the following to the URL:
https://www.hud.ac.uk/whatever/#!/?job=Web%20Developer
If you want to filter by department add the following to the URL:
https://www.hud.ac.uk/whatever/#!/?dept=Web%20Team
Or you can use a combination of the above like follow:
https://www.hud.ac.uk/whatever/#!/?name=Aaron&job=Web%20Developer&dept=Web%20Team
(Please bare in mind %20 represents a space in a URL)
Name | Contact details | Job Title | Department |
---|---|---|---|
{{item.title}} {{item.knownAs}} {{item.surname}} | {{ item.userEmailAddress }} 01484 47{{item.tel}} | {{item.jobTitle}} | {{item.dept}} |
2017 - School staff list
A demo video on how to use this content type.