Closed
Bug 805072
Opened 13 years ago
Closed 13 years ago
Need Air Mozilla Channels
Categories
(Webtools Graveyard :: Air Mozilla, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: richard, Assigned: peterbe)
Details
We need a way to have a set of archived videos appear as a separate "Channel". One possible way to implement this would be to have a Page that shows videos in a given category or with a particular tag. It would be nice to have right hand column events (Upcoming, Featured, etc). in that category (or with that tag) appear preferentially.
| Assignee | ||
Comment 1•13 years ago
|
||
This would probably be best done with tags.
| Assignee | ||
Comment 2•13 years ago
|
||
E.g. https://air.mozilla.org/?tag=SomeTag
Same as home page (with pagination) but filtered on that tag.
| Assignee | ||
Updated•13 years ago
|
Severity: normal → major
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → peterbe
Comment 3•13 years ago
|
||
Commit pushed to master at https://github.com/mozilla/airmozilla
https://github.com/mozilla/airmozilla/commit/ee4686f128d341086cf4f3853b7a0f5901038153
bug 805072 - Ability to filter home page by tag
| Assignee | ||
Comment 4•13 years ago
|
||
Please test this now.
For example: https://air-dev.allizom.org/?tag=mobile
Or you can add multiple mutually exlusive tags like this:
https://air-dev.allizom.org/?tag=mobile&tag=css
Notice how the title changes from "Recent videos" to "Videos by tag = <tag1>, <tag2>, ..."
When you click an event, the tags at the bottom are links.
Another thing I did was that if you try to mess with it, it redirects you back to the home page. For example: https://air-dev.allizom.org/?tag=Bogus
And if you mix valid and invalid tags it redirects and filters out the invalid ones:
E.g. https://air-dev.allizom.org/?tag=Bogus&tag=firefox -->
https://air-dev.allizom.org/?tag=firefox
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•