atomic-data-docs icon indicating copy to clipboard operation
atomic-data-docs copied to clipboard

Atomic Data is a specification to make it easier to exchange data.

Results 100 atomic-data-docs issues
Sort by recently updated
recently updated
newest added

Currently, there is no difference between a Commit that _updates_ a resource and one that _creates a new one_. This can easily lead to accidental overwrites. Approaches: ## Adding `initial`...

This weekend I was implementing [`previousCommit`](#62) in Atomic Server and Atomic Data Browser. This means that Commits need to have an explicit `previousCommit` in order to be accepted by a...

Creating Atomic Data is easy to do if you use the tools I've built, but if you want to implement (part of) the spec yourself theres quite a bit of...

Tim Berners-Lee's 5 star Open Data is a really cool mental model of how to think about open data quality. Check out the website if you havent seen it: https://5stardata.info/en/...

Working on #103 and talking to @jonassmedegaard made me realise that we currently have no way of representing a license for data reuse in Atomic Data. I don't want to...

I want to present users with a hierarchy view that let's them easily see which children and parents a resource has. However, resources only need to define their parent, but...

In google Docs, users are shown a `ask access to this` screen when they open a file which they don't have the rights to. I'd like to offer similar functionality...

I think Atomic Classes might be serializable to JSON Schema. https://json-schema.org/ If it is compatible: - [ ] Add it to `atomic-data-browser` in the `class` view, so users can easily...

In the Atomic-Data-Browser app, I use Classes, Properties and Datatypes to render the form and validate its inputs. The Class dictates which required and optional properties are used, the properties...

- [ ] Add a changelog - [ ] specify versioning strategy in readme - [ ] Link to related documents - [ ] Perhaps parse version from somewhere, show...