web
web copied to clipboard
Add "Recents" to left sidebar
Description
Userstory
-
As a user I want to access files I've opened recently so that I don't have to recall where the file is located.
Value
- usability: improve file retrieval
Acceptance Criteria
- New item in left sidebar
Recents
(active by default - default starting point for all users ) -
Recents
shows the 300 most recent opened files of the current user - New column "Opened",
Recents
is by default sorted by "Opened", most recent first - Filelist shows below the resource name the containing folder (like for search results)
- Quickfilter Chips (toggle select):
-
All
(Active by default) -
Document
-
Presentation
-
Spreadsheet
-
PDF
- (tbd: maybe add
Image
?)
-
- Textfilter on the right filters the most recent 300 items
- Logic:
AND
-concatenated with the quickfilter chips
- Logic:
Definition of ready
- [ ] Everybody needs to understand the value written in the user story
- [ ] Acceptance criteria have to be defined
- [ ] All dependencies of the user story need to be identified
- [ ] Feature should be seen from an end user perspective
- [ ] Story has to be estimated
- [ ] Story points need to be less than 20
Definition of done
- Functional requirements
- [ ] Functionality described in the user story works
- [ ] Acceptance criteria are fulfilled
- Quality
- [ ] Code review happened
- [ ] CI is green (that includes new and existing automated tests)
- [ ] Critical code received unit tests by the developer
- Non-functional requirements
- [ ] No sonar cloud issues