webcomponents / webcomponents/webcomponents.org
[catalog-api] Consider new names for "Readable" and "Unreadable"
Open
New Site
- Dominant language
- TypeScript
- Stars
- 385
- Forks
- 80
- PR merge metrics
- No merged PRs in 30d
Description
Right now we have interfaces `ReadablePackageInfo`/`UnreadablePackageInfo`, and `ReadablePackageVersion`/`UnreadablePackageVersion` to represent the difference between documents that have successfully been imported and can be read vs documents that haven't because they errored, are invalid, etc.
The names might not be the best.
Some alternate possibilities:
- Saved / Unsaved
- Indexed / NonIndexed
- Imported / NonImported
Contributor guide
Assessment
This issue has not been assessed yet.