-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add featured image support #153
Comments
Some updates from previous findings: Initially, I spent some time on meeting-calendar, but due to a bunch of outdated/deprecated packages, I was unable to build it locally, and it also caused the GitHub action to fail continuously. I tried to fix the errors as they appeared, but it only resulted in more errors. Earlier I attempted different methods, but they were still ineffective. A comprehensive review and upgrade of the packages are necessary. I opened an issue and recorded some notes in it. Additionally, I confirmed that the source and retrieval method for the feature image of the online workshop is not through the meeting calendar. The meeting calendar actually merely takes data from an attribute and renders it into the calendar (ref). The actual data is obtained through meetup.com. However, the data from meetup.com is not directly retrieved via its API. Instead, it is stored in a database from somewhere and then fetched by wporg-learn (ref). And the image URL data we need is not stored in the database. So we need to identify which part in the code the meetup.com data gets stored in the database and then modify that part to retrieve the image URL from the meetup.com API and store it in the database. According to the official docs, the event object appears to include image information. |
Let's deprioritize this in favor of the Course and Lesson issues. We can come back to it during QA. |
Add Featured Image support, for display in homepage cards on learn.wordpress.org, see WordPress/Learn#2394
The text was updated successfully, but these errors were encountered: