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

V1.0.0 alpha - 🚧 #282

Open
wants to merge 24 commits into
base: develop
Choose a base branch
from
Open

V1.0.0 alpha - 🚧 #282

wants to merge 24 commits into from

Conversation

daveearley
Copy link
Contributor

@daveearley daveearley commented Nov 4, 2024

Features

  • ⭐ Adds ability to sell products in addition to tickets - WIP
  • ⭐ Event reports - WIP

# 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
@Romerolweb
Copy link
Contributor

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.

@daveearley
Copy link
Contributor Author

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
Copy link

Was just having a look at the demo site to see how the products etc.. now work. I had a problem with the Donation ticket/product option. The problem I encountered was on the event page, as it would not allow me to enter any figure, and stuck at the default minimum amount. I was using Safari on the MacOs 15.1.

I wasn't sure if best to make a note here or in issues.

Screenshot 2024-11-07 at 08 13 25

@daveearley
Copy link
Contributor Author

@justynpride Thanks for letting me know! Donation tickets should work as expected now.

@justynpride
Copy link

@justynpride Thanks for letting me know! Donation tickets should work as expected now.

@daveearley Indeed it does work as expected now. Thank you.

# Conflicts:
#	frontend/src/components/routes/product-widget/SelectProducts/index.tsx
#	frontend/src/styles/widget/default.scss
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

Successfully merging this pull request may close these issues.

3 participants