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 1 forks source link

Create private galleries #69

Open DavidAJohn opened 6 months ago

DavidAJohn commented 6 months ago

A really useful feature that could be added is the ability to create private galleries that can be viewed by a client via a private URL.

I'm thinking of something vaguely like Picdrop.

The application already has the concept of private galleries built into it, although that was intended more as a preparatory step for the photographer before making the gallery public.

It should be feasible to leverage that existing functionality by adding some form of link generation that allows access to a private gallery.

Beyond that, giving clients the opportunity to add comments would be useful, but that's not an immediate requirement.