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/endpointy maili #44

Open
dawidlinek opened this issue Jan 5, 2025 · 0 comments · May be fixed by #47
Open

feat/endpointy maili #44

dawidlinek opened this issue Jan 5, 2025 · 0 comments · May be fixed by #47
Assignees

Comments

@dawidlinek
Copy link
Member

Organizator może utworzyć customowe maile wysyłane automatycznie lub ręcznie

POST /events/:id/emails -> organizator może utworzyć maila z nazwą, contentem oraz opcjonalnie triggerem (np. triggerem będzie participant_registered, (form_filled i w trigger value id formularza ) lub (attribute_changed i w trigger value id attrybutu)) - możesz opracować jakąś standaryzację dostępnych triggerów

GET /events/:id/emails -> wyświetla maile danego wydarzenia. Bez contentu ale z liczbą maili w oczekiwaniu, wysłanych i niepomyślnych (z tabeli participant_emails)

GET /events/:id/emails/:id -> wyświetla jednego maila z treścią i wszystkimi uczestnikami do których mail był wysłany wraz ze statusem

PUT /events/:id/emails/:id - aktualizacja nazwy, contentu i triggera

DELETE /events/:id/emails/:id - usuwa maila

To jest pierwsza część zadania. Do tego będzie jeszcze druga z serwisem implementującym faktyczne łapanie triggerów, parsowanie i wysyłanie maili, więc jak uda się wcześniej skończyć to zadanie to daj znać.

@kamilramocki kamilramocki linked a pull request Jan 6, 2025 that will close this issue
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 a pull request may close this issue.

2 participants