Active
Project:
Panopoly
Version:
7.x-1.x-dev
Component:
Core
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Jun 2014 at 17:19 UTC
Updated:
13 Jun 2014 at 13:01 UTC
Jump to comment: Most recent
After meeting with the Kalamuna team, they frequently need to create a "Categories" taxonomy on their sites which is different than Panopoly's "Categories" taxonomy. But since "Categories" comes from panopoly_core, they are stuck with it. Since this more relavant to panopoly_pages, we decided to move it there.
We also discussed renaming it to "Tags", because I thought it was a free-form tags field on panopoly_page. However, it turns out that it isn't! I still kind of like the idea of doing that, but it'll need more discussion, so I made a new issue about that:
#2282057: Rename "Categories" to "Tags" and make a free-form tags field on panopoly_page?
Comments
Comment #1
lsolesen commentedCategories taxonomy is also used by Panopoly News. Moving it away from Core would make Panopoly Pages a neccessary dependency on Panopoly pages. Maybe to a more generic Panopoly Fields module so we do not force dependencies which are not necessary?
Comment #2
dsnopekIt seems like that is the goal of the 'apps_compatible' module:
https://drupal.org/project/apps_compatible
Of course, it doesn't include a "Categories" taxonomy, only a "Tags" one.
But, yeah, I understand your concern. Someone could want to use Panopoly News, but NOT use Panopoly Pages.
Thinking about it now, maybe Panopoly News should create it's own Taxonomy? Does it actually make sense for a Content Page and a News Article to exist in the same set of Categories?
Comment #3
lsolesen commentedIn the general use case, does it make sense for pages to have a category.
Comment #4
cboyden commentedI can definitely see a case where someone might want an image or blog content type to share the same vocabulary as News.
Comment #5
dsnopekThanks @lsolesen and @cboyden for participating in this discussion!
A couple of thoughts:
But, yeah, because of #1, I don't see any reason not to move forward with this issue and move "Categories" to panopoly_pages.
Comment #6
dsnopekActually... I might be having 2nd thoughts about this. :-) We really are doing a lot of stuff in panopoly_core with the "Categories" taxonomy, including adding fields, setting up some Panelizer defaults, pathauto patterns, etc. It definitely should be made easy to disable or ignore, but I need some more time to think about how...