Ask HN: Examples of interfaces combining data display and user-generated input? I'm developing a web-based desktop app for internal users to view and analyze datapoints on various companies that is stored in our database. Users need to create short and long-form narratives based on predefined questions about the data (e.g., funding rounds, employees, patents, news, sales). The interface should: 1 Display the stored structured data (in sections) 2 Allow short-form confirmations/fact-checks for specific data points 3 Enable longer narratives referencing multiple data points 4 Use various input types (text areas, fields, tags, selects) Does anyone know of some examples of any apps with similar functionality so I can check out their UI? |