DavidAJohn / PhotoPortfolio

Personal photo portfolio .NET web application which implements a Blazor and Tailwind CSS user interface with a MongoDb database, and includes integration with Stripe Checkout and Prodigi Print API
0 stars 0 forks source link

Admin Orders page - search by... #66

Open DavidAJohn opened 9 months ago

DavidAJohn commented 9 months ago

I'd previously considered implementing an order search by customer email address, but the customer email may be removed after order completion to comply with GDPR.

It could be useful to be able to search by the order Id, and perhaps the Stripe Payment Intent Id, so that an order can still be referenced, but only via details in the Stripe dashboard.