docs: comprehensive documentation refactor and codebase structure alignment#290
docs: comprehensive documentation refactor and codebase structure alignment#290durgaprasadml wants to merge 2 commits into
Conversation
|
Good docs idea, but I would not merge this as-is yet. Main issue: there are many broken local links like file:///Users/durgaprasadml/Documents/ARVIO/.... Those only work on your machine and will be broken for everyone on GitHub. Also git diff --check fails because of whitespace issues, and some docs sections may overstate iOS/TestFlight/Supabase workflows, so please verify those match the real repo. Can you clean this by: replacing all file:///... links with normal relative links |
6e7e4ee to
e1f5b3e
Compare
|
@ProdigyV21 Rebased the branch on latest main and resolved the merge conflicts. Also completed the requested documentation cleanup and validation fixes. The PR is now updated for review. |
|
Thanks for updating this. The docs cleanup looks better now and the broken local file:/// links seem fixed. But this PR is no longer docs-only. It now adds Room database caching, cache refresh worker logic, MediaRepository changes, Gradle changes, and tests, so it needs full compile validation. Right now it does not compile. Also Please fix the
I like the idea, especially the persistent metadata cache, but we should not merge until it builds cleanly. |
Summary
This PR performs a comprehensive documentation refactor and aligns the documentation with the current repository structure and workflows.
The goal of this contribution is to improve contributor onboarding, documentation maintainability, navigation consistency, and overall developer experience.
Closes #268
Changes Made
Documentation Refactor
New Documentation Added
Contributor Experience Improvements
Documentation Standardization
Architecture & Project Visibility
Impact
This refactor improves:
Validation
Screenshots / Additional Notes
N/A – documentation-focused changes only.