docs(offline): add manual testing and troubleshooting guide - #207
Open
Varsha20064 wants to merge 3 commits into
Open
docs(offline): add manual testing and troubleshooting guide#207Varsha20064 wants to merge 3 commits into
Varsha20064 wants to merge 3 commits into
Conversation
This document provides a comprehensive guide for manually verifying the Offline Mode feature of the Yaksha FAQ Portal, including prerequisites, test steps, expected results, and a test record table.
Added troubleshooting section for Offline Mode testing.
Added a section for Offline Mode Testing in the README.
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 changed
This PR adds a manual testing and troubleshooting guide for the Offline Mode feature so contributors and reviewers can consistently verify service-worker registration, FAQ caching, offline access, uncached-content behaviour, and cache cleanup. It also adds a reusable test-record table and links the guide from the documentation index.
Related issue
Refs #162
Refs #169
Type of change
Area affected
/admin/*)/community— posts, comments, auto-answer)CI verification
cd apps/backend && npx tsc --noEmitexits 0cd apps/backend && npx vitest run— all tests passcd apps/frontend && npx tsc --noEmitexits 0cd apps/frontend && npx vitest run— all tests passpnpm run lint— 0 errors (152 warnings is the baseline)main, no merge commitsNotes for reviewer
This is a documentation-only change and does not modify application behaviour. The new guide documents manual QA procedures for the Offline Mode implementation associated with #162 and #169. The Markdown structure and documentation link were reviewed using GitHub Preview. Automated tests were not added or run because no source code was changed.