feat(F-181): completed feature
This commit is contained in:
3
work/artifacts/F-181/architect.md
Normal file
3
work/artifacts/F-181/architect.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# F-181
|
||||
|
||||
Use display_name/phone schema. Create identity customer transactionally with random Argon2 secret; expose search/create in register.
|
||||
3
work/artifacts/F-181/documenter.md
Normal file
3
work/artifacts/F-181/documenter.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# F-181
|
||||
|
||||
TPV permite buscar por email, nombre o teléfono y crear/asociar clientes.
|
||||
3
work/artifacts/F-181/implementer.md
Normal file
3
work/artifacts/F-181/implementer.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# F-181
|
||||
|
||||
Search aligned to display_name/profile/identity phone and customer role. Added secure random-Argon2 customer creation endpoint and search/create register tabs; creation associates customer immediately. Runtime create 201/search 200; test customer removed. POS build/typecheck pass.
|
||||
1
work/artifacts/F-181/leader-close.json
Normal file
1
work/artifacts/F-181/leader-close.json
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"F-181","agent":"leader","stage":"close","verdict":"APPROVED","checks":[{"item":"all gates/runtime/verify","ok":true}],"issues":[]}
|
||||
1
work/artifacts/F-181/qa.json
Normal file
1
work/artifacts/F-181/qa.json
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"F-181","agent":"qa","stage":"qa_gate","verdict":"APPROVED","checks":[{"item":"create 201","ok":true},{"item":"phone search 200","ok":true},{"item":"build/typecheck","ok":true}],"issues":[]}
|
||||
1
work/artifacts/F-181/reviewer.json
Normal file
1
work/artifacts/F-181/reviewer.json
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"F-181","agent":"reviewer","stage":"review_gate","verdict":"APPROVED","checks":[{"item":"current profile schema","ok":true},{"item":"create and associate UI","ok":true}],"issues":[]}
|
||||
1
work/artifacts/F-181/security.json
Normal file
1
work/artifacts/F-181/security.json
Normal file
@@ -0,0 +1 @@
|
||||
{"feature_id":"F-181","agent":"security","stage":"security_gate","verdict":"APPROVED","checks":[{"item":"staff RBAC","ok":true},{"item":"random Argon2 non-usable secret","ok":true},{"item":"transactional insert","ok":true}],"issues":[]}
|
||||
Reference in New Issue
Block a user