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
Implement a button to split an existing story into two.
The user would select one or multiple news items, but not all, at least one news item has to remain.
This would add a button to the AssessSelectionToolbar.vue "spilt story".
On click it would create a new story, containing all selected news items, the remaining news items would remain in the existing story.
On the core side either UnGroupNewsItem could be reused or a new endpoint could be added to assess.py.
Solution could be to adapt remove_news_items_from_story to support creating a single story instead of multiple, or create a method with this functionality with some shared code from it.
Implement a button to split an existing story into two.
The user would select one or multiple news items, but not all, at least one news item has to remain.
This would add a button to the AssessSelectionToolbar.vue "spilt story".
On click it would create a new story, containing all selected news items, the remaining news items would remain in the existing story.
On the core side either UnGroupNewsItem could be reused or a new endpoint could be added to assess.py.
Solution could be to adapt remove_news_items_from_story to support creating a single story instead of multiple, or create a method with this functionality with some shared code from it.
The text was updated successfully, but these errors were encountered: