Add documentation for Looker Studio setup#590
Conversation
Document the steps to set up Looker Studio for WhatsApp Groups Automation, including prerequisites, SQL queries, and dashboard replication instructions.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughAdded a new beginner documentation page that details how to set up and replicate a Looker Studio dashboard for WhatsApp Groups Automation using Glific BigQuery data, including prerequisites, BigQuery SQL for a Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
🚀 Deployed on https://deploy-preview-590--glific-docs.netlify.app |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/6`. WhatsApp Groups Automation/Setting up Lookerstudio for WhatsApp
Groups Automation.md:
- Line 15: Summary: Fix compound modifier hyphenation in the document by
updating two phrases; change the phrase "program specific outputs/outcomes
tracking" to "program-specific outputs/outcomes tracking" and change "weekly
patterns" (as used in the context "weekly patterns and errors") to "week-on-week
patterns and errors" so compound modifiers are hyphenated correctly; update
those exact strings in the document where they appear.
- Line 110: The doc has a typo/unclosed backtick in the view name: replace the
incorrect `group_poll (singular and unclosed) with the correct inline code
`group_polls` (plural, properly closed) so the instruction "save the view as
`group_polls`" matches the rest of the document and fixes the broken inline
formatting; update the text that currently contains `group_poll to use
`group_polls` instead and ensure the backticks are balanced.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 8ee94e92-6b59-45ba-be45-c95f7bf339a3
📒 Files selected for processing (1)
docs/6. WhatsApp Groups Automation/Setting up Lookerstudio for WhatsApp Groups Automation.md
docs/6. WhatsApp Groups Automation/Setting up Lookerstudio for WhatsApp Groups Automation.md
Outdated
Show resolved
Hide resolved
| - `your-project-id.your_dataset.wa_messages` | ||
| - `your-project-id.your_dataset.wa_groups` | ||
|
|
||
| d) Save the query as a “View”, save it in under the same dataset and name the view as `group_poll |
There was a problem hiding this comment.
Fix the view name typo and broken inline code formatting.
Line 110 instructs naming the view as group_poll (singular) and has an unclosed backtick. This conflicts with the rest of the doc (group_polls) and can cause setup mistakes.
Suggested doc fix
- d) Save the query as a “View”, save it in under the same dataset and name the view as `group_poll
+ d) Save the query as a “View”, save it under the same dataset, and name the view `group_polls`.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@docs/6`. WhatsApp Groups Automation/Setting up Lookerstudio for WhatsApp
Groups Automation.md at line 110, The doc has a typo/unclosed backtick in the
view name: replace the incorrect `group_poll (singular and unclosed) with the
correct inline code `group_polls` (plural, properly closed) so the instruction
"save the view as `group_polls`" matches the rest of the document and fixes the
broken inline formatting; update the text that currently contains `group_poll to
use `group_polls` instead and ensure the backticks are balanced.
Corrected minor grammatical issues and formatting in the documentation.
Document the steps to set up Looker Studio for WhatsApp Groups Automation, including prerequisites, SQL queries, and dashboard replication instructions.
Summary by CodeRabbit