Offerings catalog (private-lesson types & group classes) #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Introduce the Offering concept that pricing, billing mode, and intake questions hang off. An offering is either a private-lesson type (30/60 min, single or weekly) or a group class.
Spec:
docs/features/offerings.mdScope
{prefix}us_offerings(kind, duration, price, currency, billing_modeone_time/full_term, allow_weekly, capacity, term dates, schedule_note, is_active)src/Offering/:Offering,OfferingRepository,OfferingController,OfferingEndpointGET /offerings(public, active only),POST/PATCH/DELETE /offerings(manage_offerings+ owner)Acceptance
Schema.php/ dbDeltatests/Unit/Offering/pass;composer testgreenClosing as complete. Implemented and merged in PR #10 (Offerings domain).