Azure / reliable-web-app-pattern-dotnet

The Reliable Web App Pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for .NET.
https://aka.ms/eap/rwa/dotnet/doc
MIT License
379 stars 120 forks source link

Handle user not created error during ticket purchase #201

Closed KSchlobohm closed 1 year ago

KSchlobohm commented 1 year ago

There's a callback handler that is triggered when the user logs in to add the user to the database. if this fails then the user isn't added to the user table and the FK is violated when they try to buy a ticket.

a better experience would be to add the user to the user table as needed during ticket purchase to prevent this error from impacting the demo

KSchlobohm commented 1 year ago

migrated to 1852575