atomic-server icon indicating copy to clipboard operation
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.

Results 285 atomic-server issues
Sort by recently updated
recently updated
newest added

When `Db::query` is performed, most of the time we'll get an index hit. These are fast. However, if the index does not exist yet (i.e. because this is the first...

performance

We already have `tracing`, but no error handling system. We should try sentry, I think. It has `tracing` support.

I want to have a list of _my_ documents, _my_ invites, etc. We can't do this (on a shared server) with _one_ `Query`. How should we achieve this? I'm not...

When users select something from a dropdown menu, we currently use hard-coded Collections to `atomicdata.dev`. For example, when adding a `property` to a `collection`, we search `https://atomicdata.dev/collections`. This works fine...

[Issue in docs](https://github.com/ontola/atomic-data-docs/issues/22) - [ ] User can enter the path for an Atom in the endpoint - [ ] After entering, a dynamic resource is constructed which shows the...

Currently, when a Parent is deleted, its children will (in most cases) no longer be openable. That is because the authorization checks will look at parents, and then get a...

Drives are designed as _top-level_ resources. They should not have a `parent` that could give more rights. The server should check this.

Being able to search _inside_ the PDF files uploaded to Atomic Server would be a really nice addition. Goals: - Make it easier to find PDF documents by searching for...

plugin

The `Document demo invite` is becoming slow. It starts impacting the tests. This is because the ResourceArray of `write` Agents in the document is starting to contain a _lot_ of...

- Instead of having an endpoint, we can use a Class Extender (such as with Importers and ChatRooms), so the client doesn't need to know about bookmark endpoints. - Also...