feat: add full project - backend, frontend, docker, specs and configs

This commit is contained in:
MatheusAlves96 2026-04-20 23:59:45 -03:00
parent b77c7d5a01
commit e6cb06255b
24489 changed files with 61341 additions and 36 deletions

View file

@ -0,0 +1,22 @@
# Tasks: Redesign da Listagem de Imóveis (Admin)
**Feature**: `008-admin-properties-redesign`
**Branch**: `008-admin-properties-redesign`
**Input**: `spec.md`, `plan.md`
**Generated**: 2026-04-14
---
## Backend
- [x] T001 Estender `PropertyAdminOut` com photos, city_name, neighborhood_name, code
- [x] T002 Adicionar paginação e filtros (q, city_id, neighborhood_id) no endpoint GET /admin/properties
- [x] T003 Adicionar endpoint GET /admin/cities
- [x] T004 Adicionar endpoint GET /admin/neighborhoods?city_id=
## Frontend
- [x] T005 Reescrever AdminPropertiesPage com FilterBar, cards grid e paginação
- [x] T006 Implementar carrossel de imagens por card com setas e contador
- [x] T007 Implementar dropdown de bairros dependente da cidade selecionada
- [x] T008 Aplicar design tokens do DESIGN.md em toda a página