I'm sure this has been discussed a lot already, certainly over here: #1868444: Introduce tags[] in module.info.yml file to categorize modules by provided functionality. and here: #2042443: Move modules related to web services to a separate package on the module listing page

On a default install of drupal 8 you get 2 packages, Core and Multilingual.

When you install Foo module the configuration is not config/core/foo, it's in some sub category like admin/config/development/foo, or admin/structure/foo or whatever.

I would suggest that we separate out the Core packages into similar subcategories on the modules page: (example package taken mostly from the configuration sub menu)

  • Core Appearance
  • Core Development
  • Core Content
  • Core People
  • Core Media
  • Core Multilingual
  • Core System
  • Core Web Services

I'm not suggesting that we use those exact names, but something similar to the url subgroup they belong to for continuity.

I am suggesting that they all start with 'Core' so that they are easily differentiated from contrib modules, and they all naturally group together.

I think this would be a big usability improvement, and a quick win.

Comments

sphism’s picture

Thinking about it, you could tag modules as being Core, and then display them slightly differently to contrib modules, rather than having all the package names start with 'Core ...'

sphism’s picture

I don't really see any reason for contrib modules to list a different package to core modules, if a user wants to see all the Web Services functionality then they should really just look in the Web Services section... which leads me to think that a good solution might be to flag core and contrib within a package, and allow contrib modules to use the same packages as core eg:

....
Web Services:
- Core Web Services
- Core Something Else
- Core blah
--------------------
- Plugin A
- Module B
- Whatever C
....

i imagine those different core / contrib sections to be themed a little differently

I like this because I think it allows for other groups of modules within a package, say if a big distro like atrium makes a ton of modules then you might have

Package
- Core module 1
- Core module 2
----------------
- Atrium module A
- Atrium module B
- Atrium module C
----------------
- Contrib module i
- Contrib module ii

I'm just thinking out loud really.

Crell’s picture

FTR, this is the sort of bikeshed bait where I believe the correct answer is "Yoroy, Bojhan, tell us what to do and we'll code it." Because it's a 98% personal opinion question, so defer to the UX leads on their expert opinion rather than a dozen amateur and variably-informed opinions.

Let's just cut to the chase.

sphism’s picture

@Crell: sounds like a plan :)

Bojhan’s picture

I think with the introduction of the Multilingual categorisation we already advised to split up the core package. The original idea of the core category, is that one can easily distinguish that which is installed and that what is part of Drupal Core. However given that the list has gotten incredibly large, this distinction makes it harder and harder to logically group items. We should favor useable organisation over this original idea.

However the key is making logical groups, that might not map 1:1 on the current navigation. I think this is something we really need to spend some time thinking about. I will take it up with the UX meeting of next monday.

klonos’s picture

I agree with @sphism in #1 and #2 that having the addition of "Core " in front of core modules so they can be their own categories would complicate UX. The most prominent example to support my claim is when equivalent categories of contrib modules will be added to that page. Then we'd have duplicate categories of the same "genre" of modules. So "Core Appearance", "Core Development", "Core Content" ...so on + "Appearance", "Development", "Content" ...so on - you get the picture there?

Besides, I don't think that we should expose the terms "core" and "contrib" in the UI at all (mostly for the same reasons we won't expose "bundle" for example).

What would be ideal IMO is a combination of tagging core modules with a "core" tag in their .info/.yml files (contrib modules would not need to add any "contrib" tag - simply omit adding "core") and keeping the current implementation of packages. Adding an instant toggle (drop-down?) at the top of the page for "core modules", "contributed modules" and "both" would suffice to offer filtering between core and contrib. If we can come up with a subtle way to signify the difference between the two categories visually, that would be great too.

Another use case is distros where contributed modules packaged along with core might still be considered "core" internally for a distro.

