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

fix: Add column totals to feedback (#4727) #5406

Closed
wants to merge 8 commits into from

Conversation

richsalz
Copy link
Collaborator

Create a new aggregate parameter that holds the totals and pass that into the HTML file as a parameter for display.
Not easy to test given #4627.

@rjsparks
Copy link
Member

Better to test it with something in nomcom/tests.py

ietf/templates/nomcom/view_feedback.html Outdated Show resolved Hide resolved
ietf/nomcom/views.py Outdated Show resolved Hide resolved
@richsalz richsalz changed the base branch from feat/postgres to main April 13, 2023 20:19
@rjsparks
Copy link
Member

This didn't survive the automated change of branch target - I can work to straighten it out, or, if your local branch rebases easily, perhaps submit this again? (with apologies for the hassle).

@richsalz
Copy link
Collaborator Author

I'll figure something out; you have enough to do.

@richsalz
Copy link
Collaborator Author

richsalz commented Apr 14, 2023

Fixed the rebase issue, not the URL mapping yet. Sorry for the noise.

ietf/nomcom/views.py Outdated Show resolved Hide resolved
@rjsparks
Copy link
Member

I think URL mapping was about a different PR?

<tfoot>
<td></td>
<td></td>
<th>Totals</h></th>
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Do you think col is right? I didn't so I left it out

richsalz and others added 8 commits May 3, 2023 14:29
Create a new aggregate parameter that holds the totals and
pass that into the HTML file as a parameter for display.
The fieldname is a variable, so we add a filter, `lookup` to do a
dynamic dictionary lookup.
Add scope to `th`, per Lars.

Co-authored-by: Lars Eggert <[email protected]>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3.1.1...v3.1.2)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@richsalz
Copy link
Collaborator Author

Replaced by #5977

@richsalz richsalz closed this Jul 18, 2023
@richsalz richsalz deleted the fix-4727 branch July 18, 2023 16:26
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants