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

Eventsignup confirmation mails #362

Open
hermannsblum opened this issue Mar 25, 2019 · 18 comments
Open

Eventsignup confirmation mails #362

hermannsblum opened this issue Mar 25, 2019 · 18 comments
Labels
enhancement unresolved Further discussion required.

Comments

@hermannsblum
Copy link
Contributor

There was an issue on the admintools that first needs some discussion here:

Kulturis asked for a feature to add additional info to the confirmation mail sent out to users signing up for an event. First question for me: Are there actually emails sent to all users or only to externals?

@NotSpecial NotSpecial added the unresolved Further discussion required. label Mar 25, 2019
@NotSpecial
Copy link
Contributor

NotSpecial commented Mar 25, 2019

Yes, the API sends a confirmation mail. While not strictly needed, it is helpful to notify users, as they can be signed up by admins, for example.

@hermannsblum
Copy link
Contributor Author

Alright, so that would be possible to simply add a textfield for the event that is used as additonal info in the email!

Sent with GitHawk

@NotSpecial
Copy link
Contributor

Yeah, technically that would be no big deal. If there's a need for it from the Kulturteam (and sending separate mails to the participants would not cover the case well), then we should go for it.

@NotSpecial NotSpecial removed the unresolved Further discussion required. label Mar 25, 2019
@hermannsblum
Copy link
Contributor Author

All I know so far is „that was a feature that we had before“, not exactly sure about the usecase. Probably some Kulturis can explain us the advantage over a separate email?

Sent with GitHawk

@NotSpecial
Copy link
Contributor

Do you have any particular person at hand, who we could contact?

@NotSpecial NotSpecial added the unresolved Further discussion required. label Mar 25, 2019
@cburchert
Copy link
Member

cburchert commented Mar 25, 2019 via email

@NotSpecial
Copy link
Contributor

I agree with your last paragraph: First we need to really define which functionality is needed by the Kulturteam.

@toni-ght
Copy link

I just talked to the current Kulturvorstände. We had a special usecase for our event where such a mail would have been nice (we now found another solution), but in the discussion we came to the conclusion that it's not an issue that is not necessary.
we also discussed the automatically sent out reminder. The Kulturis said that on the day of the event, they have a lot of changes in the participant list and have to send out emails manually anyway.

@cburchert
Copy link
Member

cburchert commented Mar 26, 2019 via email

@NotSpecial
Copy link
Contributor

Thank you for your response, @toni-ght .

we came to the conclusion that it's not an issue that is not necessary.

Is the double negative intended? Is the feature necessary or not?

they have a lot of changes in the participant list

This is via the API, or are the changes handled somewhere else?

@toni-ght
Copy link

not intended ^^ -> i had a usecase for the issue, but the kulturis had the opinion that it is not necessary in general

they told me that these are the short-term changes which are handled manually in the csv /exel file. at the moment it's handled manually because there is no reason to have a correct participant list in the tool. this would change if we implement the automatically sent out email, that would be a reason to have a correct list in the tool until the event starts

@hermannsblum
Copy link
Contributor Author

So from this I get that it is actually quite an important feature because without, the api infrastructure is basically not used at the day of the event, and also apps like the checkin app cannot be used?

Sent with GitHawk

@bloryo
Copy link

bloryo commented Apr 1, 2019

In order to use an checkin app at the day of the event we would need to be able to change the participants lists manually in the admintool (or app), eventhought the "first come, first serve" option is selected in the Admintool. So we would need to to be able to remove people from the participants list, without someone from the waiting list taking the place.
The reason for this is that at the moment we are "kulant" and people who are mailing us e.g. 1 day before the event, saying the cannot attend the event, in most cases do not need to pay, because we find a replacement anyway.
Also, most of the time the registriation is open until 24h before the event. So participants can sign out until then and we can not expect the next person on the waiting list to attend spontaneously the event. We will then first write an email to all the people on the waiting list and fill up the event manually (on the csv table) "first come, first serve". As a last option we ask the people in AMIV and friends who want to come to the event spontaneously and are not on the waiting list.

If changing the participants list manually on the admintool is not possible, I think it would also be possible to keep the participants list on the admin tool up to date on the day of the event, but (in the "last minute scenario" that I explained above) we would need to delete a lot of people from the waiting list... I don't know if that is the right way to do it.

@NotSpecial
Copy link
Contributor

It is already possible to manually accept participants as an admin, even for FCFS, but it seems the admin tools do not support this yet.

Do you think this would be easy to implement, @hermannsblum ?

Additionally, it might be useful to directly add accepted signups as an admin. This is currently not supported (i.e. a signup needs to be created, goes to the waiting list, and can then manually be accepted) -- but I think this should be an easy fix.

However, I have a more fundamental question: Should manual changes to the signups by admins always be allowed, or only after the registration window has closed? (@bloryo , @toni-ght)

@NotSpecial NotSpecial changed the title Edit Signup Confirmation Mail Manual signup management for admins and confirmation mails Apr 1, 2019
@bloryo
Copy link

bloryo commented Apr 1, 2019

However, I have a more fundamental question: Should manual changes to the signups by admins always be allowed, or only after the registration window has closed? (@bloryo , @toni-ght)

Only after the registration window has closed would be a good idea, i think.

@hermannsblum
Copy link
Contributor Author

Concerning the admintools I created a description of what is needed, hopefully we implement this soon.

Concerning this issue: I find the title change confusing, we already have manual signup management in the API^^

@NotSpecial
Copy link
Contributor

Not completely, as the management is a bit inconsitent: Admins can PATCH the signup state, but if FCFS is involved, they cannot POST it. But opening a separate issue for this seems like a better idea.

@NotSpecial
Copy link
Contributor

I have moved the management parts of this discussion into separate issues (see above). Let's focus this issue on emails.

@NotSpecial NotSpecial changed the title Manual signup management for admins and confirmation mails Eventsignup confirmation mails Apr 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement unresolved Further discussion required.
Projects
None yet
Development

No branches or pull requests

5 participants