Bottom line is we shouldn't group core separate from contrib. That wouldn't improve UX (at least end users' UX) IMHO. What would improve it would be consistent grouping of modules depending on functionality. We should have

- a package: core or package: distro_name (contrib would omit this - used for filtering)
- a category: category_name or genre: genre_name (or tags: ... if we go with #1868444: Introduce tags[] in module.info.yml file to categorize modules by provided functionality.) (both core and contrib should use this for grouping)

Thoughts?

johnv’s picture

Crell’s picture

Bojhan, any word from the UX meeting?

Crell’s picture

Issue summary: View changes

...minor typo ;)

yoroy’s picture

Version: 8.0.x-dev » 8.2.x-dev
Issue summary: View changes
Issue tags: +Information Architecture

Version: 8.2.x-dev » 8.3.x-dev

Drupal 8.2.0-beta1 was released on August 3, 2016, which means new developments and disruptive changes should now be targeted against the 8.3.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.3.x-dev » 8.4.x-dev

Drupal 8.3.0-alpha1 will be released the week of January 30, 2017, which means new developments and disruptive changes should now be targeted against the 8.4.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.4.x-dev » 8.5.x-dev

Drupal 8.4.0-alpha1 will be released the week of July 31, 2017, which means new developments and disruptive changes should now be targeted against the 8.5.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.5.x-dev » 8.6.x-dev

Drupal 8.5.0-alpha1 will be released the week of January 17, 2018, which means new developments and disruptive changes should now be targeted against the 8.6.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.6.x-dev » 8.7.x-dev

Drupal 8.6.0-alpha1 will be released the week of July 16, 2018, which means new developments and disruptive changes should now be targeted against the 8.7.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.7.x-dev » 8.8.x-dev

Drupal 8.7.0-alpha1 will be released the week of March 11, 2019, which means new developments and disruptive changes should now be targeted against the 8.8.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.8.x-dev » 8.9.x-dev

Drupal 8.8.0-alpha1 will be released the week of October 14th, 2019, which means new developments and disruptive changes should now be targeted against the 8.9.x-dev branch. (Any changes to 8.9.x will also be committed to 9.0.x in preparation for Drupal 9’s release, but some changes like significant feature additions will be deferred to 9.1.x.). For more information see the Drupal 8 and 9 minor version schedule and the Allowed changes during the Drupal 8 and 9 release cycles.

Version: 8.9.x-dev » 9.1.x-dev

Drupal 8.9.0-beta1 was released on March 20, 2020. 8.9.x is the final, long-term support (LTS) minor release of Drupal 8, which means new developments and disruptive changes should now be targeted against the 9.1.x-dev branch. For more information see the Drupal 8 and 9 minor version schedule and the Allowed changes during the Drupal 8 and 9 release cycles.

Version: 9.1.x-dev » 9.2.x-dev

Drupal 9.1.0-alpha1 will be released the week of October 19, 2020, which means new developments and disruptive changes should now be targeted for the 9.2.x-dev branch. For more information see the Drupal 9 minor version schedule and the Allowed changes during the Drupal 9 release cycle.

Version: 9.2.x-dev » 9.3.x-dev

Drupal 9.2.0-alpha1 will be released the week of May 3, 2021, which means new developments and disruptive changes should now be targeted for the 9.3.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 9.3.x-dev » 9.4.x-dev

Drupal 9.3.0-rc1 was released on November 26, 2021, which means new developments and disruptive changes should now be targeted for the 9.4.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 9.4.x-dev » 9.5.x-dev

Drupal 9.4.0-alpha1 was released on May 6, 2022, which means new developments and disruptive changes should now be targeted for the 9.5.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 9.5.x-dev » 10.1.x-dev

Drupal 9.5.0-beta2 and Drupal 10.0.0-beta2 were released on September 29, 2022, which means new developments and disruptive changes should now be targeted for the 10.1.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 10.1.x-dev » 11.x-dev

Drupal core is moving towards using a “main” branch. As an interim step, a new 11.x branch has been opened, as Drupal.org infrastructure cannot currently fully support a branch named main. New developments and disruptive changes should now be targeted for the 11.x branch, which currently accepts only minor-version allowed changes. For more information, see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

mstrelan’s picture

Status: Active » Closed (duplicate)