Skip to content

Conversation

@lucis
Copy link
Owner

@lucis lucis commented Nov 18, 2025

Note

Adds the "500 Anos de Brasil" (Galope à Beira Mar) cantoria, updates index/compat metadata (17 repentes, 104 estrofes), and switches home metrics from hardcoded to dynamic values.

  • Data/Content:
    • New cantoria public/data/cantorias/500-anos-brasil-ze-cardoso-sebastiao.json (8 estrofes, links, metadata).
    • Index updated public/data/index.json:
      • Added new entry; metadata totals updated: total_repentes: 17, total_estrofes_catalogadas: 104, com_estrofes_completas: 11, ultima_atualizacao: 2025-01-18.
    • Compat layer view/src/lib/acervoCompat.ts: import and include new cantoria in repentes.
  • Frontend:
    • Home metrics view/src/routes/home.tsx: replace hardcoded counts with dynamic acervoData.metadata values across hero pills, dashboard cards, badges, and stats section.
  • Misc:
    • Minor doc/history file touch-ups (no functional impact).

Written by Cursor Bugbot for commit 0caab7b. This will update automatically on new commits. Configure here.

@lucis lucis merged commit a11b3b3 into main Nov 18, 2025
2 checks passed
@github-actions
Copy link

🚀 Preview Deployment Ready!

Your changes have been deployed to a preview environment:

🔗 View Preview

This preview will be automatically updated with new commits to this PR.


Deployed from commit: a37e590

"audio_path": null,
"destaque": true,
"_metadata": {
"created_at": "2025-01-18",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Date Field Mismatch Creates Timeline Confusion

The created_at field is set to "2025-01-18", which is a future date from the PR date of 2025-11-18. The date format appears incorrect—it should likely be "2025-11-18" (November) not "2025-01-18" (January). This inconsistency could cause sorting, filtering, or timeline display issues in the application.

Fix in Cursor Fix in Web

"total_repentes": 16,
"total_estrofes_catalogadas": 96,
"com_estrofes_completas": 10,
"ultima_atualizacao": "2025-01-18",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Date Inconsistency Affects Metadata

The ultima_atualizacao is set to "2025-01-18" which appears to be an incorrect date format given the PR date is 2025-11-18. This should likely be "2025-11-18" to reflect the November update date, not January. This date inconsistency affects metadata tracking and could cause issues with sorting or filtering by date.

Fix in Cursor Fix in Web

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