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.
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.