Alex

Results 253 issues of Alex

This is a dramatic resimplification of how we are handling projects. Instead of having decomp.me pull scratches from GitHub, we let project authors do it, either from the frontend by...

frontend
backend

## What and why With reference to https://www.saaspegasus.com/guides/modern-javascript-for-django-developers/client-server-architectures/: we're definitely a client-first app right now, using DRF and Django never speaking HTML. I want to stay client-first, and therefore not...

frontend
backend

with Cypress https://nextjs.org/docs/testing#manual-setup As an initial suite, we should just check that all pages load without errors

testing

These can almost certainly be generated with a DRF plugin or otherwise use reflection

frontend

The translation system shouldn't use `string` as the type: - frontend: we should instead use `keyof typeof TranslationsJson` - backend: `flags.py` should error if the translation key doesn't exist

frontend
backend

We should probably start writing user documentation (how to use the site, what a scratch is, etc.). Maybe use MDX?

frontend

Tracking issue for @encounter's idea Supports: - Context compression/deduplication - Later, real S3-style object storage ###### Blocks #608

backend

Deployment Robort already sends a list of the merged PRs in the new deployment to Discord. We should surface this on the site itself, too - it doesn't necessarily have...

frontend
deployment

This has been a long time coming, but we still have a lot of questions to answer and a lot to do before we can get there. This is just...

ci
deployment

We already have a Docker setup, so making a devcontainer should be trivial: https://code.visualstudio.com/docs/devcontainers/create-dev-container