Update website acceptance scope contract
This commit is contained in:
parent
4b323224b2
commit
2a86900e57
2 changed files with 4 additions and 4 deletions
|
|
@ -27,7 +27,7 @@ function criterionLines() {
|
|||
.filter((line) => /^- \[[ x]\] \*\*/.test(line));
|
||||
}
|
||||
|
||||
expect("header", /^# Disasmer Minimal Website Inventory/m);
|
||||
expect("header", /^# Disasmer MVP Website Acceptance Criteria/m);
|
||||
expect(
|
||||
"acceptance-style status",
|
||||
/\*\*Status:\*\* hosted website addendum to `acceptance_criteria\.md`, `acceptance_criteria_phase2\.md`, and `cli_acceptance_criteria\.md`/
|
||||
|
|
@ -46,7 +46,7 @@ expect(
|
|||
);
|
||||
expect(
|
||||
"future hosted business scope",
|
||||
/Billing-related features, including paid checkout, paid-plan management, upgrade flows, hosted support tooling, a full hosted admin console, broad moderation workflows/
|
||||
/Billing is not part of the MVP\. Paid checkout, paid-plan management, upgrade flows, hosted support tooling, a full hosted admin console, broad moderation workflows/
|
||||
);
|
||||
expect(
|
||||
"billing is not MVP website work",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue