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

Update metrics.json to restore 2022 in bottom table for the 6/13/23 release #1997

Closed
ElectricNroff opened this issue Jun 7, 2023 · 2 comments · Fixed by #1999 or #1998
Closed

Update metrics.json to restore 2022 in bottom table for the 6/13/23 release #1997

ElectricNroff opened this issue Jun 7, 2023 · 2 comments · Fixed by #1999 or #1998
Assignees
Labels
content update Content update to the website

Comments

@ElectricNroff
Copy link

ElectricNroff commented Jun 7, 2023

"year": "2023",
"data": [
{
"heading": "All CNAs",
"percentage": "79"
},
{
"heading": "CNA-LRs",
"percentage": "21"
}
]
},
{
"year": "2021",
"data": [
{
"heading": "All CNAs",
"percentage": "65"
},
{
"heading": "CNA-LRs",
"percentage": "35"
}
]
},

It goes directly from 2021 to 2023. The user experience is that the bottom table on https://www.cve.org/About/Metrics does not have a 2022 column, regardless of the "Sort by" choice.

@rroberge rroberge self-assigned this Jun 7, 2023
@rroberge rroberge added the content update Content update to the website label Jun 7, 2023
@rroberge rroberge added this to the Tuesday Updates milestone Jun 7, 2023
@rroberge
Copy link
Collaborator

rroberge commented Jun 7, 2023

@ElectricNroff Thank you. This will be fixed with the next website update release.

@rroberge rroberge changed the title metrics.json is missing 2022 at the bottom Update metrics.json to restore 2022 in bottom table for the 6/13/23 release Jun 7, 2023
@rroberge
Copy link
Collaborator

rroberge commented Jun 7, 2023

{
  "year": "2022",
  "data": [
    {
      "heading": "All CNAs",
      "percentage": "68"
    },
    {
      "heading": "CNA-LRs",
      "percentage": "32"
    }
  ]
},

rroberge added a commit that referenced this issue Jun 8, 2023
rroberge added a commit that referenced this issue Jun 8, 2023
This was linked to pull requests Jun 12, 2023
athu-tran added a commit that referenced this issue Jun 12, 2023
athu-tran added a commit that referenced this issue Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content update Content update to the website
Projects
None yet
2 participants