ref: S-US.08 (NEW)
As a visitor when I go to an Elections component I want to see all the elections. I want to also filter by the different moments of a all the Elections:
- Finished: If the election has already passed
- Upcoming: If the election has not started
- Active: If the election has started
As we already implement some mechanisms pretty similar on Decidim, we should implement that on these cases, specially for having consistency and having better usability. See examples on Meetings.
One thing that we're going to try that isn't developed on other spaces / components is to redirect when there's only one Election, as it doesn't make sense to have filtering/sorting/searching when there's only one element.

Acceptance criteria
ref: S-US.08 (NEW)
As a visitor when I go to an Elections component I want to see all the elections. I want to also filter by the different moments of a all the Elections:
As we already implement some mechanisms pretty similar on Decidim, we should implement that on these cases, specially for having consistency and having better usability. See examples on Meetings.
One thing that we're going to try that isn't developed on other spaces / components is to redirect when there's only one Election, as it doesn't make sense to have filtering/sorting/searching when there's only one element.
Acceptance criteria
When there's only one Election
Then I get redirected to that Election.
When there are not upcoming nor active elections
Then I see an alert of "Currently, there are no scheduled elections, but here you can find all the past elections listed." (like on Meetings).