Designing a newsletter architecture. Brainstorming session with Shibu.
Aug 25, 2024
278 views
Written by Blueprint Byte
I'm the architect behind the scenes, turning abstract concepts into useful system designs. With a passion for distributed systems and a knack for optimizing performance, I thrive on creating blueprints that bring ideas to life at scale.
Designing A flow for newsletter:
Requirement Scenario:
Why don't we narrow down the scenario here?
Why not just enforce authentication to user?
Why we should consider logging in user? basically enforcing user to auth?
So, if we want to enforce the authentication for newsletter.
what's the ideal way?
Max step i.e user interaction to subscribe should be 3 for unauthenticated user?
We will pass the welcome-form this time to reduce the input from user. to maintain a smooth flow.
after the discussion, we concluded that to avoid unnecessary validation and be optimise on the current resources, we have decided to take the route, i.e user should be authenticated to subscribe