Results of interviews not shown in My Profile #28

Closed
opened 2026-06-24 13:25:21 +00:00 by emre · 1 comment
Member

When I log-in as a new user and complete some interviews. The results are not posted on my profile section. You can try to recreate the issue.

When I log-in as a new user and complete some interviews. The results are not posted on my profile section. You can try to recreate the issue.
Member

Fixed in fde8632 (branch development).

Root cause: the data flow was actually fine end-to-end (interview submit → save_self → OSIS → rehydrate on load). The bug was purely in the My Profile view: it only rendered a Try the Interview CTA when interview_highlights was None. When highlights existed, there was no display branch at all, so they silently went nowhere.

Fix: profile view now renders the three highlight cards (What I care about / What I want to build / What I can offer) when present, with the CTA shown only when there are none.

Fixed in `fde8632` (branch `development`). **Root cause:** the data flow was actually fine end-to-end (interview submit → `save_self` → OSIS → rehydrate on load). The bug was purely in the **My Profile** view: it only rendered a *Try the Interview* CTA when `interview_highlights` was `None`. When highlights existed, there was no display branch at all, so they silently went nowhere. **Fix:** profile view now renders the three highlight cards (*What I care about / What I want to build / What I can offer*) when present, with the CTA shown only when there are none.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
coopcloud_code/cm50_app#28
No description provided.