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 339 atomic-server issues
Sort by recently updated
recently updated
newest added

## Problems with current UI - Base ontology is a resource in the drive, shown twice, and has the same name as the drive - It's hard to find all...

browser

LLMs have enabled a new type of search: vector search. Instead of finding a word or string, vector search turns entries and queries into vectors (arrays of numbers). It would...

enhancement
server

AtomicServer should not have to do fetch any properties / classes by default, all need to be included. Currently, that is not the case. Every once in while we forget...

https://github.com/atomicdata-dev/atomic-server/actions/runs/12786826600/job/35644699031#step:7:3177 ``` +docs-pages *failed* | Compiling mdbook-sitemap-generator v0.2.0 +docs-pages *failed* | error[E0308]: mismatched types +docs-pages *failed* | --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/mdbook-sitemap-generator-0.2.0/src/builder.rs:35:16 +docs-pages *failed* | | +docs-pages *failed* | 34 | pub fn...

ci

Row should not have class of Table ```ts const Row = ({ subject }: { subject: string }) => { const row = useResource(subject); const [value] = useArray(resource, 'http://localhost:9883/class/Pokemon/property-mzOKDISV'); return...

browser

Because it uses Actix, and not an AtomicServer plugin, it should at least throw an error if someone tries to pass query params to it. Other endpoints (like `/download`) might...

- See [endpoint](https://atomicdata.dev/search?q=test&include=true&limit=10&parents=) - No `Filters` and `Search` params ``` pub struct SearchQuery { /// The text search query entered by the user in the search box pub q: Option,...

server

- Draft a resource, set some values - Edit the subject - Fields are reset! We should have an e2e test for this

bug
browser

The image features are pretty heavy and can complicate compiling the project locally (e.g. #933). Let's put em behind a flag, and make them default.