Add payments ExecPlan and set as active

This commit is contained in:
2026-02-28 12:47:59 +03:00
parent ce99eba922
commit d9767ff0a7
3 changed files with 137 additions and 2 deletions
+2 -1
View File
@@ -61,7 +61,8 @@ Build a reliable, maintainable salon booking platform with Django (backend) and
- Avoid destructive git commands unless explicitly asked.
- Update `docs/risks.md` when adding or closing a significant gap.
- Keep README instructions current when tooling changes.
- Prefer feature branches for significant work; commit early with clear summary messages.
# ExecPlans
When writing complex features or significant refactors, use an ExecPlan (as described in PLANS.md) from design to implementation. The active ExecPlan is `docs/execplans/booking-integrity.md`.
When writing complex features or significant refactors, use an ExecPlan (as described in PLANS.md) from design to implementation. The active ExecPlan is `docs/execplans/payments-moyasar.md`.