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 collaboratorDetailed guides
- Scenarios
-
- Creating a new draft detailed guide
- Adding multiple images
- Publishing a submitted detailed guide
- Publishing a submitted detailed guide to a mainstream category
- Viewing detailed guide publishing history
- Viewing a published detailed guide related to other guides
- Creating a new draft detailed guide
-
- Given
- I am a writer in the organisation "Department of Examples"
- When
- I draft a new detailed guide "The finer points of moustache trimming" with the user need: as an "example user" I need "some functionality" so that I can "get something done"
- Then
- I should see the detailed guide "The finer points of moustache trimming" in the list of draft documents
- Adding multiple images
-
- Given
- I am a writer in the organisation "Department of Examples"
- Given
- I start drafting a new detailed guide
- When
- I select an image for the detailed guide
- Then
- I should be able to select another image for the detailed guide
- Publishing a submitted detailed guide
-
- Given
- I am an editor in the organisation "Department of Examples"
- Given
- two topics "Facial Hair" and "Hirsuteness" exist
- And
- a submitted detailed guide "Finer points of moustache trimming" exists in the "Hirsuteness" topic
- When
- I publish the detailed guide "Finer points of moustache trimming"
- Then
- I should see the detailed guide "Finer points of moustache trimming" in the list of published documents
- And
- the detailed guide "Finer points of moustache trimming" should be visible to the public
- Publishing a submitted detailed guide to a mainstream category
-
- Given
- I am an editor in the organisation "Department of Examples"
- Given
- a mainstream category "Finer points of yak shaving" exists
- And
- a submitted detailed guide "Yak shaving tools" exists in the "Finer points of yak shaving" mainstream category
- When
- I publish the detailed guide "Yak shaving tools"
- Then
- the detailed guide "Yak shaving tools" should be visible to the public in the mainstream category "Finer points of yak shaving"
- Viewing detailed guide publishing history
-
- Given
- I am an editor in the organisation "Department of Examples"
- Given
- a published detailed guide "Ban Beards" exists
- When
- I publish a new edition of the detailed guide "Ban Beards" with a change note "Exempted Santa Claus"
- And
- I publish a new edition of the detailed guide "Ban Beards" with a change note "Exempted Gimli son of Gloin"
- Then
- the detailed guide "Ban Beards" should be visible to the public
- And
- the change notes should appear in the history for the detailed guide "Ban Beards" in reverse chronological order
-
- Given
- a published detailed guide "Guide A" related to published detailed guides "Guide B" and "Guide C"
- When
- I visit the detailed guide "Guide A"
- Then
- I can see links to the related detailed guides "Guide B" and "Guide C"
Last published about 7 years ago by David Heath.