ocis icon indicating copy to clipboard operation
ocis copied to clipboard

Activity Backend Pagination

Open tbsbdr opened this issue 5 months ago • 1 comments

Description

User Stories

  • As a I want to see all activities so that I'm in full control.

Value

  • Transparency
  • Accountability
  • Collaboration
  • Error resolution

Acceptance Criteria

  • provide data so that Web can show all activies.
  • default location: personal space
  • provide pagination (should be optional)
  • Data visible in web are
    • Person actor
    • Activity Type
    • Resource name incl. parent resource
    • Timestamp of the activity (when was it done?)
  • Deleted (removed from tashbin) resources are not clickable

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
  • Configuration changes
    • [ ] The next branch of the ocis charts is compatible

Visual

screenshot_003115

tbsbdr avatar Sep 09 '24 07:09 tbsbdr