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, Commits have some serious ambiguity. They do not specify if they are editing a resource, or if they are creating a new one. This can lead to accidental overwrites...

The Agent model is designed to be a publicly accessible and verifiable (decentralized) identity that can be re-used by various apps. However, re-using an identity costs privacy. Of course, users...

- Enable privacy friendly requests for filling in surveys - Enable a new way of advertising

Surveys are an interesting case for web applications and frameworks. How could surveys work in the Atomic Data paradigm (using concepts like Commits and Agents)? Things that I want, as...

One of the things that Atomic Data enables, is rendering Forms for data that you've just encountered. The client will be able to fetch the Properties and Classes, and will...

I was working on creating tooling for Versioning for Atomic Data. I want to make this functionality discoverable for users, for example through a menu or a button on the...

Currently, Atomic Data sets classes for a Resource using the [`is-a` Property](https://atomicdata.dev/properties/isA). This supports multiple values, which means that Resources can be instances of multiple classes. Classes are mainly used...

Atomic Data is a working title, and it might change. I like the way it sounds, how it refers to the smallest possible amount of data (indivisible, hence atomic), and...

Currenlty, Shortnames only allow downcased characters and dashes. However, most properties currently use `snakeCase`. For example, the `https://atomicdata.dev/properties/isA` has a path ending of `isA` but a shortname of `isa`, which...

People will follow these links and get 404s, and that limits how fast people will understand how this all works. So, we have at least few options on making the...