Generate project list page based off Eclipse PMI data
We should help the community complete https://github.com/jakartaee/jakarta.ee/pull/371 in the new year!
Initial requirements:
- Create a nodejs script for aggregating our project data from our API: https://api.eclipse.org/#operation/FetchProjects For example: https://projects.eclipse.org/api/projects?working_group=jakarta-ee
- Create a project list page based off this data. We must be able to configure this page. We should be able to set conditions to filter the list of projects. For example, on the jakarta.ee website, we need to show every Eclipse projects that with the "jakarta-ee" tag.
- Each project should link to their PMI page.
We should aim to build something that we can re-use across all our working group sites.