Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling RF projects in multiple rounds #129

Closed
divine-comedian opened this issue Oct 11, 2024 · 3 comments
Closed

Handling RF projects in multiple rounds #129

divine-comedian opened this issue Oct 11, 2024 · 3 comments
Assignees

Comments

@divine-comedian
Copy link
Contributor

Currently it is possible for RF projects to be involved in multiple rounds. It should be possible to query and find those projects when filtering for a specific RF round on the app.

Consider this:

Current Round is 6
Project A has been involved in RF rounds 4,5 & 6
Project B has been involved in RF rounds 4 & 6
Project C has been involved in RF rounds 5 & 6

User wants to filter to find all projects that were in RF 4. Project A & B should show up on filtered query. Project C should not

What we need to handle:

  • project data has array of rounds it has been involved in
  • project description, title and banner image use the most recent round project data
  • front-end handles showing multiple rounds on "source platform" badge
  • filtering works properly for projects that have been in multiple rounds

Image

@MohammadPCh
Copy link
Collaborator

The backend is ready. The frontend is yours, @mateodaza. Let me know if you need any help!
cc: @divine-comedian

@MohammadPCh MohammadPCh moved this from Todo to QA in DeVouch Oct 14, 2024
@divine-comedian
Copy link
Contributor Author

@mateodaza did you get a chance to look at this?

@divine-comedian divine-comedian moved this from QA to Todo in DeVouch Oct 25, 2024
@mateodaza
Copy link
Member

@mateodaza did you get a chance to look at this?

nope, I'll make a issue on the front end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants