-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Actual
Currently when running ./bin/start.sh the Table shows Metric as a column header for the criterias to be compared on:
(base) chris@chris:~/Projects/graphql-compatibility/compatibility-user-acceptance$ ./bin/start.sh
┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ │
│ Metric Spec: https://… Impl: https://… Diff Ratio Max Diff Result │
│ ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │
│ GitHub: │
│ License MIT MIT 0% 0% ✅ │
│ Number Of Stars 10059 Loading... Loading... Loading... Loading... │
│ Number Of Issues Open Loading... Loading... Loading... Loading... Loading... │
│ Number Of Issues Closed Loading... Loading... Loading... Loading... Loading... │
│ Number Of Pull Requests Open Loading... Loading... Loading... Loading... Loading... │
│ Number Of Pull Requests Closed Loading... Loading... Loading... Loading... Loading... │
│ Number Of Forks Loading... Loading... Loading... Loading... Loading... │
│ Last Commit Date Loading... Loading... Loading... Loading... Loading... │
│ Number Of Contributors Loading... Loading... Loading... Loading... Loading... │
│ GraphQL Compatibility Keywords: │
│ Number Of Comments Open Loading... Loading... Loading... Loading... Loading... │
│ Number Of Comments Closed Loading... Loading... Loading... Loading... Loading... │
│ GraphQL: │
│ Specification Version Loading... Loading... Loading... Loading... Loading... │
│ │
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
(press enter to continue)
Expected
When running ./bin/start.sh we want to replace the column header Metric to Criteria, so it is better word to describe that the list of columns display the text that is used as a source for comparing the repositories.
(base) chris@chris:~/Projects/graphql-compatibility/compatibility-user-acceptance$ ./bin/start.sh
┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ │
│ Criteria Spec: https://… Impl: https://… Diff Ratio Max Diff Result │
│ ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │
│ GitHub: │
│ License MIT MIT 0% 0% ✅ │
│ Number Of Stars 10059 Loading... Loading... Loading... Loading... │
│ Number Of Issues Open Loading... Loading... Loading... Loading... Loading... │
│ Number Of Issues Closed Loading... Loading... Loading... Loading... Loading... │
│ Number Of Pull Requests Open Loading... Loading... Loading... Loading... Loading... │
│ Number Of Pull Requests Closed Loading... Loading... Loading... Loading... Loading... │
│ Number Of Forks Loading... Loading... Loading... Loading... Loading... │
│ Last Commit Date Loading... Loading... Loading... Loading... Loading... │
│ Number Of Contributors Loading... Loading... Loading... Loading... Loading... │
│ GraphQL Compatibility Keywords: │
│ Number Of Comments Open Loading... Loading... Loading... Loading... Loading... │
│ Number Of Comments Closed Loading... Loading... Loading... Loading... Loading... │
│ GraphQL: │
│ Specification Version Loading... Loading... Loading... Loading... Loading... │
│ │
└────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
(press enter to continue)
Metadata
Metadata
Assignees
Labels
No labels