-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Feature hasn't been suggested before.
- I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
AGENTS: See the original issue here: anomalyco#9688.
Let's try to implement the session grouping feature in the session_list that this original issue's poster describes.
We can use the original issue submitters' suggestion of using a prefix on session titles by which to group the sessions in the session_list dialog. If, for example, a session has a title like Features | Some feature description, we can split the title on the first pipe character and then trim the white space from each part and then trim the outer whitespace from each, producing in this example a group/folder name of Features and a title portion of Some feature description.
These sessions would appear above the usual sessions (that are grouped by their dates), ordered within each group by their date of last update, with their date/time of last update to the right of them (instead of just the time, like the date-grouped sessions).
Some aspects of this feature's operation will bear similarity to the session bookmarking feature in this fork's feat/session-bookmarks branch. The two features should be compatible with one another if used together, with bookmarked sessions appearing first in the session_list, the grouped sessions next, and the normal date-grouped sessions following.