Capstone: Real-Time Team Collaboration on a Shared Report

Google Workspace

Chapter 9 · Capstone: Real-Time Team Collaboration on a Shared Report

The Excel/Word & PowerPoint and LibreOffice capstones each rebuilt one report-plus-deck project end to end. This capstone takes a genuinely different shape, because Google Workspace's own genuine differences aren't about individual features inside one document — they're about what happens when several people work on that document at the same time. This capstone is a scenario, not a rebuild: a three-person team producing one shared quarterly report, exercising every chapter's own collaboration-first angle along the way.

The Scenario

Three teammates — a writer, a data analyst, and a manager — need to produce a quarterly report together, plus a short companion deck for a stakeholder meeting, all inside a single working day, without ever emailing a file back and forth.

Step 1 — Setting Up the Doc for Real Collaboration

The writer creates a new Google Doc and shares it directly with the analyst and manager, choosing Editor access for both — the cloud-native "share the object, not a copy of a file" model Chapter 1 established as the foundation everything else in this course builds on.

Step 2 — Simultaneous Editing in Action

All three open the Doc at once. The writer drafts the opening summary while the analyst adds a data section below it, each visible to the other in real time with their own labelled cursor — the live, simultaneous editing model Chapter 2 contrasted directly against Word & PowerPoint's own asynchronous Track Changes.

Step 3 — Suggesting Mode and Comments for Review

The manager reviews the draft in Suggesting mode rather than editing directly, proposing wording changes the writer can accept or reject, and leaves a Comment flagging a section that needs the analyst's input — Chapter 3's own pairing of Suggesting mode (Google's live equivalent of Track Changes) with Comments (discussion without editing), both happening in real time alongside the live editing from Step 2.

Step 4 — An Accidental Deletion, and Recovering It

The analyst accidentally deletes an entire paragraph while reformatting a table and doesn't notice right away. Rather than panic, the writer opens File → Version History, finds the version from just before the deletion, and restores the missing paragraph — Chapter 4's own continuous, automatic safety net standing in for the manual-save-and-recover habit every other course in this subject assumed by default.

Step 5 — Pulling in Data from Sheets

The analyst builds the supporting numbers in a separate Google Sheet, then inserts a live chart into the Doc linked back to that Sheet, so it updates automatically if the underlying figures change — Chapter 5's own point about Sheets' formulas transferring familiar syntax while adding live, multi-editor collaboration on the same data.

Step 6 — A Companion Slide Deck

The manager spins up a short Google Slides deck summarizing the report's key points for the stakeholder meeting, deliberately keeping it simple — a small Theme, no elaborate custom animation — consistent with Chapter 6's own "simplicity over depth" framing rather than trying to force PowerPoint-level polish out of Slides.

Step 7 — Automating the Weekly Status Email

Rather than manually remembering to notify the wider team each Monday, the analyst writes a short Apps Script function, attached to a time-based trigger, that emails a summary of the report's current state every Monday at 8am — Chapter 7's own example of Apps Script's cloud-native execution doing something no locally-running macro language could replicate without external help.

Step 8 — Sharing the Final Report Externally

The external stakeholder uses Microsoft Word, not Google Docs, so the writer uses File → Download to export the finished report as a .docx file before sending it along — Chapter 8's own reverse conversion, generating a genuine file from a cloud-native object that had none, going the opposite direction from Step 1's own upload-free starting point.

Capstone StepChapter It Draws From
Step 1 — Sharing the Doc directlyChapter 1 — Cloud-native, not file-based
Step 2 — Simultaneous editingChapter 2 — Real-time collaboration
Step 3 — Suggesting mode and CommentsChapter 3 — Suggesting and Comments
Step 4 — Recovering the deletionChapter 4 — Version History
Step 5 — Linked chart from SheetsChapter 5 — Sheets vs. Excel/Calc
Step 6 — The companion deckChapter 6 — Slides vs. PowerPoint/Impress
Step 7 — The Monday email automationChapter 7 — Google Apps Script
Step 8 — Exporting for an external stakeholderChapter 8 — File Format Interoperability
Why this capstone looks different from the other two
Excel/Word & PowerPoint's and LibreOffice's capstones each rebuilt a single, self-contained document-plus-deck project. This one is deliberately a multi-person scenario instead, because Google Workspace's own genuine differences — live simultaneous editing, Suggesting mode and Comments happening in real time, continuous Version History, and Apps Script's cloud-native execution — only actually show up when more than one person, and more than one moment in time, are involved at once.
A reminder this course kept returning to
Nothing about this scenario involves VBA or LibreOffice Basic macros carrying over into Apps Script, or a locally-running application being required for the Monday email to send — both points this course made explicitly, in Chapter 7 and Chapter 8, specifically because they're the two places a habit carried over from Excel, Word & PowerPoint, or LibreOffice would otherwise lead to a wrong assumption.

Hands-On Exercises

Exercise 1

Recreate Steps 1–4 of this capstone yourself with a real Google Doc (solo is fine — simulate the "second editor" by making changes from an incognito window signed into a second account, or simply narrate what each step would look like). Note one moment where Version History's continuous snapshot model gave you an option a manual "Save As" habit wouldn't have.

📄 View solution
Exercise 2

Write the Apps Script function (and describe the trigger you'd set up) that the analyst in Step 7 would actually need to send the Monday 8am status email. It should read the Doc's current word count and email it to a fixed address.

📄 View solution
Exercise 3

The external stakeholder in Step 8 later replies with tracked edits made in Microsoft Word, and re-sends the .docx file. Explain, using this course's own chapters, what happens when the writer uploads that edited file back into Google Drive, and what the writer should check for before assuming everything transferred cleanly.

📄 View solution
Course Complete

Google Workspace — 9 of 9 chapters complete. This closes the Office & Productivity Software subject's fourth and final planned course.

Chapter 9 Quick Reference

  • This capstone is a collaboration scenario, not a document rebuild — the shape that actually exercises this course's own angle
  • Every chapter maps to one concrete step: cloud-native sharing, live editing, Suggesting/Comments, Version History, Sheets data, Slides, Apps Script, and file export
  • The two reminders repeated throughout: macros never transfer to Apps Script, and Apps Script runs server-side, independent of anything being open