-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I'd like users to be able to validate JSON-AD in their browsers. It should not be too hard to build this, but it would be useful to have this and link to it from the Atomic Data Docs.
Approaches:
Part of atomic-data-rust (Rust, CLI + Server)
- Makes is available in the
atomic_libcrate, inatomic-serveras an Endpoint (which means we also have a GUI) - easy to make validation function available in
atomic-cli, too, which can be used in CI. - Fastest, because the server can use cached resources (or should we not use these?)
- Allows API calls for validating data
Part of @tomic/lib (Typescript, data-browser)
- Means the validation is performed in-browser.
- I won't make a CLI tool (too much effort to maintain 2 CLIs).
- Will result in a prettier, more specific, potentially more powerful GUI
Metadata
Metadata
Assignees
Labels
No labels