This commit is contained in:
@@ -137,7 +137,9 @@ def build_dashboard_cockpit(user: User, profile: SearchProfile | None) -> dict[s
|
||||
day_conclusion = "Geen nieuw sterk signaal; je bestaande opvolging blijft prioritair."
|
||||
|
||||
return {
|
||||
"score_cards": list(latest_scores.order_by("-score", "-created_at")[:8]),
|
||||
# Het dagoverzicht blijft een beslissingsscherm; de volledige rangschikking
|
||||
# hoort in de verkenner. Vijf kaarten houden de primaire taak scanbaar.
|
||||
"score_cards": list(latest_scores.order_by("-score", "-created_at")[:5]),
|
||||
"priority_applications": list(
|
||||
open_applications.select_related("job", "job__employer").order_by(
|
||||
F("follow_up_date").asc(nulls_last=True), "-updated_at"
|
||||
|
||||
Reference in New Issue
Block a user