bratislava / kupaliska-starz-fe

Buy and manage tickets to swimming pools in Bratislava.
https://kupaliska.bratislava.sk
European Union Public License 1.2
0 stars 0 forks source link

FE - Maily - Servisný na migrantov #64

Closed MarekBodingerBA closed 5 months ago

MarekBodingerBA commented 1 year ago

Potrebujeme odkomunikovať výmenu loginu do Azure za login do Bratislavského konta. Cielime na všetkých používateľov, ktorí si minulý rok založili kúpaliskový účet a rozlišujeme, či má user vytvorené Bratislavské konto.

Prosím, dať do jedného templatu a oifovať veci, ktoré sa líšia. t.j.

Všetky veci vyššie sa môžu ešte zmeniť podľa feedbacku od copywriterky, ale aspoň predpripraviť template - zmeny si viem potom v html spraviť aj sama. Header a footer bude rovnaký.

MarekBodingerBA commented 1 year ago

https://app.eu.mailgun.com/app/sending/domains/digital.bratislava.sk/templates/details/2023-kupaliska-migration

MarekBodingerBA commented 1 year ago

https://app.eu.mailgun.com/app/sending/domains/digital.bratislava.sk/templates/details/2023-kupaliska-purchased-tickets Payload:

{
    "firstName": "test_firstName",
    "type": "listok", // "permanentka"
    "tickets": [{
        "heading": "test_heading",
        "subheading": "test_subheading",
        "type": "blue" // "purple" | "light"
        "qrCode": "test_qrCode",
        "ticketUrl": "test_ticketurl",
        "appleWalletUrl": "test_appleWalletUrl",
        "googleWalletUrl": "test_googleWalletUrl",
    }],
    "summary": {
        "items": [
            {
                "name": "test_name",
                "price": "test_price"
            }
        ],
        "totalPrice": "test_totalPrice" // could be omitted
    }
}