You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the copy button in the ResultDashboard component only copies a limited summary of the user scores. It should be updated to copy the full result data for both users, including the insights and winner details, so users get a complete JSON representation of the comparison.
Tasks
Open components/result-dashboard.tsx.
Find the handleCopy function.
Update the summary object to include the full user1 and user2 data objects instead of just their scores.
Ensure the copied JSON is correctly stringified.
Note
CONTRIBUTIONS ARE WELCOME!
If you want to get this issue assigned to you. Just comment 'assign me'. You will be assigned to the issue instantly via GitHub-actions bot.
Currently, the copy button in the
ResultDashboardcomponent only copies a limited summary of the user scores. It should be updated to copy the full result data for both users, including the insights and winner details, so users get a complete JSON representation of the comparison.Tasks
components/result-dashboard.tsx.handleCopyfunction.summaryobject to include the fulluser1anduser2data objects instead of just their scores.Note
CONTRIBUTIONS ARE WELCOME!
If you want to get this issue assigned to you. Just comment 'assign me'. You will be assigned to the issue instantly via GitHub-actions bot.