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

fast code url + code for category #328

Closed
syjer opened this issue Aug 17, 2017 · 3 comments
Closed

fast code url + code for category #328

syjer opened this issue Aug 17, 2017 · 3 comments
Assignees

Comments

@syjer
Copy link
Member

syjer commented Aug 17, 2017

  • add the possibility to define a secret code for a given category
  • add a controller that map to the following url: /event/name/code/CODE_HERE
    where code can be
    1. the generic code for accessing a category
    2. the unique code for a ticket (5 chars)
    3. a discount code

with the case 1) and 2) the user will access directly a prenotation
for 3) it will apply the discount code and send the user to the event detail page

@syjer syjer self-assigned this Aug 17, 2017
@syjer
Copy link
Member Author

syjer commented Aug 17, 2017

this is a 1.11.x feature

syjer added a commit that referenced this issue Aug 18, 2017
syjer added a commit that referenced this issue Aug 18, 2017
@syjer
Copy link
Member Author

syjer commented Aug 18, 2017

for ticket category code:

flow is: if restricted -> take first free code and apply it (see admin reservation manager logic)
flow is: if public -> make a reservation for a single ticket

syjer added a commit that referenced this issue Aug 18, 2017
syjer added a commit that referenced this issue Aug 18, 2017
syjer added a commit that referenced this issue Aug 18, 2017
cbellone pushed a commit that referenced this issue Aug 18, 2017
* #328 initial work for event code url

* #328 handle case discount+special price

* #328 add new fields

* #328 add code field in ticket category model

* #328 add logic for handling ticket category code

* #328 add admin ui/trim code to null

* #328 fix redirect
cbellone added a commit that referenced this issue Aug 18, 2017
syjer added a commit that referenced this issue Aug 18, 2017
syjer added a commit that referenced this issue Aug 19, 2017
* #328 initial work for event code url

* #328 handle case discount+special price

* #328 add new fields

* #328 add code field in ticket category model

* #328 add logic for handling ticket category code

* #328 add admin ui/trim code to null

* #328 fix redirect
syjer added a commit that referenced this issue Aug 19, 2017
syjer added a commit that referenced this issue Aug 19, 2017
@syjer
Copy link
Member Author

syjer commented Aug 20, 2017

Should be done

@syjer syjer closed this as completed Aug 20, 2017
NARH pushed a commit to ui2-narita/alf.io that referenced this issue Aug 23, 2017
* develop: (122 commits)
  update gradle to v 4.1
  test: cover scan badge failures
  remove useless test code
  fix alfio-event#330 - consider dynamic categories while counting allocated tickets + fix affected categories at startup
  fix handling of special prices token in the offline use case
  alfio-event#330 sync call
  increase 'to' range
  misc cleanup: use direct Optional support from npjt
  cleanup + additional test on the event statistics manager
  add additional test for sponsor scan
  add additional test in the payload
  add revert check in test
  fix query, take 2
  fix query
  add null check
  fix merge issues
  add check for CheckInManager.findFullTicketInfo
  alfio-event#328 fix insert
  328 - fix UI
  implement alfio-event#328 event code url (alfio-event#329)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant