Closed
Bug 894122
Opened 13 years ago
Closed 12 years ago
Make Editor - enable sorting by tag
Categories
(Webmaker Graveyard :: webmaker.org, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Jacob, Assigned: cade)
Details
Attachments
(1 file)
There's a lot of tweaks that can be done to make tagging and organizing easier, but I think the first thing we need to do is allow column sorting by tag
There's one issue that needs to be sorted out:
How do you alphabetically sort multiple tags with different order?
What I mean is let's say PROJECT A has the tags: "apple,boston,christopher"
And PROJECT B has the tags "apple, aardvark, boston"
You'll see that while both projects have similar tags apple and boston, the boston tag is listed third in PROJECT B and listed second in PROJECT A.
Therefore if you were to sort alphabetically, the two boston tagged projects won't match up near each other.
Anyways ... we can think through more of that later, but for now let's sort alphabetically starting with each word before the comma
Comment 1•13 years ago
|
||
Sorry, is this re: column sorting for the MakeAPI backend? Just trying to understand what you want re: alphabetical sorting.
| Reporter | ||
Comment 2•13 years ago
|
||
No problem. Yes, asking for column sorting for the tag column in MakeAPI backend (otherwise known as Make Editor)
Comment 3•13 years ago
|
||
Ok, cool. Not sure what current status of being able to track 'views' per Make is, but it would be *amazing* to be able to sort by most-viewed Makes too. Mentor/content/comms teams would love this..
| Assignee | ||
Comment 4•12 years ago
|
||
Adds logic to sort Makes by tags in the Admin tool.
Attachment #8338554 -
Flags: review?(schranz.m)
Updated•12 years ago
|
Attachment #8338554 -
Flags: review?(schranz.m) → review+
Comment 5•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/MakeAPI
https://github.com/mozilla/MakeAPI/commit/b6e7d263199d1be5e707c9d1f2b99b1d6f50b001
Bug 894122 - Sort By Tag lexicographically
| Assignee | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•