issues Search Results · language:Dune language:JavaScript language:JavaScript language:Python language:JavaScript
Filter by
40.9M results
enhancement
Parent
#https://github.com/SAnjos3/OFJ-TJDFT/issues/7
What to build
Criar model LogInteracao para histórico de ações por mandado.
Campos:
- id: UUID, PK
- mandado_id: UUID, FK → mandados.id, on_delete=CASCADE ...
Parent
#https://github.com/SAnjos3/OFJ-TJDFT/issues/7
What to build
Criar model SQLAlchemy Mandado e migration inicial.
Campos:
- id: UUID, PK, default uuid4
- numero_processo: String, not null ...
Parent
#https://github.com/SAnjos3/OFJ-TJDFT/issues/7
What to build
Criar src/db/database.py com engine async e dependency injection para FastAPI.
- create_async_engine com DATABASE_URL do Settings ...
What to build
Infraestrutura base do projeto: estrutura de pastas, dependências, Docker, configuração de ambiente, Alembic e aplicação
FastAPI inicial.
Sub-issues:
- #https://github.com/SAnjos3/OFJ-TJDFT/issues/2 ...
What to build
Criar src/api/main.py com a aplicação FastAPI base.
- GET / retorna { status : ok , version : 0.1.0 }
- CORS configurado via Settings (ALLOWED_ORIGINS)
- Middleware de logging de ...
What to build
Configurar Alembic para migrations async do SQLAlchemy.
- alembic init migrations/
- env.py configurado para SQLAlchemy async (AsyncEngine)
- Importar Base dos models automaticamente ...
Thread A — Activate Dioscuri on Walter (home Mac)
The first thing that must happen. Unblocks everything downstream. The Dioscuri context-graph upgrade is merged to master
(PRs #52/#54/#56) but merging ...
dioscuri
go-live
P1
What to build
Criar src/core/config.py com Settings baseado em pydantic-settings e .env.example documentado.
Campos obrigatórios:
- DATABASE_URL
- GEMINI_API_KEY
- CEMAN_URL, CEMAN_USUARIO, CEMAN_SENHA ...
What to build
Configurar infra/docker-compose.yml com serviço PostgreSQL para desenvolvimento local.
- postgres:16 com healthcheck
- Volume persistente postgres_data
- Porta 5432 exposta ao host ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.