Design Short Story Telling (Text/Images) platform like Terribly Tiny Tales.
MediumImagine you're building a platform inspired by Terribly Tiny Tales (TTT), where users can create and share very short stories (text and optionally images). This isn't just about storing strings; we need a robust and extensible system that allows for various story formats, content moderation, user interaction, and potentially even monetization in the future. We want to simulate the creation, display and management of short stories with optional images, focusing on the core domain and how it translates to clean, maintainable code.
Requirements
Interview Simulation
Experience a realistic interview conversation. The interviewer will ask clarifying questions,and you'll reveal your understanding of the requirements.
Let's start by understanding the scope. What are the core functionalities this system needs to provide?
💡 Interview Tip
Identify the Actors (Who uses the system?) and their Use Cases (What are they trying to achieve?). Start with the 'Happy Path' scenarios.