prici-io / prici

manage plans and pricing for any SaaS application
https://prici.io
MIT License
37 stars 5 forks source link

feature: apply multiple plans to account plan #16

Closed davidmeirlevy closed 7 months ago

davidmeirlevy commented 7 months ago

@Himasnhu-AT would you like to review my PR as well?

Himasnhu-AT commented 7 months ago

Looks good to me 👍. Not familiar with the whole code rn

davidmeirlevy commented 7 months ago

in short, I'm working to create a many-to-many relation between accounts and plans. so you can add multiple plans to the same account, and the state should be a sort of merge between all plans' fields.

it might also need some extra methods because the user will need to submit the account and later on - its associated plans that will affect the account plan state.

davidmeirlevy commented 7 months ago

i'm closing this PR. I have a truly marvelous demonstration of this proposition that this PR comment is too narrow to contain.