atomic-data-browser
atomic-data-browser copied to clipboard
This repo is no longer used! Code is moved to Atomic-Server
Yesterday I was working on #80 websockets when I noticed that in many situations, the data browser will `subscribe` to `"undefined"` resources. This happens when a new resource is created...
I'd like to test functionality before deploying it to master. The Github Actions seem to enable publishing to a seperate folder in my `gh-pages` branch, and I think I add...
- When creating new resources, it's too strict - often indicating false
When creating a new Resource, we use the Class and its Properties to construct the form fields. These provide information about data validation and some semantic information (such as a...
See https://github.com/pastelsky/bundlephobia/issues/536
Expected behaviour: keep current form state and show error message Current behaviour: clone state from resource, remove state from current resource, show error.
I'm currently using https://github.com/substack/json-stable-stringify, but I should change to a more strict serialization, conforming to JCS. Maybe https://github.com/snowyu/json-canonicalize.ts#readme? see https://github.com/ontola/atomic-data/issues/35 and https://github.com/joepio/atomic/issues/115
Currently, the `is-a` attribute of a Resource is used to render the `recommended` and `required` properties in a form. However, Atomic Data supports multi-class models. This means that in a...
A crucial part of making this project a success, is developer adoption. I'm trying to provide developers various layers in which they should be able to do something nice with...
Tapping a link results in a focus state on the button, which doesn't go away. I want a focus style for keyboard ease of use, but I don't want it...