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"
Scenario "Webpage"
Form "Shortcut to webpage or file" is used as href eg. "owncloud.com"
Form "File name" is prefilled with "owncloud.com" but can be edited by the user
Button Create creates owncloud.com.url
click on owncloud.com.url in the filestable opens new tab
Button Create creates ideas.url
click on ideas.url in the filestable opens the url in the same tab
check if any security measurements are necessary when opening links (maybe simple URL decoding is sufficient?)
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:
tbsbdr
changed the title
Add Option to Create Webpage and File Links
Add Option to Create Shortcuts
Oct 12, 2023
tbsbdr
changed the title
Add Option to Create Shortcuts
Create Shortcuts
Oct 12, 2023
Description
User Stories
Value
Acceptance Criteria
+ New
>Shortcut
Shortcut
opens a dialog "Create a Shortcut"Form "Shortcut to webpage or file" is used as href eg. "owncloud.com"
Form "File name" is prefilled with "owncloud.com" but can be edited by the user
Button
Create
creates owncloud.com.urlclick on owncloud.com.url in the filestable opens new tab
Button
Create
createsideas.url
click on
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: