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

Shopping basket mode #65

Open
will-r opened this issue May 6, 2015 · 0 comments
Open

Shopping basket mode #65

will-r opened this issue May 6, 2015 · 0 comments
Milestone

Comments

@will-r
Copy link
Member

will-r commented May 6, 2015

Some changes to make the entry process feel more manageable and to allow people to buy entries for other people:

  • show options at the top of the form: for me, for someone else
  • somehow find a way to assign entries to existing competitors without showing their information to just anybody.
  • or alternatively, work like sportident; allow people to create accounts for other people and remember the association for next time. Next time Hazel Robinson sees a 'Mike' option. But what if Mike also signs in?
  • finish the individual race entry process with an 'add to basket' button. Click that and the form updates to say 'checkout now' and 'create another entry'. We also show a little basket icon next to the user blob, which I guess is just bound to a basket object.

I think this involves only two new models:

  • basket
  • transaction

since the basket can only contain entries, and the quantity is always 1, we don't need line items and all that.

@will-r will-r modified the milestone: v1.4 May 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant