graphql-go / graphql-go/compatibility-base
`{TableModel}`: Improve displaying `TableModel` column header links.
- Dominant language
- Go
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
#### Actual
Currently when displaying the `TableModel` it shows the column header links abbreviated:
```
(base) chris@chris:~/Projects/graphql-compatibility/compatibility-base$ ./bin/dev.sh
┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ │
│ Metric Ref: https://gi… Impl: https://g… Diff Ratio Max Diff Result │
│ ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── │
│ GitHub: │
│ License MIT MIT 0% 0% ✅ │
│ Number Of Stars Loading... 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
We want to display the column header links in better styling so end-users are able to click it, eg:
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.