Open autumnfound opened 1 year ago
hey @autumnfound, I’m a little conflicted about using this API, for starters the logos that are served by it are often png or jpg and do not have a transparent background. It also offers us far less control over that page. Is there a rest endpoint we can use to query the members list? I'd feel a little more comfortable about using this approach and handling the templating on our side.
the logos that are served by it are often png or jpg and do not have a transparent background.
That is unfortunately more of a side effect of what the organizations typically provide us. The images being used in the plugin are the same that would be provided by the raw API and are often not provided with transparency.
Is there a rest endpoint we can use to query the members list? I'd feel a little more comfortable about using this approach and handling the templating on our side.
Yep, there are 2 options for you depending on how much data you need/want to display.
I can take a look at this point (using the API) if you want. You can affect me to this issue.
I can take a look at this point (using the API) if you want. You can affect me to this issue.
I'm not convinced this is a direction we want to take right now. I'll have a think and let you know
To better enable ease of use of the site and reduce the need for manual updates, the Eclipse Foundation webdev team introduced a JS plugin that will fetch members of a working group on page load. This system uses data from our membership applications to provide accurate members lists.
Embedded in the solstice-assets project, this functionality can be enabled by linking the source JS and adding a div with class
eclipsefdn-members-list
. A filter for the working-group can be applied by using an attribute ofdata-ml-wg
on the before mentioned div with a value ofadoptium
for this working group.Examples of places where this is used is on IoT and ECD Tools working group sites.