Sage-Bionetworks / sage-monorepo

Where OpenChallenges, Schematic, and other Sage open source apps are built
https://sage-bionetworks.github.io/sage-monorepo/
Apache License 2.0
23 stars 12 forks source link

[Feature] Improve “Recently Launched” filter #1871

Closed tschaffter closed 1 year ago

tschaffter commented 1 year ago

What projects is this feature for?

OpenChallenges

Description

One of the sorter for challenges is "Recently launched". The current implementation takes all the challenges whose start date is in the past and sort them so that the closer the start date is from today, the higher it will rank in the results.

There are a few issues with this approach:

One improvement would be to rename the sorter to "Start date (most recently)" to make it clearer that the sorting is done based on the start date. But shall we keep displaying only challenges that have already started?

Another options would be to create a filter that shows only all challenges that have started recently, which may require use to define what "recently" means (e.g. within the past 3 months).

Anything else?

No response

Code of Conduct

tschaffter commented 1 year ago

Update 2023-08-28

This ticket requires to redesign how we want to filter challenges based on their start and end date.

The process we should follow:

We won't have the time to work on this ticket this sprint.

Moving to Sprint 23.09.

rrchai commented 1 year ago