Results of interviews not shown in My Profile #28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Fixed in
fde8632(branchdevelopment).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 wheninterview_highlightswasNone. 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.