To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorAdministering Roles
tHis feature allows the administration of the various different roles in the system
- Background
-
- Given
- I am an admin
- Scenarios
-
- Adding a traffic commissioner role
- Adding a chief scientist
- Adding a primary role to a worldwide organisation
- Adding a deputy role to a worldwide organisation
- Adding a new translation
- Adding a traffic commissioner role
-
- Given
- the organisation "Department for Transport" exists
- And
- a person called "Terence Traffic"
- When
- I add a new "Traffic commissioner" role named "Traffic Commissioner for Scotland" to the "Department for Transport"
- Then
- I should be able to appoint "Terence Traffic" to the new role
- And
- I should see "Terence Traffic" listed on the "Department for Transport" organisation page
- Adding a chief scientist
-
- Given
- the organisation "Foreign Office" exists
- And
- a person called "Susan Scientist"
- When
- I add a new "Chief scientific advisor" role named "Chief Scientific Advisor to the FCO" to the "Foreign Office"
- Then
- I should be able to appoint "Susan Scientist" to the new role
- And
- I should see "Susan Scientist" listed on the "Foreign Office" organisation page
- Adding a primary role to a worldwide organisation
-
- Given
- the worldwide organisation "British embassy in Spain" exists
- And
- a person called "Giles Paxman"
- When
- I add a new "Ambassador" role named "Her Majesty's Ambassador to Spain" to the "British embassy in Spain" worldwide organisation
- Then
- I should be able to appoint "Giles Paxman" to the new role
- And
- I should see him listed as "Her Majesty's Ambassador to Spain" on the worldwide organisation page
- And
- I should see his picture on the worldwide organisation page
- Adding a deputy role to a worldwide organisation
-
- Given
- the worldwide organisation "British embassy in Spain" exists
- And
- a person called "Andrew Tomkins"
- When
- I add a new "Deputy head of mission" role named "Deputy Head of Mission" to the "British embassy in Spain" worldwide organisation
- Then
- I should be able to appoint "Andrew Tomkins" to the new role
- And
- I should see him listed as "Deputy Head of Mission" on the worldwide organisation page
- And
- I should not see his picture on the worldwide organisation page
- Adding a new translation
-
- Given
- the worldwide organisation "British embassy in Spain" exists
- And
- an ambassador role named "Her Majesty's Ambassador to Spain" in the "British embassy in Spain" worldwide organisation
- And
- a person called "Giles Paxman" appointed as "Her Majesty's Ambassador to Spain" with a biography in "Español"
- When
-
I add a new "Español" translation to the role "Her Majesty's Ambassador to Spain" with:
name Su Majestad Embajador en España responsibilities Retrato del Reino Unido en una buena luz. - Then
-
when viewing the person "Giles Paxman" with the locale "Español" I should see:
name Su Majestad Embajador en España responsibilities Retrato del Reino Unido en una buena luz.
Last published about 7 years ago by David Heath.