Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ocis] Add "Last modified" filter Chip #7431

Closed
exalate-issue-sync bot opened this issue Oct 9, 2023 · 1 comment
Closed

[ocis] Add "Last modified" filter Chip #7431

exalate-issue-sync bot opened this issue Oct 9, 2023 · 1 comment
Assignees
Labels
Milestone

Comments

@exalate-issue-sync
Copy link

exalate-issue-sync bot commented Oct 9, 2023

Description

User Stories

  • As a user I want a ui to search files by their modified date so that I don't need to remember its filename.

Value

Acceptance Criteria

  • We start with "magic strings"
  • "Today"
  • "Last 7 days"
  • "Last 30 days"
  • "This year (2023)"
  • "Last year (2022)"
  • The server can resolve these magic strings and convert them into machine usable date ranges
  • The server announces the "magic keywords" via capabilities.

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
@micbar micbar moved this from Qualification to Backlog in Infinite Scale Team Board Oct 9, 2023
@micbar micbar added Priority:p3-medium Normal priority and removed p3-medium labels Oct 9, 2023
@2403905 2403905 self-assigned this Oct 10, 2023
@2403905
Copy link
Contributor

2403905 commented Oct 10, 2023

@tbsbdr Could we follow the KQL semantics and use "last week" instead of "Last 7 days" and "last month" instead of "Last 30 days"?
Or it is a different semantic like below?
"last week" - start from the beginning of the last week till the end of the last week
"Last 7 days" - start from the 7 days back till the end of today

https://learn.microsoft.com/en-us/sharepoint/dev/general-development/keyword-query-language-kql-syntax-reference#relevant-date-intervals-supported-by-kql

@2403905 2403905 moved this from Backlog to In progress in Infinite Scale Team Board Oct 13, 2023
@2403905 2403905 moved this from In progress to Done in Infinite Scale Team Board Oct 19, 2023
@2403905 2403905 closed this as completed Oct 24, 2023
@micbar micbar added this to the Release 5.0.0 milestone Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

2 participants