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 author
I want to the file upload tool to prevent me from using filenames that are not compatible with GigaDB guidelines
So I cannot upload files with inappropriate filenames
Acceptance criteria
Given there is a file upload wizard
And I am an author using it to upload my files
When I attempt to add a file with a filename that does not comply with the following rules
Then I should see an error message prompting me to change those file names
Rules:
Filenames should not be more than 100char in length
Filenames should not include spaces. We recommend using the underscore (_) in place of spaces in the filenames.
Filenames should only include the following characters a-z,A-Z,0-9,_,-,+,.
User Story
Acceptance criteria
Rules:
Filenames should not be more than 100char in length
Filenames should not include spaces. We recommend using the underscore (_) in place of spaces in the filenames.
Filenames should only include the following characters a-z,A-Z,0-9,_,-,+,.
Additional information
Related to ticket #1119
Product Backlog Item Ready Checklist
Product Backlog Item Done Checklist
The text was updated successfully, but these errors were encountered: