guide icon indicating copy to clipboard operation
guide copied to clipboard

A workspace for research teams

Results 8 guide issues
Sort by recently updated
recently updated
newest added

@neongreen Serving favicon by backend can now be removed --- This change is [](https://reviewable.io/reviews/aelve/guide/416)

I just added [a page](https://guide.aelve.com/haskell/better--wall-r5i0fdx5) -- while thinking that Aelve will evolve to become a comprehensive Haskell wiki -- but I do not know if the data will be kept...

Resolves #337 --- This change is [](https://reviewable.io/reviews/aelve/guide/408)

backend

Might require coordination with the frontend.

backend

Resolve #389 --- This change is [](https://reviewable.io/reviews/aelve/guide/390)

Tables (categories, items, traits) should be compressed into a single `categories` table: ```sql CREATE TABLE categories ( uid text PRIMARY KEY, -- Unique category ID data jsonb NOT NULL );...

backend

## Postgres - [x] Design schemas for core types - [x] Design schemas for `pending_edits` and `users` - [x] Write table creation code - [x] Write table queries (see `Guide.State`)...

in progress
backend