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
I want a graph that shows the amount of indexed data objects over the course of time
So that i have something satisfying to look at. I like charts that go up.
Acceptance criteria
Implement a statistics plot that shows the number of data objects in the database over the course of time
The plot is expected to automatically scale its dimensions to values that are reasonable for the available data (e.g. if the first object was added 10 days ago, i don't need a x-axis that shows the trend for the last 5 years. However, if i add new objects for 5 years daily, i want to see the trend over 5 years and not only the last 3 months...)
Definition of done (DoD)
A feature is considered complete when
All of its acceptance criteria have been met.
It has been thoroughly tested.
The code has been peer reviewed by the dedicated team.
It can be seamlessly integrated into the main branch without causing any negative side effects.
Its core functionality has been thoroughly documented.
DoD general criteria
Feature has been fully implemented
Feature has been merged into the mainline
All acceptance criteria were met
Product owner approved features
All tests are passing
Developers agreed to release
The text was updated successfully, but these errors were encountered:
User story
Acceptance criteria
Definition of done (DoD)
A feature is considered complete when
DoD general criteria
The text was updated successfully, but these errors were encountered: