Commit Graph
2 Commits
Author SHA1 Message Date
Michaël 48965a6f18 Fix reviews and trust score calculation, improve metadata API docs
- Fix reviews/recent and getRecentReviews to return all reviews (not just those with parsed ratings)
- Fix trust score calculation to parse ratings from content text (e.g., [5/5])
- Fix getReviewSummary and getReviewStats to parse ratings from content
- Fix OpenAPI schema for contact field (should be array, not object)
- Fix popular/trending mints endpoints to show results even without pageviews
2025-12-21 19:31:58 -03:00
Michaël c2a7267459 Standardize all timestamps to UTC ISO-8601 format
- Update schema.sql defaults from datetime('now') to strftime('%Y-%m-%dT%H:%M:%fZ', 'now')
- Update schema-admin.sql with same UTC format
- Update AdminService.js inline table creation and query comparisons
- Update system.js time-based query comparisons
- Add documentation to time.js explaining UTC format convention
2025-12-21 19:10:07 -03:00