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

Atomic Classes can be used to generate Javascript / Typesript artifacts that help developers interact with instances of classes. As a JS dev, I want the following when working in...

[See docs issue](https://github.com/atomicdata-dev/atomic-data-docs/issues/113) Creating an Agent is too hard, it requires the Client to find an Invite resource, which is very different from creating a Commit. Also, the client does...

See https://github.com/atomicdata-dev/atomic-data-docs/issues/114

- Start atomic-server on `localhost` - Start again, on some other domain - Search for `string`, see two `/path` endpoint resources This happens because the `Db.populate()` command is ran twice...

Atomic-Server caches external resources indefinitely, at the moment. This means that any Property or Class that exists somewhere else, may get out of date. That especially may become problematic when...

I think it shall be quite easy to publish examples of how to use Atomic Data from Node to drive adoption (or validation of approach).

good first issue
usecase

Relates to #73 I'm trying to make the architecture of Atomic-Server as modular as possible, and basically dog-feeding a future Plugin interface. This interface should allow other developers to add...

Now that we have Files #107, users are likely to upload and use images. Very important here is the ability to resize (and often crop) images to keep websites performant....

Authorization checks are one of the largest performance costs at this time for Atomic-Server. The performance is still really good, but I'm sure we can speed up many requests by...

performance

The `url::Url::parse()` function seems to be extremely slow. Find the bug, or get rid of the library. Maybe switch to this one: https://github.com/yescallop/fluent-uri-rs Edit: most of this was due to...

performance