You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we have a contributors section in each year's JSON file (2019.json, 2020.json, and 2021.json).
Should we merge these into a contributors.json to avoid duplication? We could then have a contributions section for each profile. So for example mine might be:
Might also want to note the chapters contributed to in each year but above would be a start to give what we have.
Some things to consider:
We have a contributors page for each year that should only show that years contributors and the total number of contributors for that year.
the npm run generate script has some checks to ensure we don't have someone down as an author, analyst...etc. unless they are also down for that role in one of the chapters meta data so it would need to be updated too.
This would require a bit of Python, Jinja and JavaScript knowledge but happy to work with someone to help them if they are not used to our tech stack.
The text was updated successfully, but these errors were encountered:
At the moment we have a contributors section in each year's JSON file (2019.json, 2020.json, and 2021.json).
Should we merge these into a contributors.json to avoid duplication? We could then have a contributions section for each profile. So for example mine might be:
Might also want to note the chapters contributed to in each year but above would be a start to give what we have.
Some things to consider:
npm run generate
script has some checks to ensure we don't have someone down as an author, analyst...etc. unless they are also down for that role in one of the chapters meta data so it would need to be updated too.This would require a bit of Python, Jinja and JavaScript knowledge but happy to work with someone to help them if they are not used to our tech stack.
The text was updated successfully, but these errors were encountered: