Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

financial statistics #17

Closed
fw42 opened this issue Oct 2, 2014 · 1 comment · Fixed by #142
Closed

financial statistics #17

fw42 opened this issue Oct 2, 2014 · 1 comment · Fixed by #142

Comments

@fw42
Copy link
Owner

fw42 commented Oct 2, 2014

the old app shows a financial overview to tell organizers how much they will make from the entrance fees. also allows them to compare pricing models.

looks like this:

screen shot 2014-10-01 at 11 52 42 pm

So a todo item here would be to implement something similar. needs to take into account:

  • Day#entrance_fee_guests
  • Day#entrance_fee_competitors
  • Competitor#guest_on?(day) vs. Competitor#competing_on?(day)
  • Competitor#free_entrance?

The old code also had an option to set the competition to use "alternative pricing model" where you would define a price for the whole competition rather than for each day individually. The statistics (the $2 column) then shows which pricing model would lead to how much money.

I think we should restructure this a little bit and add another pricing model.

I would like to compare the following three and have an option in the settings to select which one you want:

  • each day has it's own price
  • you pay a fixed price for the whole competition, regardless of which days you register for
  • you pay a fixed price for the whole competition, but only if you sign up for all days (to encourage people to come on all days)

for each of those 3, we should always be able to differentiate between competitor price and guest price.

might be useful to have two of those tables, one for "confirmed" competitors and one for "new" competitors maybe? not sure if that makes sense

@fw42 fw42 added the todo label Oct 2, 2014
@fw42 fw42 removed the todo label Nov 8, 2014
@fw42 fw42 added this to the Feature equivalence to old app milestone Nov 8, 2014
@fw42
Copy link
Owner Author

fw42 commented Mar 22, 2015

Closed via #77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant