EOSC-synergy / sqaaas-web

Software Quality Assurance as a Service (SQAaaS) Web
https://sqaaas.eosc-synergy.eu
GNU General Public License v3.0
2 stars 3 forks source link

Display information about the code repository #154

Closed orviz closed 1 year ago

orviz commented 2 years ago

The final view of the report shall include information relative to the code repository/ies being assessed, including:

orviz commented 2 years ago

A tentative specification is available at sqaaas-api-spec's feature/repo_data branch. It adds a new property repository with the data to be displayed:

{
  "repository": [
    {
      "name": "sqaaas-api-spec",
      "url": "https://github.com/eosc-synergy/sqaaas-api-spec",
      "description": "OpenAPI specification for the SQA as a Service",
      "language": "Shell",
      "tag": "2.5.0",
      "topics": [
        "openapi",
        "sqaaas"
      ],
      "stargazers_count": 2,
      "watchers_count": 2,
      "contributors_count": 2,
      "forks_count": 2
    }
  ],
  "report": {
  },
  "badge": {
  }
}
orviz commented 1 year ago

Latest screenshot from David:

image

orviz commented 1 year ago

Released under 1.5.0