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

Measurable Ratings: add primary rating overiew to app page #6820

Closed
JWoodland-Scott opened this issue Oct 24, 2023 · 1 comment
Closed

Measurable Ratings: add primary rating overiew to app page #6820

JWoodland-Scott opened this issue Oct 24, 2023 · 1 comment
Labels
fixed (test & close) An issue has been fixed, merged into master and is ready for further testing QoL Quality of Life
Milestone

Comments

@JWoodland-Scott
Copy link
Contributor

Description

Should detail primary ratings for all categories (if they exist)

Resourcing

We would like to add this request to the Waltz team's feature backlog

@JWoodland-Scott JWoodland-Scott added the QoL Quality of Life label Oct 24, 2023
@JWoodland-Scott JWoodland-Scott added this to the todo : 1.55 milestone Oct 24, 2023
@davidwatkins73
Copy link
Member

Needs a view service which returns something like:

select mc.name, mc.description,
           m.name, m.description,
           rsi.name, rsi.description, rsi.color
from measurable_rating mr
inner join measurable m on m.id = mr.measurable_id
inner join measurable_category mc on mc.id = m.measurable_category_id
inner join rating_scheme_item rsi on rsi.code = mr.rating and mc.rating_scheme_id = rsi.scheme_id
where mr.entity_id = 26
and mr.entity_kind = 'APPLICATION'
and mr.is_primary is true;

deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Feb 12, 2024
deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Feb 12, 2024
@JWoodland-Scott JWoodland-Scott added the fixed (test & close) An issue has been fixed, merged into master and is ready for further testing label Feb 12, 2024
deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Feb 13, 2024
- Also includes fix where error if no categories with ratings and attempting to access the edit section on measurable ratings.

#CTCTOWALTZ-3001
finos#6820
@davidwatkins73 davidwatkins73 modified the milestones: done : 1.58, 1.58 Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed (test & close) An issue has been fixed, merged into master and is ready for further testing QoL Quality of Life
Projects
None yet
Development

No branches or pull requests

2 participants