Adicionando Galope a Beira Mar (Zé Cardoso e Sebastião Dias)#12
Conversation
🚀 Preview Deployment Ready!Your changes have been deployed to a preview environment: This preview will be automatically updated with new commits to this PR. Deployed from commit: |
| "audio_path": null, | ||
| "destaque": true, | ||
| "_metadata": { | ||
| "created_at": "2025-01-18", |
There was a problem hiding this comment.
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.
| "total_repentes": 16, | ||
| "total_estrofes_catalogadas": 96, | ||
| "com_estrofes_completas": 10, | ||
| "ultima_atualizacao": "2025-01-18", |
There was a problem hiding this comment.
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.
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.
public/data/cantorias/500-anos-brasil-ze-cardoso-sebastiao.json(8 estrofes, links, metadata).public/data/index.json:total_repentes: 17,total_estrofes_catalogadas: 104,com_estrofes_completas: 11,ultima_atualizacao: 2025-01-18.view/src/lib/acervoCompat.ts: import and include new cantoria inrepentes.view/src/routes/home.tsx: replace hardcoded counts with dynamicacervoData.metadatavalues across hero pills, dashboard cards, badges, and stats section.Written by Cursor Bugbot for commit 0caab7b. This will update automatically on new commits. Configure here.