This PR implements the placeholder virality score calculation and fixes the earnings dashboard implementation.
- Added
calculateViralityScoreutility based on clip duration, position, and keyword density. - Updated
EarningsService.getEarningsDashboardto compute total earnings, pending payouts, paid earnings, and current balance. - Fixed syntax errors in
nft-mint.service.spec.tsto ensure test suites run. - Updated related DTOs and service methods to store and sort by
viralityScore.
Closes #372