Skip to content

feat(reports): sorting, email link fixes, and auth UI cleanup#808

Open
vcnainala wants to merge 4 commits into
developmentfrom
feat/report-sorting-email-links-and-auth-ui
Open

feat(reports): sorting, email link fixes, and auth UI cleanup#808
vcnainala wants to merge 4 commits into
developmentfrom
feat/report-sorting-email-links-and-auth-ui

Conversation

@vcnainala

Copy link
Copy Markdown
Member

Summary

  • Add visible, sortable No. (id) and Date (created_at) columns to the Filament reports list so curators and reporters can sort by report number or submission date.
  • Remove the duplicate logo above authentication forms; the site header logo is now the only branding on login and related auth pages.
  • Fix broken compound and DOI links in report notification emails by using the compound route and normalizing DOI values before building markdown links.
  • Add a GitHub Actions workflow that syncs the PR pending label on issues referenced by open pull requests.

Related issues

Fixes #769
Fixes #737

Test plan

  • php artisan test --filter=NormalizeDoiForLinkTest
  • Open /dashboard/reports and verify No. / Date column sorting
  • Open /login on mobile and desktop and confirm only one logo appears (header)
  • Trigger or preview report notification emails and confirm compound/DOI links resolve correctly

vcnainala added 4 commits June 7, 2026 18:12
Expose report id and created_at as visible, sortable Filament table columns
so curators and reporters can order reports by number or submission date.

Fixes #769
Drop the authentication-card logo slot so the site header logo is the
only branding on login and related auth pages across all breakpoints.
Use the compound route helper for molecule URLs and normalize DOI values
before building markdown links to avoid malformed hrefs in notification mail.

Fixes #737
Add a workflow that adds or removes the PR pending label when open pull
requests reference issues using closing keywords.
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 6.08%. Comparing base (a4c26c6) to head (05efe35).
⚠️ Report is 4 commits behind head on development.

Files with missing lines Patch % Lines
...pp/Filament/Dashboard/Resources/ReportResource.php 0.00% 9 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff                @@
##             development    #808      +/-   ##
================================================
- Coverage           6.14%   6.08%   -0.07%     
- Complexity          1736    1737       +1     
================================================
  Files                227     227              
  Lines               8945    8970      +25     
================================================
- Hits                 550     546       -4     
- Misses              8395    8424      +29     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants