From #969990-43: Make orphan terms easily deletable

Instructions for how to work on Drupal.org issues are here: https://www.drupal.org/node/1018084

We also discussed with @xjm and @tim.plunkett that we need (another page) which just lists all the tags. This would not need to be access restricted if it were not a vbo page. We use the alphabetical list of tags to find "similar" tags that are used, but are not the canonical tags, and correct the tags, ... so they can be deleted.

The View would need:

  • Tag name
  • Number of issues with that tag, linked to issue search for the tag
  • Filter by project?
  • Filter by tag name

The site for developing this view is https://tags-drupal.redesign.devdrupal.org. Access this site with user/pass: drupal/drupal.

The test view is at https://tags-drupal.redesign.devdrupal.org/project/issues/tags and the admin login is leighc/bacon to edit/view the work in progress.

Comments

drumm’s picture

Issue summary: View changes
drumm’s picture

Issue tags: +drupal.org hitlist
RachFrieee’s picture

Issue summary: View changes

I'm going to start working on this issue.

megansanicki’s picture

My role today is to cheerlead.

leighcan’s picture

I'm on this too.

basic’s picture

The dev site is up at https://tags-drupal.redesign.devdrupal.org for creating the view for this.

drumm’s picture

I think /project/issues/tags is a decent path for this. We already have https://www.drupal.org/project/issues, which lists all issues, also not project-specific. The navigation isn't good, but that's another issue.

Where should we link to this elsewhere on Drupal.org?

basic’s picture

Issue summary: View changes
RachFrieee’s picture

@Basic - can you give me the log in information for an admin account?

megansanicki’s picture

This issue will create a view that will list issue tags alphabetically. That way the community can see how many issues there are per tag. And it will better expose the tags so community members can see where we need to consolidate or clean up tags.

The View would need:

Tag name
Number of issues with that tag, linked to issue search for the tag
Filter by project?
Filter by tag name

basic’s picture

I've granted rachfrieee and leighc Administrative privileges to the development site.

RachFrieee’s picture

I was able to build a view that displayed the tags and the number of times they occurred, but not include the links to the project.

leighcan’s picture

Ran out of time in the sprint; RachFrieee, megansanicki, and I all made views to try to sort. To keep working on the view, use admin username / pass : leighc / bacon

You can get to the view pages we built here:
rachel's issue tags list: https://tags-drupal.redesign.devdrupal.org/issue-tags-list
leighc's test view: https://tags-drupal.redesign.devdrupal.org/leighc-test-view
megan's test view: https://tags-drupal.redesign.devdrupal.org/project/issues/tags

This is all we'll be doing for now. Feel free to pick up where we've left off :)

Megan's test view is the best so far, so that's probably the one you should go with.

basic’s picture

Issue summary: View changes
megansanicki’s picture

Status: Active » Needs work

Megan and Neil Drumm started to create the view in this dev environment: https://tags-drupal.redesign.devdrupal.org/admin/structure/views/view/is...

We were able to create a view with two fields: Tag Name and # of Issues per Tag.

Tag Name Field links to here: https://tags-drupal.redesign.devdrupal.org/project/issues/search
This path needs to be updated to link to the specific tag

The # of Issues per Tag field is not properly linked either. We struggled with the rewrite results for the path related to each count. We think the issue is with escaping tag name.

Good luck. The baton has been passed.

YesCT’s picture

drumm’s picture

Status: Needs work » Closed (duplicate)

My current thinking is to fix this in the parent issue.