You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a website user
I want to see the author list as provided by the authors
So that I have experience that matches the authors input
Acceptance criteria
Given I navigate to the gigadb website
When I am on the dataset page
Then I can see the list of authors ordered by rank
And each author name should be of format "First name Middle Name Last Name"
and each author name is separated by a comma
Given I navigate to the gigadb website
When I am on the dataset page
And I Click "Cite Dataset" and select the "Text" format
Then I can see the list of authors ordered by rank
And each author name should be of format "First name Middle Name Last Name"
and each author name is separated by a comma
Given I programmatically access the web site
When I download a XML from the gigadb endpoints
Then I can see the list of authors ordered by rank
And each author name should be of format "First name Middle Name Last Name"
and each author name is separated by a comma
Given I want information of a dataset files
When I download the readme file for a dataset
Then I can see the list of authors ordered by rank
And each author name should be of format "First name Middle Name Last Name"
and each author name is separated by a comma
Given I store metadata about dataset on DataCite
When I mint DOI for the dataset
Then the list of authors sent to Datacite is ordered by rank
Additional Info
Product Backlog Item Ready Checklist
Business value is clearly articulated
Item is understood enough by the IT team so it can make an informed decision as to whether it can complete this item
Dependencies are identified and no external dependencies would block this item from being completed
At the time of the scheduled sprint, the IT team has the appropriate composition to complete this item
This item is estimated and small enough to comfortably be completed in one sprint
Acceptance criteria are clear and testable
Performance criteria, if any, are defined and testable
The Scrum team understands how to demonstrate this item at the sprint review
Product Backlog Item Done Checklist
Item(s) in increment pass all Acceptance Criteria
Code is refactored to best practices and coding standards
Documentation is updated as needed
Data security has not been compromised (with particular reference to the personal information we hold in GigaDB)
No deviation from the team technology stack and software architecture has been introduced
The product is in a releasable state (i.e. the increment has not broken anything)
The text was updated successfully, but these errors were encountered:
@only1chunts at the moment, it's separated by a semicolon, do you want to update it?
Given I navigate to the gigadb website
When I am on the dataset page
Then I can see the list of authors ordered by rank
And each author name should be of format "First name Middle Name Last Name"
and each author name is separated by a comma
User story
Acceptance criteria
Additional Info
Product Backlog Item Ready Checklist
Product Backlog Item Done Checklist
The text was updated successfully, but these errors were encountered: