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

Atomic Data `subjects` are HTTP(S) URLs that resolve. However, there are situations where we don't want to or can't generate a fully resolvable URL: - Error messages that are not...

Relates to #49 Currently, Agents have excactly one `publicKey`. This has a couple of problems: - If a user loses their private key, or it is compromised, there is no...

Relates to authentication #55 and authorzation / hierarchies #18 . Maybe also to roles and groups #68 [See technical implementation discussion](https://github.com/atomicdata-dev/atomic-data-rust/issues/476) ## Goals - **fine grained / enterprise access control...

security

Tools like Airtable and Notion have re-defined how we think about tables. With these tools, users can: - Change the columns and set custom properties with constrained datatypes - Configure...

Trailing slashes are weird and confusing: - Formally, trailing slashes are semantically relevant. - Typically, people used trailing slashes to show something is a directory instead of a regular resource....

Sometimes, when designing URLs and naming things, we make mistakes. And with we, I typically mean myself. So at some time in the future (before 1.0), I'd like to fix...

Atomic Data aims to increase interoperability. For developers to make interoperable apps, they need to: - Define their data model using Atomic Data Classes - Make sure their data model...

If we want Atomic Data to be successful, we need easy, accessible methods for people to convert their existing data to Atomic Data. I call this project: _Atomizer_. We need...

We often want to provide more information about the relationships _between_ resources: - Say I want to describe the `friendship` between two people. I could create a `friendship` Property that...