Re: Next commitfest app release is planned for March 18th
Jelte Fennema-Nio <me@jeltef.nl>
From: Jelte Fennema-Nio <me@jeltef.nl>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Peter Geoghegan <pg@bowt.ie>, Maciek Sakrejda <m.sakrejda@gmail.com>,
Jacob Brazeal <jacob.brazeal@gmail.com>
Date: 2025-03-04T20:37:58Z
Lists: pgsql-hackers
On Tue, 4 Mar 2025 at 17:15, Peter Eisentraut <peter@eisentraut.org> wrote: > I think the option of having a list of things that I'm involved in as an > author *or* reviewer is actually very useful and something I have wanted > from time to time. But that is apparently not accessible using the > normal search/filter mechanism, because that is *and*. Yeah I totally agree. It's not so simple as to just add "or" though, because you would still want e.g. a filter by a patch status to be an AND. > The problem now is that the home page is a unicorn. There are two reasons I did that: 1. This new homepage includes open patches from *all* commitfests. And there's currently no page with that information. 2. I didn't want to risk breaking people's existing workflows in this final CF of the year. Once people are happy with it, I definitely plan to also add sorting/filtering (as an option) to the normal commitfest pages. > and you can't make similar listing by > starting from that listing and making adjustments to the filter. I think you're either wrong, or I misunderstand what you meant here. You definitely can filter patches on the homepage using the same filter controls. It's just AND again on top of the homepage filters. > Another possible concern is that if you log in and have no patches and > have not signed up to review anything, then the default listing just > show you nothing? Yeah, that's bad. It should at least show some info in that case.