override the posts_list template to display two groups of posts: "in progress"
and "past and future"
have separate helpers for each group, filtering out unnecessary posts
This method would fail if there are so many future posts, that the client never
subscribed to anything ongoing, this is probably solved by a separate
subscription to all "in progress" posts. Should be covered later(, when it
becomes a problem?)
A short description of the approach:
This method would fail if there are so many future posts, that the client never subscribed to anything ongoing, this is probably solved by a separate subscription to all "in progress" posts. Should be covered later(, when it becomes a problem?)