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

create aggregated scorecard #207

Open
20 tasks
TatianaBurek opened this issue Oct 6, 2020 · 0 comments
Open
20 tasks

create aggregated scorecard #207

TatianaBurek opened this issue Oct 6, 2020 · 0 comments
Assignees
Labels
type: new feature Make it do something new

Comments

@TatianaBurek
Copy link
Collaborator

Describe the New Feature

*aggregate multiple scorecard on one. The scorecards for aggregation should have identical row and columns definition, The only differences are the models. The XML for hte aggregated scorecard should be the same except for

<plot_fix>
       <field name="model">

element where users should specify even number of models:

 <plot_fix>
        <field name="model">
          <val name="galwem"/>
          <val name="gfs"/>
        
          <val name="model1"/>
          <val name="model2"/>
        </field>

In this case two scorecards aggregated into one should be presented (galwem-gfs) and (model1-model2)
*

Acceptance Testing

Image for the scorecard should be generated

Time Estimate

Estimate the amount of work required here.
Issues should represent approximately 3 days of work.

Relevant Deadlines

NONE.

Funding Source

AF.

Define the Metadata

Assignee

  • Select engineer(s) or no engineer required
  • Select scientist(s) or no scientist required

Labels

  • Select component(s)
  • Select priority
  • Select requestor(s)

Projects and Milestone

  • Review projects and select relevant Repository and Organization ones or add "alert:NEED PROJECT ASSIGNMENT" label
  • Select milestone to next major version milestone or "Future Versions"

Define Related Issue(s)

Consider the impact to the other METplus components.

New Feature Checklist

See the METplus Workflow for details.

  • Complete the issue definition above, including the Time Estimate and Funding source.
  • Fork this repository or create a branch of develop.
    Branch name: feature_<Issue Number>_<Description>
  • Complete the development and test your changes.
  • Add/update log messages for easier debugging.
  • Add/update unit tests.
  • Add/update documentation.
  • Push local changes to GitHub.
  • Submit a pull request to merge into develop.
    Pull request: feature <Issue Number> <Description>
  • Define the pull request metadata, as permissions allow.
    Select: Reviewer(s), Project(s), Milestone, and Linked issues
  • Iterate until the reviewer(s) accept and merge your changes.
  • Delete your fork or branch.
  • Close this issue.
@TatianaBurek TatianaBurek added the type: new feature Make it do something new label Oct 6, 2020
@TatianaBurek TatianaBurek self-assigned this Oct 6, 2020
TatianaBurek added a commit that referenced this issue Oct 12, 2020
TatianaBurek added a commit that referenced this issue Oct 12, 2020
TatianaBurek added a commit that referenced this issue Oct 20, 2020
TatianaBurek added a commit that referenced this issue Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: new feature Make it do something new
Projects
None yet
Development

No branches or pull requests

1 participant