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

feat: [UEPR-178] add new modals for qualitative feedback #9325

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

MiroslavDionisiev
Copy link
Contributor

@MiroslavDionisiev MiroslavDionisiev commented Mar 19, 2025

Resolves:

UEPR-178

Changes:

Adds new modals for qualitative feedback:
Tutorials feedback modal:
image

Ideas Generator feedback modal:
image

Starter Projects feedback modal:
image

Debuging feedback modal:
image

"feedback.answer.debuging.notHelpful": "Not helpful at all",
"feedback.answer.debuging.littleHelpful": "A little helpful",
"feedback.answer.debuging.helpful": "Helpful",
"feedback.answer.debuging.veryHelpful": "Very Helpful"
Copy link
Contributor

Choose a reason for hiding this comment

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

typo: debugging

}
]
},
debuging: {
Copy link
Contributor

Choose a reason for hiding this comment

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

debugging here as well

<QualitativeFeedback feedbackData={QUALITATIVE_FEEDBACK_DATA.tutorials} />
);

export const DebugingFeedback = () => (
Copy link
Contributor

Choose a reason for hiding this comment

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

and also here

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