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

Allow multiple funders to be listed on a hub homepage #16

Open
sgibson91 opened this issue Oct 18, 2022 · 0 comments
Open

Allow multiple funders to be listed on a hub homepage #16

sgibson91 opened this issue Oct 18, 2022 · 0 comments

Comments

@sgibson91
Copy link
Member

sgibson91 commented Oct 18, 2022

Context

We have a field where we can provide the name and link of a funder that provides financial support for a hub. However, some communities may have funding from multiple sources that they may wish to acknowledge, e.g.:

Proposal

I propose we move from the current config that only allows us to list a single funder, to a config that would allow us to list multiple

Current config example:

funded_by:
  name: Funder 1
  url: https://www.funder1.org/

Proposed config example (make funded_by an array type):

funded_by:
  - name: Funder 1
    url: https://www.funder1.org/
  - name: Funder 2
    url: https://funder2.com

Updates and actions

  • There will need to be some exploration on how to best display multiple funders in terms of the HTML
@sgibson91 sgibson91 changed the title Allow multiple funders to be listed on the homepage Allow multiple funders to be listed on a hub homepage Oct 19, 2022
@damianavila damianavila moved this from In progress to Needs Shaping / Refinement in DEPRECATED Engineering and Product Backlog Oct 19, 2022
GeorgianaElena pushed a commit to GeorgianaElena/pilot-homepage that referenced this issue Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Needs Shaping / Refinement
Development

No branches or pull requests

1 participant