Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show rubric score in My Work - Review #5176

Merged
merged 3 commits into from
Feb 7, 2025

Conversation

valentinludu
Copy link
Contributor

Card

This will be visible if there are rubric answers and will take precedence over the rest of the thumbs icon.

Screenshot 2025-02-06 at 15 41 45

@@ -130,6 +130,11 @@ export function ProposalsTable({
{proposals.map((proposal) => {
const result = proposal.currentEvaluation?.result;
const statusLabel = result ? (result === 'pass' ? 'Passed' : 'Declined') : 'In progress';
const rubricAnswers = proposal.currentEvaluation?.rubricAnswers || [];
const averageAnswer = rubricAnswers.length
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

filter answers by the user, and only show when they left reviews

Copy link
Contributor Author

@valentinludu valentinludu Feb 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated!

Now I check if the user has reviewed a score. (in the BE)

@valentinludu valentinludu merged commit ffa25b4 into main Feb 7, 2025
46 checks passed
@valentinludu valentinludu deleted the feat/rubric-score-my-work-reviews branch February 7, 2025 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants