-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
We should consolidate the format used for representing document fetch status.
e.g.
IETF:
[relaton-ietf] ("IETF RFC 7540") fetching...
[relaton-ietf] ("IETF RFC 7540") found RFC 7540
IEEE:
[relaton-ieee] ("IEEE Std 2413-2019") fetching...
[relaton-ieee] ("IEEE Std 2413-2019") found IEEE 2413-2019
[relaton-ieee] ("IEEE Std 7003-2021") fetching...
[relaton-ieee] ("IEEE Std 7003-2021") not found
ISO:
[relaton-iso] ("ISO/IEC 21778:2017") Fetching from ISO...
[relaton-iso] ("ISO/IEC 21778:2017") Found ("ISO/IEC 21778:2017").
NOTE: ISO uses "Fetching from ISO..." but all others are just "fetching...".
IEC:
[relaton-iec] ("IEC SRD 63188") fetching...
[relaton-iec] ("IEC SRD 63188") found IEC SRD 63188:2022
OASIS:
[relaton-oasis] (OASIS mqtt-v5.0 fetching...
[relaton-oasis] (OASIS mqtt-v5.0) found OASIS mqtt-v5.0
OGC:
[relaton-ogc] ("OGC 21-056r10") fetching...
[relaton-ogc] ("OGC 21-056r10") found 21-056r10
W3C:
[relaton-w3c] ("W3C did-spec-registries") fetching...
[relaton-w3c] ("W3C did-spec-registries") found did-spec-registries
In addition, the download of index files don't show which flavor it is for:
[relaton] Downloaded index from https://raw.githubusercontent.com/relaton/relaton-data-oasis/main/index-v1.zip
[relaton] Downloaded index from https://raw.githubusercontent.com/relaton/relaton-data-ogc/main/index-v1.zip
[relaton] Downloaded index from https://raw.githubusercontent.com/relaton/relaton-data-rfcs/main/index-v1.zip
Maybe it should be...
[relaton-ogc] Index download from https://raw.githubusercontent.com/relaton/relaton-data-ogc/main/index-v1.zip
[relaton-iec] Index download from https://raw.githubusercontent.com/relaton/relaton-data-iec/main/index-v1.zip
...
I think we should:
- indicate where the Relaton data is being fetched from. For example, ISO should say "fetching from iso.org". RFCs should be "fetching from Relaton repositories".
- apply the same pattern of
[relaton-*] ({query}) Found:{result}and[relaton-*] ({query}) Not found.`
Thoughts?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request