Fature_ Add Participation Price / Fee
We would send a merge request for this feature, if it gets accepted. We would code it ourselfes. Please check the description, if this fits you criteria, if it is acceptable for merge.
Use Case: „As an Actor I want to create an event and add a participation price, so it can be shown on the event presentation“
Acceptance Criteria:
- rename boolean show_particiption_price to show_participation_fee to be more descriptive on the options json_b on the events table
- add particitpation_fee as decimal on json_b options
- add money hex package for currency options
- add JS Package Vue Currency Input for input field
- add a field to the options participation_fee_currency
- Use User preferences setting-language to format the participation_fee in the view
- On the view use the Vue currency package and supply selected currency and user setting-language
- Add translation for de, zh_hant, zh_hans, fr, en, ar
- Show particpation_fee and currency in the follwing vue compomnents, if show_particiption_price is true
- Event Card
- Event Action Section
- … (maybe we forgot one?)
- Add vi-tests and add ex-unit-tests