dorasto / public

A public repository for hosting discussions & issues
0 stars 0 forks source link

Type Mappings #19

Open tommerty opened 5 days ago

tommerty commented 5 days ago

user.account_type "premium" should listen to both subscriptions for monthly and yearly.

A possible solution:

user.account_subscription = "proMonth" "proYear"
user.account_type "premium" == account_subscription

Or something like that, something that won't require a rewrite