docs: add missing table permissions section to Vue tutorial - #3156
Open
KesleyDavid wants to merge 1 commit into
Open
docs: add missing table permissions section to Vue tutorial#3156KesleyDavid wants to merge 1 commit into
KesleyDavid wants to merge 1 commit into
Conversation
The Vue idea tracker tutorial (step 6) did not explain how to configure table permissions, causing authorization errors when readers tried to list or create ideas. Add a 'Configure permissions' section consistent with the React and React Native tutorials. Closes appwrite#1467
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
The Vue idea tracker tutorial (step 6, Add database) never explains how to configure table permissions. Readers following the tutorial step by step get authorization errors when listing or creating ideas, and the app only works after manually figuring out permissions in the Console.
This PR adds a Configure permissions section to the Vue tutorial's step 6 (
src/routes/docs/tutorials/vue/step-6/+page.markdoc), mirroring the section that already exists in the React and React Native versions of the same tutorial (same shared screenshots, same wording, same heading ID convention).Test Plan
Verified locally with Bun 1.3.14 (same major version as CI) on macOS arm64:
bun install --frozen-lockfile— cleanbun run check(svelte-check) — 0 errors, 0 warningsbun run format:check(prettier) — All matched files use Prettier code stylebun run build— builds successfully (observed an intermittentnode-fetch-native-with-agentworker error in Bun on cold runs; it also occurs on an unmodifiedmaincheckout and is unrelated to this change — repeated runs pass consistently)Also verified:
src/routes/docs/tutorials/react/step-6/+page.markdoc) and React Native (src/routes/docs/tutorials/react-native/step-6/+page.markdoc) tutorialsstatic/images/docs/tutorials/idea-tracker-permissions.avifand the dark variant){% only_dark %}/{% only_light %}blocks) matches sibling pagesRelated PRs and Issues
Closes #1467
Have you read the Contributing Guidelines on issues?
Yes — including the website repo's CONTRIBUTING.md and STYLE.md, and the Code of Conduct.
🤖 This PR was prepared with AI assistance (Kimi Code CLI), reviewed and verified by the author before submission.