-
-
Notifications
You must be signed in to change notification settings - Fork 268
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
V1.0.0 alpha - 🚧 #282
base: develop
Are you sure you want to change the base?
V1.0.0 alpha - 🚧 #282
Conversation
# Conflicts: # backend/app/DomainObjects/ProductDomainObject.php # backend/app/Services/Handlers/Order/CompleteOrderHandler.php # frontend/src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx # frontend/src/components/routes/product-widget/SelectProducts/index.tsx # frontend/src/locales/de.js # frontend/src/locales/de.po # frontend/src/locales/en.js # frontend/src/locales/en.po # frontend/src/locales/es.js # frontend/src/locales/es.po # frontend/src/locales/fr.js # frontend/src/locales/fr.po # frontend/src/locales/pt-br.js # frontend/src/locales/pt-br.po # frontend/src/locales/pt.js # frontend/src/locales/pt.po # frontend/src/locales/ru.js # frontend/src/locales/ru.po # frontend/src/locales/zh-cn.js # frontend/src/locales/zh-cn.po
# Conflicts: # backend/app/DomainObjects/Generated/ProductDomainObjectAbstract.php # backend/app/Services/Domain/Ticket/CreateTicketService.php # backend/app/Services/Handlers/Ticket/CreateTicketHandler.php # backend/app/Services/Handlers/Ticket/DTO/UpsertTicketDTO.php # backend/app/Services/Handlers/Ticket/EditTicketHandler.php # frontend/src/components/forms/ProductForm/index.tsx # frontend/src/components/modals/CreateTicketModal/index.tsx # frontend/src/components/modals/EditProductModal/index.tsx # frontend/src/components/routes/product-widget/AttendeeProductAndInformation/index.tsx # frontend/src/components/routes/product-widget/PrintProduct/index.tsx # frontend/src/components/routes/product-widget/SelectProducts/index.tsx # frontend/src/locales/de.js # frontend/src/locales/de.po # frontend/src/locales/en.js # frontend/src/locales/en.po # frontend/src/locales/es.js # frontend/src/locales/es.po # frontend/src/locales/fr.js # frontend/src/locales/fr.po # frontend/src/locales/pt-br.js # frontend/src/locales/pt-br.po # frontend/src/locales/pt.js # frontend/src/locales/pt.po # frontend/src/locales/ru.js # frontend/src/locales/ru.po # frontend/src/locales/zh-cn.js # frontend/src/locales/zh-cn.po # frontend/src/styles/widget/default.scss
# Conflicts: # frontend/src/components/common/AttendeeCheckInTable/QrScanner.tsx # frontend/src/components/common/AttendeeCheckInTable/index.tsx
Very interesting. Then, are the tickets going to be a specifictype of product? As I see this commits have changed the name Of the variables from tickets to products and it seems that also in the overall code. |
@Romerolweb Yes, exactly, tickets will now be a type of product. The changes are currently deployed to the demo site, so you can create a test account and test them out. |
@justynpride Thanks for letting me know! Donation tickets should work as expected now. |
@daveearley Indeed it does work as expected now. Thank you. |
This reverts commit 648a946.
Variables won't be supported in v1.0.0, but there are plans to introduce dynamic emails in the near future. |
Understood. I only mentioned it because in the mentioned screenshot it looked like the order number was being dynamically filled. Thank you! |
Are we close to a release candidate for v1? I only see "offline payments" in progress on the roadmap tab |
Hi @islandmix, Apologies, the public roadmap is slightly out of date. Webhooks are the last major feature to be included in v1. This feature will allow for easy integration with CRM, Accounting, Badge printing services etc. That should be wrapped up in the next week. Once that's complete, the RC will be a fast follow. There is also a lot of documentation that needs to be created and updated. |
Oh snap... good to hear... a few of us were looking at the roadmap and wondering why no recent updates... please update any Thanks for your efforts and anyone else that has contributed. This is a nice reset for a ticketing application.
|
Features
ℹ️ These changes are deployed to https://demo.hi.events/.
Upgrade Guide
We’re welcoming testers for this branch! If you’re not calling the API directly, the upgrade process is straightforward:
However, if you’re relying on the API, there are some of breaking changes, primarily the renaming of
ticket
toproduct
. A detailed guide of these breaking changes will be provided upon release.Screenshots
UI and Feature Previews