[MokoJoomMembership] [FEATURE] Frontend models for plans and member profile #54

Open
opened 2026-06-02 19:35:56 +00:00 by jmiller · 1 comment
Owner

Migrated from MokoJoomMembership#56

Summary

No frontend models exist.

Required Models

  • PlansModel -- list published plans with ordering
  • PlanModel -- single plan by ID or alias
  • ProfileModel -- current user subscriptions, payments, invoices

Location

site/src/Model/

Requirements

  • PlansModel: only published plans, support filtering
  • PlanModel: load single plan with related data
  • ProfileModel: load current logged-in user data and history
> Migrated from MokoJoomMembership#56 ## Summary No frontend models exist. ## Required Models - `PlansModel` -- list published plans with ordering - `PlanModel` -- single plan by ID or alias - `ProfileModel` -- current user subscriptions, payments, invoices ## Location `site/src/Model/` ## Requirements - PlansModel: only published plans, support filtering - PlanModel: load single plan with related data - ProfileModel: load current logged-in user data and history
jmiller added the membership label 2026-06-02 19:52:09 +00:00
Author
Owner

Built: Frontend models already exist — PlansModel, PlanModel, ProfileModel, SubscribeModel.

Built: Frontend models already exist — PlansModel, PlanModel, ProfileModel, SubscribeModel.
jmiller added the pending: testing label 2026-06-02 20:31:42 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCommunity#54