-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
Update /members page to use Eclipse membership API plugin #1350
Comments
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. |
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.
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'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.
The text was updated successfully, but these errors were encountered: