Closed
Bug 879318
Opened 12 years ago
Closed 11 years ago
One-Click shortcut to add makes to the front page/feature
Categories
(Webmaker Graveyard :: MakeAPI, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: cade, Assigned: cade)
References
Details
Attachments
(1 file)
Might include a UI refresh for the table (to hide columns that are not used and taking up space.
basically, this will be a set of checkboxes that add the necessary tags to feature something on the front page (by filter)
This needs discussion on the specific tags we're going to use. cc-ing those who would be interested in knowing, please add any I miss.
Assignee | ||
Comment 1•12 years ago
|
||
examples based on what I see on mofostaging:
front page :: recommended - "webmaker.org:recommended" AND "webmaker.org:featured"
front page :: featured - "webmaker.org:featured" (maybe a NOT for "webmaker.org:recommended")
teach page :: recommended guide - "webmaker.org:recommended" AND "webmaker.org:guide"
teach page :: featured guides - "webmaker.org:featured" AND "webmaker.org:guide" ( NOT "webmaker.org:recommended" ? )
Flags: needinfo?(me)
Flags: needinfo?(kate)
Flags: needinfo?(brett)
Assignee | ||
Comment 2•12 years ago
|
||
I'm pretty sure the "NOT"s will require some filtering by the consumer of the API or and API update.
Comment 3•12 years ago
|
||
I think that we should leave content that is filtered by the teach page and other galleries as raw tags - this allows anyone to create content that could be filtered on those pages.
Thus MakeEditor only requires have the ability to add "webmaker.org:featured" AND webmaker.org:guide".
A question: should we allow the MakeEditor to also append raw tags? So if we want to manually tag sets of content, we can?
Flags: needinfo?(brett)
Assignee | ||
Comment 4•12 years ago
|
||
(In reply to Brett Gaylor from comment #3)
> I think that we should leave content that is filtered by the teach page and
> other galleries as raw tags - this allows anyone to create content that
> could be filtered on those pages.
> Thus MakeEditor only requires have the ability to add
> "webmaker.org:featured" AND webmaker.org:guide".
we can have less strict filters that operate on raw tags, and still use app tags to pull in stuff we really want to feature at the top of pages.
> A question: should we allow the MakeEditor to also append raw tags? So if
> we want to manually tag sets of content, we can?
The tool has the power to do that already :D
Comment 5•12 years ago
|
||
So does this mean that we would be changing all tags to have some sort of domain-specific prefix?
Assignee | ||
Comment 6•12 years ago
|
||
I think the basic agreement is to use "webmaker" as our app tag prefix, and I can look into the webmaker.org repo for an idea of what tags we can use here.
Flags: needinfo?(me)
Flags: needinfo?(kate)
Assignee | ||
Comment 7•12 years ago
|
||
WIP.
I set this up to add something to the front page with one click. we can also have a button to add something to /teach.
This can also be adapted to allow for specifying position on the page through sticky tags and priority level tags - see Bug 881699
Updated•12 years ago
|
Attachment mime type: text/plain → text/x-github-pull-request
Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•