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 user I want to create shortcuts so that I don't need to remember the location of a resource or webpage.
Value
Acceptance Criteria
Add new option + New > Shortcut
Click on Shortcut opens a dialog "Create a Shortcut"
Initial dialog shows a form "Shortcut to a webpage or file"
Scenario "Resource"
Form "Shortcut to a webpage or file" searches for resources eg. ideas.txt (shows preview in drop menu)
Click on preview-item ideas.txt prefills "Link to webpage or file" (file URL = private link from file info) and "File name" (without filename extension ideas)
search preview is limited to 20 items (but should be possible to change this later on to something different than the top bar search preview limit)
Button Create creates ideas.url
click on ideas.url in the filestable opens the url in the same tab
Definition of ready
[ ] everybody needs to understand the value written in the user story
[ ] acceptance criteria has to be defined
[ ] all dependencies of the user story need to be identified
[ ] feature should be seen from an end user perspective
[ ] user story has to be estimated
[ ] story points need to be less then 20
Definition of done
Functional requirements
[ ] functionality described in the user story works
[ ] acceptance criteria are fulfilled
Quality
[ ] code review happened
[ ] CI is green
[ ] critical code received unit tests by the developer
[ ] automated tests passed (if automated tests are not available, this test needs to be created and passed
Non-functional requirements
[ ] no sonar cloud issues
Visuals
Scenario "Webpage"
Initial
Webpage with searchresults
External URL no more searchresults
Scenario "Resource"
Initial
Internal URL with searchresults
Internal URL focused
Internal URL selected
The text was updated successfully, but these errors were encountered:
blocked by #9796
Description
User Stories
Value
Acceptance Criteria
Add new option
+ New
>Shortcut
Click on
Shortcut
opens a dialog "Create a Shortcut"Initial dialog shows a form "Shortcut to a webpage or file"
ideas.txt
(shows preview in drop menu)ideas.txt
prefills "Link to webpage or file" (file URL = private link from file info) and "File name" (without filename extensionideas
)Create
createsideas.url
ideas.url
in the filestable opens the url in the same tabDefinition of ready
[ ] everybody needs to understand the value written in the user story
[ ] acceptance criteria has to be defined
[ ] all dependencies of the user story need to be identified
[ ] feature should be seen from an end user perspective
[ ] user story has to be estimated
[ ] story points need to be less then 20
Definition of done
[ ] functionality described in the user story works
[ ] acceptance criteria are fulfilled
[ ] code review happened
[ ] CI is green
[ ] critical code received unit tests by the developer
[ ] automated tests passed (if automated tests are not available, this test needs to be created and passed
[ ] no sonar cloud issues
Visuals
Scenario "Webpage"
Scenario "Resource"
The text was updated successfully, but these errors were encountered: