Ticket #3104 (closed enhancement: wontfix)

Opened 2 years ago

Last modified 8 months ago

Selected categories should always be at top

Reported by: matt Assigned to: anonymous
Priority: normal Milestone:
Component: Administration Version: 2.1
Severity: normal Keywords:
Cc:

Description

When you edit a post, or similar, the checked categories when the page is loaded should always be at the top of the list. This also maps well with how when you add a category on-the-fly it's moved/added to the top of the category list.

Change History

09/13/06 01:11:22 changed by natnu

I was looking at this ticket and I noticed a side effect of moving newly added categories to the top of the list, namely that they get moved out from under sub-categories.

I had:

- AAA
- Asia
  - Anime
  - Pho
...

I added "Pho" as a category to the post, and the list changed to:

- Pho
- AAA
- Asia
  - Anime

I'd expected that Pho would simply be moved to the top of the Asia category, and maybe Asia moved above AAA? This feels immensely more complicated, of course, but is it right to appear to "re-parent" categories like that?

09/13/06 03:31:14 changed by markjaquith

There's another issue... what if "Pho" has children? Do they move up to the top with "Pho" ? Do we keep another copy of "Pho" down where it should be in the tree?

It sounds hard to do this way.

I'm leaning towards a more Flickr-like system.

example:

Assigned categories:

[x] PHP [x] Technology >> Blogs [x] Geology

Assign additionally categories:

[ (text input box) ] [Add >>]

[Category tree]

Note how Technology >> Blogs shows the parents of "Blogs," so you represent the tree structure instead of a flat tag system like with Flickr. Clicking the [x] next to an assigned category would unassign it (asynchronously).

If JS is available, the text input box would add asynchronously, and the category tree would also add asynchronously. The category tree should also remove categories asynchronously when the checkbox is unticked (it would remove it from the list above, as well).

They could work in concert, or, people could hide one portion or the other, making it like a pure tag system or a pure category system.

I should probably do a mockup.

09/13/06 22:45:24 changed by markjaquith

Moving my idea to #3130

11/19/06 01:33:02 changed by ryan

  • milestone changed from 2.1 to 2.2.

03/27/07 22:36:27 changed by foolswisdom

  • milestone changed from 2.2 to 2.3.

09/07/07 00:26:30 changed by Nazgul

  • type changed from defect to enhancement.
  • milestone changed from 2.3 to 2.5 (future).

03/30/08 11:09:15 changed by Nazgul

  • status changed from new to closed.
  • resolution set to wontfix.
  • milestone deleted.

No traction in over a year, so closing as wontfix.

Feel free to re-open if you have additional information/patches/suggestions/...