-
Notifications
You must be signed in to change notification settings - Fork 185
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
New attempt at restoring the radar chart_type to questionnaire feedback #490
New attempt at restoring the radar chart_type to questionnaire feedback #490
Conversation
* Removing illegal console commands. Script may not be needed. * Fixing illegal line length. * Fixing docblocks and unused variables. * Fixing css spaces. * Adding a true return. * Fixing JSON context.
Signed-off-by: Joseph Rézeau <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Joseph... I want to make sure this is correct.
There seems to be three sets of logic. One for 'global', one for two feedback sections, and one for more than two feedback sections? And it appears that the graphs offered in the form are different depending on these sections?
Can you describe what the logic does, and the rules that impact them in the PR comments please? Maybe add some comments to the code too.
Co-authored-by: Emanoil Manoylov <[email protected]>
@mchurchward I'm looking into this, will come back in a couple of days. |
Signed-off-by: Joseph Rézeau <[email protected]>
@mchurchward
|
Hi @mchurchward PS. I see "At least 1 approving review is required by reviewers with write access". Who are those "reviewers with write access"? |
Signed-off-by: rezeau <[email protected]>
Signed-off-by: rezeau <[email protected]>
Joseph. has this PR been superceded now? |
@mchurchward Yes, it's been replaced by #510 |
superseded by #510 |
This is my 3rd attempt at restoring this really needed chart type. Don't know why I closed my similar PR. I do hope this new PR can be merged any time soon. It's only a few lines changed in the code; it used to work when I first created it years ago and it disappeared from the code some time ago, no idea why.
Thanks in advance,
Joseph