Add sorting options for media outlets by name or traffic

Introduce alphabetical and traffic score sorting for media outlets in both the main content and admin dashboard views, updating the schema to include a trafficScore field.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 069d4324-6c40-4355-955e-c714a50de1ea
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/069d4324-6c40-4355-955e-c714a50de1ea/jvFIdY3
This commit is contained in:
kimjaehyeon0101
2025-09-29 18:42:29 +00:00
parent 44b00ea7ea
commit 6d81e0281a
5 changed files with 67 additions and 15 deletions

View File

@ -22,10 +22,6 @@ externalPort = 3001
localPort = 43349
externalPort = 3000
[[ports]]
localPort = 44197
externalPort = 3002
[env]
PORT = "5000"