-
Notifications
You must be signed in to change notification settings - Fork 124
Set up two different workshop types #252
Copy link
Copy link
Closed
Labels
Priority - HighHigh priority issue.High priority issue.[Component] ContentWebsite development issues related to the content on Learn.Website development issues related to the content on Learn.[Component] Learn PluginWebsite development issues related to the Learn plugin.Website development issues related to the Learn plugin.[Component] Learn ThemeWebsite development issues related to the Learn theme.Website development issues related to the Learn theme.[Type] EnhancementNew feature request for the Learn website.New feature request for the Learn website.
Metadata
Metadata
Assignees
Labels
Priority - HighHigh priority issue.High priority issue.[Component] ContentWebsite development issues related to the content on Learn.Website development issues related to the content on Learn.[Component] Learn PluginWebsite development issues related to the Learn plugin.Website development issues related to the Learn plugin.[Component] Learn ThemeWebsite development issues related to the Learn theme.Website development issues related to the Learn theme.[Type] EnhancementNew feature request for the Learn website.New feature request for the Learn website.
Type
Fields
Give feedbackNo fields configured for issues without a type.
As per this concluded discussion, we need to distinguish between two types of workshops on Learn WordPress:
There are two sides to this:
Data storage
We need a way to distinguish between these two types of workshops in the backend - this could either be a new taxonomy with just the two terms or it could be a meta field with a checkbox for indicating which type the workshop is. I think the decision here will be largely informed by the other major consideration - what happens on the front end.
Front end display
This is going to need some design work to figure out the best layout and put it together.
When visiting
/workshopsit currently shows the post type archive for workshops (with some neat modifications for the current layout). This shows all of the workshops published on the site. For the two new workshop types, this needs to be separated so that we:The current filtering and pagination systems need to apply to both types of workshops.
Here's an incredibly rudimentary mockup of what I'm thinking that I hacked together in the Inspector:
That layout obviously won't work on its own - it's purely illustrative as a jumping-off point.
Alternative layout option
An alternative option would be to keep all the workshops in the same archive as they are now, but have a visual element distinguishing them from each other - either an overlay on the thumbnail or some kind of highlight or flag that indicates they are different in some way. I'm not sure what would be best so just throwing this out there.
Heck, maybe all we need to do is have a different type of thumbnail for each type of video and that's all the archive page needs, in which case the only frontend design/dev work will be on the single workshop page to indicate which type it is. I don't know how keen I am on that idea, but it's certainly an option, especially if we can't find the dev time to build something bigger.
Let's hash this out in here and then we can move forward with a decision.