Change "AI Logs" view to sort by ID, not created timestamp
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3561199. --> Reported by: [ultimike](https://www.drupal.org/user/51132) Related to !1033 !1166 >>> <p>[Tracker]<br> <strong>Update Summary: </strong>Update AI Logs view to sort by ID<br> <strong>Short Description: </strong>AI Logs view currently uses created date - this isn't optimal.<br> <strong>Check-in Date: </strong>MM/DD/YYYY<br> <em>Metadata is used by the <a href="https://www.drupalstarforge.ai/" title="AI Tracker">AI Tracker.</a> Docs and additional fields <a href="https://www.drupalstarforge.ai/ai-dashboard/docs" title="AI Issue Tracker Documentation">here</a>.</em><br> [/Tracker]</p> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>The default AI Logs view (/admin/structure/views/view/ai_logs/edit/page_1?) is ordered by &ldquo;Authored on&rdquo; and not ID. This causes issues. For example, when I submit an agent request, all of the log entries related to that request have the same created timestamp.</p> <p>The way the view is designed, it won&rsquo;t necessarily show the newest at the top of the table - this is not what I was expecting.</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Update the view to sort by ID, not created date.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3>
issue