Skip to content

[Table] Updates text from Metric to Criteria. #14

@chris-ramon

Description

@chris-ramon

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions