feat: add full project - backend, frontend, docker, specs and configs
This commit is contained in:
parent
b77c7d5a01
commit
e6cb06255b
24489 changed files with 61341 additions and 36 deletions
20
.specify/features/009-property-form-completo/tasks.md
Normal file
20
.specify/features/009-property-form-completo/tasks.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Tasks: Formulário Completo de Imóvel (Admin)
|
||||
|
||||
**Feature**: `009-property-form-completo`
|
||||
**Generated**: 2026-04-14
|
||||
|
||||
---
|
||||
|
||||
## Database
|
||||
- [x] T001 Migration: adicionar coluna `parking_spots_covered` em `properties`
|
||||
|
||||
## Backend
|
||||
- [x] T002 Atualizar modelo Property com `parking_spots_covered`
|
||||
- [x] T003 Atualizar `PropertyCreateIn` com todos os campos + photos
|
||||
- [x] T004 Atualizar `PropertyAdminOut` com todos os campos
|
||||
- [x] T005 Atualizar endpoints create/update para processar fotos e todos os campos
|
||||
|
||||
## Frontend
|
||||
- [x] T006 Reescrever `PropertyForm.tsx` com todos os campos e seções
|
||||
- [x] T007 Gestão de fotos por URL (add infinito, remove individual)
|
||||
- [x] T008 Adaptar `AdminPropertiesPage` para painel lateral e callbacks completos
|
||||
Loading…
Add table
Add a link
Reference in a new issue