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 who searches within file content for a keyword, I want to see some context besides the keyword so that I can easily find the right file.
Value
Helps the user to better find the desired file.
Acceptance Criteria
The ocis Server and clients agree on a way to send/receive highlighted content
The ocis Server sends the search highlights in the search response
Example from oc 10
oc10 uses a GET requests against the search endpoint. For ocis, we are using a WebDAV REPORT Request. The returned payload is json
[
{
"type": "search_elastic",
"score": 9.5190889999999992,
"highlights": [
"ownCloud \u003Cem\u003EUser\u003C\/em\u003E\u003Cem\u003EManual\u003C\/em\u003E\n\nThe ownCloud Team\n\nVersion 10.2, July 02, 2019\n\n\n\nTable of Contents\n\nIntroduction",
"If you prefer to mount\nit \u003Cem\u003Emanually\u003C\/em\u003E, change auto to noauto in \/etc\/fstab.",
"Its usage is documented separately in the ownCloud Desktop Client \u003Cem\u003EManual\u003C\/em\u003E.",
"Visit the ownCloud documentation page to read the mobile apps \u003Cem\u003Euser\u003C\/em\u003E\u003Cem\u003Emanuals\u003C\/em\u003E.",
".....WebUI Overview"
],
"path": "\/..../end-user\/user manual.pdf",
"size": 5011365,
"modified": 1571860243,
"mime_type": "application\/pdf",
"permissions": "27",
"id": "5020373",
"name": "user manual.pdf",
"link": "\/index.php\/apps\/files\/?dir=\/....&scrollto=user%20manual.pdf"
}
]
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
The text was updated successfully, but these errors were encountered:
Description
User Stories
Value
Helps the user to better find the desired file.
Acceptance Criteria
Example from oc 10
oc10 uses a GET requests against the search endpoint. For ocis, we are using a WebDAV
REPORT
Request. The returned payload is jsonDefinition 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
The text was updated successfully, but these errors were encountered: