ligbox-ops-platform/specs/043-desk-client-activation-sync/ROLLBACK.md
Ligbox Spec Hub c815a32bbc feat(desk): Spec 043 Fases 2–6 — activar conta FOSS/OpenPanel/Odoo
Orquestra create_client/order FOSS, bridge OpenPanel com metadata,
upsert res.partner Odoo, mail-bundle wizard e webhook order-activated.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-01 15:19:54 +00:00

42 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Rollback — Spec 043 Activar conta
**Roger · 2026-07-01**
## Tags Git
| Tag | Conteúdo |
|-----|----------|
| `desk-v0.14.0-pre-spec043-activation` | Baseline **antes** de implementar Fases 16 |
| `desk-v0.14.2-spec043-complete` | Fases 26 — activate FOSS+OP+Odoo+wizard |
## Reverter código Desk (VM122)
```bash
cd /opt/ligbox-spec-hub/repos/ligbox-ops-platform
# Voltar ao estado pré-Spec 043 (só billing + mapper)
git checkout desk-v0.14.0-pre-spec043-activation -- \
projects/ops-desk/api/app/billing_routes.py \
projects/ops-desk/api/app/billing_store.py \
projects/ops-desk/api/app/activation_mapper.py \
projects/ops-desk/frontend/assets/billing-ui.js \
projects/ops-desk/frontend/assets/auth.js \
projects/ops-desk/VERSION
# Reiniciar API Desk
systemctl restart ligbox-desk-api # ou serviço equivalente na VM122
```
## Reverter só Fase 1 (manter docs Spec 043)
```bash
git checkout desk-v0.14.0-pre-spec043-activation -- projects/ops-desk/
```
## Documentação
A pasta `specs/043-desk-client-activation-sync/` é segura manter — não afecta produção.
---
*Actualizar esta tabela quando cada fase for concluída e taggeada.*