finos / community

FINOS Community, Project and SIG wide collaboration space
http://community.finos.org
66 stars 28 forks source link

Standardizing microsite footers #184

Closed psmulovics closed 7 months ago

psmulovics commented 2 years ago

Right now each microsite (like https://osr.finos.org/ or https://odp.finos.org ) has a different footer (footer.js) content.

ODP:

FINOS Projects FINOS Landscape FINOS Projects on GitHub Collaboration Infrastructure FINOS Governance Community Governance FINOS Charter Meeting Procedures About FINOS FINOS Website Engage the FINOS Community FINOS News and Events

OSR:

Docs Team Roadmap FINOS FINOS Website Community Handbook Community Governance More Follow @FinosFoundation FINOS on LinkedIn

My suggestion would be to have a standardized footer as part of one of the main finos repos, in a separate branch, with the ability to git submodule that footer.js file into the individual repos containing the microsites.

mindthegab commented 2 years ago

Thanks @psmulovics - we did retire odp.finos.org which now points at https://community.finos.org/docs/collaboration-infrastructure/.

That said I think your suggestion definitely stands - @maoo or @mcleo-d do you think this is something we can add to our blueprint and then git submodule from there?

maoo commented 2 years ago

It's definitely doable. An alternative solution to git sub module is to fetch the file (via http) during the node build (one one change in package.json). Such change could be contributed to the project blueprint, so that new website would come up with the "common FINOS footer".

One question is about the footer color: should that be still configurable, given that not all FINOS microsites have the same color palette?

As soon as we align on this, we can prioritize the issue and get to work. TY!

maoo commented 2 years ago

Sorry for the late reply on this; we've discussed this further at FINOS, and given that:

we think that this change - which may require quite some engineering effort - is not a priority right now for the FINOS team.

We could still keep it open with the Help wanted label, just in case some new contributor wants to pick it up, but given all current activities at FINOS, we find difficult to allocate time for this.

maoo commented 7 months ago

Moved issue to https://github.com/finos/software-project-blueprint/issues/62