atomic-server
atomic-server copied to clipboard
An open source headless CMS / real-time database. Powerful table editor, full-text search, and SDKs for JS / React / Svelte.
Sometimes the commit history becomes incredibly large. I'd like to have a `clear history` button in the front end. What should this do? - User posts to `/clearHistory&subject=mysubject` - All...
Sometimes you don't want to deal with creating Properties and hosting these somewhere - you just want to have some JSON thing (array, object, whatever). We could add JSON as...
Pull request 900 🎉 ## Related Issues closes #896, closes #893 ## Checklist - [x] Add changelog entry linking to issue, describe API changes - [x] Add or update tests...
- Create class - Create property, set to resource-array. `Allows-only` is now set to `[]` empty array. - Create table for that class. Try making an instance. You'll get an...
Audience: software engineers looking for an open source data modelling / CMS tool ## Set-up - Overview - Introduce Atomic Data - Introduce Atomic Server - Demo - Set up...
- Open a table from a different server, [like so](https://atomicdata.dev/app/show?subject=https%3A%2F%2Fstaging.atomicdata.dev%2Fdrive%2Fckggjb1d3md%2Ftable%2Ftest) I'm assuming this goes wrong because the `/search` query is sent to the "current drive" instead of the drive shown...
## Wants - Start a thread / chatroom / conversation / list of comments on every possible resource - Preview comment count - See if there are _new_ messages ##...
According to @Polleps there was also some test that failed. This may be related.
In #505, we finally start parsing requested URLs as URLs instead of Strings. This will give all "home" URLs a trailing slash. E.g. `https://atomicdata.dev` ==> `https://atomicdata.dev/`. This means that existing...