Misleading version information on /drd/projects page and filters
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3454344. -->
Reported by: [steffenr](https://www.drupal.org/user/244597)
Related to !23
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<ul>
<li>update API of d.o stays on <strong>8</strong> for Drupal 9, 10 etc.</li>
<li>Display of version information on <strong>/drd/projects</strong> is misleading</li>
<li>currently old core version and major version are shown in here, which leads to <strong>8.10</strong> instead of just showing <strong>10</strong> for latest Drupal core</li>
<li>in case of Drupal 7 it is kind-of-working, but shows <strong>7.7</strong> - also makes no sense to the user</li>
<li>
</li></ul>
<p><img src="https://www.drupal.org/files/issues/2024-06-13/Screenshot%202024-06-13%20at%2009.26.30.png" alt="Version information"></p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<ul>
<li>open <strong>/drd/projects</strong> page</li>
<li>check version information shown in the table</li>
<li>check filters, which use old core version - in our case we can filter by 7 or 8 and not 7 or 10 and other major versions</li>
</ul>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<ul>
<li>only show major version of the module or core in the listing</li>
<li>replace existing core version filter with new major version filter</li>
</ul>
<h3 id="summary-ui-changes">User interface changes</h3>
<ul>
<li>update view display on <strong>/drd/projects</strong></li>
<li>update view filters, which use old core version -> replace with new major version filter</li>
</ul>
issue