Skip to content

Commit

Permalink
docs: add release notes for series-list and series-detail
Browse files Browse the repository at this point in the history
Signed-off-by: andrepapoti <[email protected]>
  • Loading branch information
andrepapoti committed Apr 23, 2024
1 parent 59b89e8 commit 235a186
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions releasenotes/notes/add_series_list_view-bf219022216fea6a.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
prelude: >
Some projects can have hundreds of patches actives at once, by giving the user
the ability to have an overview of all of the series makes knowing what's the
current state of a project much more simple.
features:
- |
Add SeriesBulkUpdatePatchesForm, a form that allows changing the state of all of
the patches contained in a series at once.
Add series-list view, a view containing all of the series for a project and that also
implements the SeriesBulkUpdatePatchesForm, allowing the user to edit all of the patches
within a series using the web ui.
Add series-detail view, a view containing details about a series and all of it's patches

0 comments on commit 235a186

Please sign in to comment.