IQSS / iqss-metrics-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Dataverse

erikbuunk opened this issue · comments

The information that now is extracted, is not the information we want to show.
Get the following information from Github:

  • the number of contributors

  • the number of watchers

  • the number of close issues in the last 12 months

  • Other things

  • How to get this data

Design

  • Take inventory of the data sources
    • What is the message that we want to communicate? =>
    • What can be automated. Is there a direct source? Semi-automated? What do we implement know, what later?
    • Specific privacy, security challenges? Do we need to set up agreements?
  • Create temporary plots (where ever that is convenient, Excel, Python, R, Tableau...)
  • Iterate if necessary
  • Final design

Implementation

  • Create new branch
  • Implement Backend
  • implement Frontend
  • Documentation
  • Data/update agreements if necessary
  • Review:
    • Content implementation with Stakeholder,
    • Design
    • Accessibility
    • Technical Implementation
  • Merge branch into master