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

feat: pricing #34

Merged
merged 8 commits into from
Oct 24, 2024
Merged

feat: pricing #34

merged 8 commits into from
Oct 24, 2024

Conversation

ferferga
Copy link
Member

Closes #2

@resinas Does this look good to you? Is my assumption (day only ticket only applies to conference), correct?

I'd also like to know if it would be possible to purchase tickets during the conference (like in Krakow with the extra fee) and the refunding details, since that could give me a grasp of how to continue iterating this page going forward.

@ferferga ferferga requested a review from resinas October 10, 2024 15:29
Copy link

github-actions bot commented Oct 10, 2024

Cloudflare Pages deployment

Latest commit fa8f7f9
Status ✅ Deployed!
Preview URL https://c784a809.bpm2025seville.pages.dev
Type 🔀 Preview

View build logs

@resinas
Copy link
Member

resinas commented Oct 16, 2024

It's a nice approach, but there are several things that need to be changed:

  • The price is too big. The type of registration should be the same size or bigger (see https://www.dropbox.com/plans for instance).
  • The prices that do not apply now should be smaller than the price that is active at this moment.
  • Since we have four options, it would be great if the four of them could fit in the same row.
  • The list of options that each registration type offer should be as follows:

All workshop sessions (1 September)
All conference sessions (2-4 September)
Reception (1 September)
Guided tour (2 September)
Conference dinner (3 September)
Conference bag

The workshops option will have the first one, the reception and the conference bag
The conference only will have all of them except for workshop sessions
The conference + workshops will have all of them
The daily ticket, since it is very different, could have just these two:

  • Conference sessions (only the day of the ticket)
  • Social event (only the day of the ticket)

In addition, you need to add additional information about students registration and cancellation policy. You can copy the canecllation policy from here: https://conferences.big.tuwien.ac.at/caise2025/register.php

Concerning the students, you just need to mention that:

  • We offer a 100€ discount for students. If you register as a student, you must provide proof of your student status (e.g. a student card including the academic year). You are eligible for the ‘Student fee’ if you are a student in the academic year 2024-2025. In case you are not able to provide a proof in time, your student registration will be automatically changed into a regular registration, and you will be charged accordingly.
  • If you are a MSc/PhD student and the presenting author (i.e., the only one among the authors who is present at the event) of a paper accepted at a workshop/co-located event/main conference, then you need to buy a regular registration, regardless of whether or not you are a student.
  • If you are a PhD student and you have been accepted to participate in the Doctoral Consortium, the participation to the Doctoral Consortium is free of charge. If you want to attend the rest of the workshops and/or conference, you can register as a student.

Copy link
Member

@resinas resinas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just added a detailed comment with the suggested changes in the pull request

@ferferga
Copy link
Member Author

@resinas Please check it now, I hope it's better!

Copy link
Member

@resinas resinas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed the code to put all price boxes in the same row, and now we are good to go.

ferferga and others added 8 commits October 24, 2024 14:42
Signed-off-by: Fernando Fernández <[email protected]>
Signed-off-by: Fernando Fernández <[email protected]>
This fixes the overlapping that the reintroduction of the button introduced

Signed-off-by: Fernando Fernández <[email protected]>
Co-Authored-By: Adrián Romero Flores <[email protected]>
Co-Authored-By: Álvaro Bernal Caunedo <[email protected]>
@ferferga ferferga force-pushed the reintroduce-pricing branch from 0e089bb to fa8f7f9 Compare October 24, 2024 12:42
@ferferga ferferga enabled auto-merge (rebase) October 24, 2024 12:42
@ferferga ferferga merged commit eabd3d0 into main Oct 24, 2024
9 checks passed
@ferferga ferferga deleted the reintroduce-pricing branch October 24, 2024 12:44
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.

Create registration page
2 participants