-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix(app): update 2024 ticket name and price #140
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
david30907d
approved these changes
Jun 22, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Comment on lines
-56
to
+65
"社群優惠票 (含紀念衣服) / Community Discount (with T-Shirt)": 2790, | ||
"OSCVPass (含紀念衣服) / OSCVPass Discount (with T-Shirt)": 2790, | ||
"超級 Py 粉票 (含紀念衣服) / PyCon TW Stans (with T-Shirt)": 1990, | ||
"講者票 (含紀念衣服) / Speaker (with T-Shirt)": 1290, | ||
"投稿者票 / Submitter": 1990, | ||
"貢獻者票 (含紀念衣服) / Contributor (with T-Shirt)": 1290, | ||
"大會贊助票 (歡迎申請) / Sponsorship from PyCon TW (Free to Apply)": 2490, | ||
"邀請票 (含紀念衣服) / Invited (with T-Shirt)": 0, | ||
"獎品預留票 (含紀念衣服) / Prize Reserved (with T-Shirt)": 1895, | ||
"企業獎品預留票 (含紀念衣服) / Corporate Prize Reserved (with T-Shirt)": 2900, | ||
"個人尊榮票 (含紀念衣服) / Premium (with T-Shirt)": 5500, | ||
"團體票 (歡迎申請) / Group-Buy Individual (Free to Apply)": 0, | ||
"個人票 - 早鳥階段 (含紀念衣服) / Individual - Early Stage (with T-Shirt)": 2990, | ||
"個人票 - 一般階段 / Individual - Regular Stage": 3790, | ||
"企業團體票 (歡迎申請) / Group-Buy Corporate (Free to Apply)": 5220, | ||
"優惠票 (含紀念衣服) / Reserved - Community (with T-Shirt)": 2590, | ||
"貢獻者票 (含紀念衣服) / Reserved - Contributor (with T-Shirt)": 1290, | ||
"財務補助票 / Reserved - Financial Aid": 0, | ||
"邀請票 (含紀念衣服) / Reserved - Invited (with T-Shirt)": 0, | ||
"個人贊助票 (含紀念衣服) / Individual - Sponsor (with T-Shirt)": 5500, | ||
"個人票 - 早鳥 (含紀念衣服) / Individual - Early Stage (with T-Shirt)": 2790, | ||
"個人票 - 一般 (含紀念衣服)/ Individual - Regular Stage (with T-Shirt)": 3790, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
辛苦你了,看來我們得在 SQL 那端重新用 regex 寫,不然報表要全部讀不到了
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Types of changes
Description
Update 2024 ticket name and price
Checklist:
poetry run pytest
locally to ensure all linter checks pass