Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title of panel Categories & Tags is wrong when only one taxonomy is used #4599

Closed
benoitchantre opened this issue Jan 19, 2018 · 6 comments · Fixed by #5183
Closed

Title of panel Categories & Tags is wrong when only one taxonomy is used #4599

benoitchantre opened this issue Jan 19, 2018 · 6 comments · Fixed by #5183
Assignees
Labels
[Feature] Document Settings Document settings experience [Status] In Progress Tracking issues with work in progress [Type] Enhancement A suggestion for improvement.
Milestone

Comments

@benoitchantre
Copy link
Contributor

benoitchantre commented Jan 19, 2018

Issue Overview

When a custom post type uses either Categories or Tags, the title of the panel is Categories & Tags.

Expected Behavior

The title of a panel should reflect its content.

Possible Solution

Use separated panels for each taxonomy or a neutral term like Taxonomies (or easier to understand ; maybe Classification).


Tested with Gutenberg 2.0
Related to #2450.

@afercia
Copy link
Contributor

afercia commented Feb 7, 2018

Example screenshot: classic editor vs. Gutenberg (Jetpack's Portfolio "Project" Taxonomy):

screen shot 2018-02-07 at 15 03 02

As mentioned in #4934 there are also other labels provided by custom taxonomies the UI should probably use, for example the "add new", "parent", "choose", etc.

@jorgefilipecosta jorgefilipecosta added the [Status] In Progress Tracking issues with work in progress label Feb 7, 2018
@jorgefilipecosta
Copy link
Member

jorgefilipecosta commented Feb 7, 2018

It looks like we have many possible ways to solve the issue:

  1. Rename the top level panel to "Taxonomies".
  2. Promote each taxonomy to be a top level panel (equal to the classic editor) so in the picture provided by @afercia we would not have "Categories & Tags" we would to top-level panels called "Project Types" and "Project Tags".
  3. Use a more complex naming mechanism for categories & tags e.g: if categories and tags are the only taxonomies use categories &tags, if just category use category if tags use tags, if other taxonomy use "Taxonomies".

What are your thoughts on this?
cc: @afercia, @karmatosed, @mtias,

@afercia
Copy link
Contributor

afercia commented Feb 7, 2018

@jorgefilipecosta not sure. Personally, I don't like to have categories and tags in the same panel because when there are lots of categories (not so uncommon) I'm forced to scroll a lot to get to the tags form.

@karmatosed
Copy link
Member

I would vote for:

Promote each taxonomy to be a top level panel (equal to the classic editor) so in the picture provided by @afercia we would not have "Categories & Tags" we would to top-level panels called "Project Types" and "Project Tags".

There is prior format for this in right now. Also having another level 'Taxonomies' seems to make not much sense to many.

@aduth
Copy link
Member

aduth commented Mar 2, 2018

Closed by #5183

@aduth aduth closed this as completed Mar 2, 2018
@aduth
Copy link
Member

aduth commented Mar 2, 2018

Oops, for some reason I thought #5183 had already been merged. I believe the plan is for it to be merged shortly, otherwise this ought to be reopened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Document Settings Document settings experience [Status] In Progress Tracking issues with work in progress [Type] Enhancement A suggestion for improvement.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants