chore: use conversational fake text messages

This commit is contained in:
talksik
2026-01-29 12:48:23 -08:00
parent 21dd1e0c22
commit ebf46444e1
+34 -27
View File
@@ -61,14 +61,20 @@ void Data::initializeFakeData()
m_streams[net2.id].append(stream3);
// Particles for Engineering
m_particles[stream3.id].append({"p8", "text", "[email protected]", "Sprint planning notes for Q1", false});
m_particles[stream3.id].append({"p9", "link", "[email protected]", "GitHub PR for authentication refactor", true});
m_particles[stream3.id].append({"p10", "text", "[email protected]", "Performance optimization opportunities", false});
m_particles[stream3.id].append({"p11", "image", "frank@flowy.com", "Architecture diagram for new service", true});
m_particles[stream3.id].append({"p12", "text", "grac[email protected]", "Code review feedback summary", false});
m_particles[stream3.id].append({"p13", "link", "henry@flowy.com", "Documentation for API v2 endpoints", false});
m_particles[stream3.id].append({"p14", "text", "ivy@flowy.com", "Bug report from production", true});
m_particles[stream3.id].append({"p15", "image", "jack@flowy.com", "Database schema migration plan", false});
m_particles[stream3.id].append({"p8", "text", "[email protected]", "hey team, anyone seeing issues with the auth service?", false});
m_particles[stream3.id].append({"p9", "text", "[email protected]", "yeah, getting 401s on the staging server", true});
m_particles[stream3.id].append({"p10", "text", "[email protected]", "i think it's the JWT expiration. checking now", false});
m_particles[stream3.id].append({"p11", "link", "eve@flowy.com", "https://github.com/flowy/api/pull/234", true});
m_particles[stream3.id].append({"p12", "text", "ev[email protected]", "^ PR ready for review. fixed the token refresh logic", false});
m_particles[stream3.id].append({"p13", "text", "frank@flowy.com", "looking at it now", false});
m_particles[stream3.id].append({"p14", "text", "grace@flowy.com", "nice catch! left a few comments about error handling", true});
m_particles[stream3.id].append({"p15", "text", "eve@flowy.com", "updated, should be good to merge", false});
m_particles[stream3.id].append({"p16", "text", "[email protected]", "merged! deploying to staging now", true});
m_particles[stream3.id].append({"p17", "text", "[email protected]", "btw, we should probably add monitoring for token expiration", false});
m_particles[stream3.id].append({"p18", "text", "[email protected]", "good idea, i can set that up after lunch", false});
m_particles[stream3.id].append({"p19", "text", "[email protected]", "also, can someone review my database migration PR?", true});
m_particles[stream3.id].append({"p20", "image", "[email protected]", "here's the schema changes", false});
m_particles[stream3.id].append({"p21", "text", "[email protected]", "looks good to me. just run it by charlie for final approval", false});
// Stream: Design
Stream stream4;
@@ -79,10 +85,16 @@ void Data::initializeFakeData()
m_streams[net2.id].append(stream4);
// Particles for Design
m_particles[stream4.id].append({"p16", "image", "[email protected]", "UI mockup for mobile dashboard", false});
m_particles[stream4.id].append({"p17", "text", "leo@flowy.com", "Design system color palette updates", true});
m_particles[stream4.id].append({"p18", "link", "maya@flowy.com", "Figma file for user onboarding flow", false});
m_particles[stream4.id].append({"p19", "image", "nathan@flowy.com", "Wireframes for settings page", true});
m_particles[stream4.id].append({"p22", "text", "[email protected]", "starting on the mobile dashboard redesign", false});
m_particles[stream4.id].append({"p23", "image", "karen@flowy.com", "initial mockup - thoughts?", true});
m_particles[stream4.id].append({"p24", "text", "leo@flowy.com", "love the direction! maybe try a darker header?", false});
m_particles[stream4.id].append({"p25", "text", "maya@flowy.com", "agreed, and can we use the new color palette from the design system?", true});
m_particles[stream4.id].append({"p26", "link", "[email protected]", "https://figma.com/design-system-v2", false});
m_particles[stream4.id].append({"p27", "text", "[email protected]", "oh perfect! i'll update it", false});
m_particles[stream4.id].append({"p28", "text", "[email protected]", "hey, should the settings page follow the same style?", false});
m_particles[stream4.id].append({"p29", "text", "[email protected]", "yes definitely, keeping it consistent across all pages", true});
m_particles[stream4.id].append({"p30", "image", "[email protected]", "cool, here's my wireframe draft", false});
m_particles[stream4.id].append({"p31", "text", "[email protected]", "looks great! can you add that to the figma file?", false});
// Stream: Archive
Stream stream5;
@@ -93,21 +105,16 @@ void Data::initializeFakeData()
m_streams[net2.id].append(stream5);
// Particles for Archive
m_particles[stream5.id].append({"p20", "text", "[email protected]", "Old project requirements document", true});
m_particles[stream5.id].append({"p21", "text", "[email protected]", "Archived meeting notes from Q4", true});
m_particles[stream5.id].append({"p22", "link", "[email protected]", "Deprecated API documentation", true});
m_particles[stream5.id].append({"p23", "text", "rachel@flowy.com", "Legacy feature specification", true});
m_particles[stream5.id].append({"p24", "image", "sam@flowy.com", "Old design mockups", true});
m_particles[stream5.id].append({"p25", "text", "tina@flowy.com", "Historical performance metrics", true});
m_particles[stream5.id].append({"p26", "link", "um[email protected]", "Archive of old blog posts", true});
m_particles[stream5.id].append({"p27", "text", "victo[email protected]", "Sunset project final report", true});
m_particles[stream5.id].append({"p28", "image", "wendy@flowy.com", "Previous branding assets", true});
m_particles[stream5.id].append({"p29", "text", "xavier@flowy.com", "Completed milestone summary", true});
m_particles[stream5.id].append({"p30", "link", "[email protected]", "Old repository backup link", true});
m_particles[stream5.id].append({"p31", "text", "[email protected]", "Archived customer feedback", true});
m_particles[stream5.id].append({"p32", "image", "[email protected]", "Previous UI iteration screenshots", true});
m_particles[stream5.id].append({"p33", "text", "[email protected]", "Legacy code documentation", true});
m_particles[stream5.id].append({"p34", "link", "[email protected]", "Historical release notes", true});
m_particles[stream5.id].append({"p32", "text", "[email protected]", "so we're officially deprecating the old API next week", true});
m_particles[stream5.id].append({"p33", "text", "[email protected]", "yep, all clients have migrated to v2", true});
m_particles[stream5.id].append({"p34", "text", "[email protected]", "great work everyone! this project was a long journey", true});
m_particles[stream5.id].append({"p35", "link", "quinn@flowy.com", "https://docs.flowy.com/api/v1-migration-guide", true});
m_particles[stream5.id].append({"p36", "text", "rachel@flowy.com", "should we keep the docs around for a bit?", true});
m_particles[stream5.id].append({"p37", "text", "sam@flowy.com", "yeah i'd say 6 months, then archive everything", true});
m_particles[stream5.id].append({"p38", "text", "tin[email protected]", "agreed. i'll set a reminder", true});
m_particles[stream5.id].append({"p39", "text", "olive[email protected]", "also documented all the lessons learned", true});
m_particles[stream5.id].append({"p40", "text", "patricia@flowy.com", "nice! that'll be super helpful for future projects", true});
m_particles[stream5.id].append({"p41", "text", "quinn@flowy.com", "alright, marking this stream as closed. good job team!", true});
}
const QList<Network>& Data::networks() const