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

Allow custom orders #64

Merged
merged 2 commits into from
Nov 9, 2020
Merged

Allow custom orders #64

merged 2 commits into from
Nov 9, 2020

Commits on Oct 21, 2020

  1. Extend booking information

    Add further (optional) fields.
    Add first and last name for each reservation.
    Allow external code to hook into validation, to add custom validation.
    DanielSiepmann committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    b6fa2dc View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Allow custom orders

    Move logic to order:
    
        * Is order bookable
        * Should further order be prevented
    
    That way the order contains all their infos.
    Further orders can be created, e.g. by extending the model and
    overwriting the logic.
    DanielSiepmann committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    f654309 View commit details
    Browse the repository at this point in the history