SolviQorda / get-zapped

A web app platform for electrolysis therapists to offer services to trans people seeking hair removal.
1 stars 0 forks source link

User can select a payment option dependent on therapists' tiers. #28

Closed SolviQorda closed 5 years ago

SolviQorda commented 5 years ago

So the therapists have a tiered pricing system that users can select based on need. For example £15/h - no wages / benefits £30/h - low wages £60/h - high wages / solidarity

Users should be able to choose on the booking page what they're going to pay.

The file that would need editing would be src/Handler/BookZap.hs, with complementary changes to the model in the config.

NB: This is something that we want therapists to be able to set eventually see this issue. But we can start with just those options above. I think it's a good task for getting acquainted with the app as it is.