[Refactor] Add slug-based document sharing and improve workspace sync handling#94
Merged
Gautam25Raj merged 1 commit intoMay 24, 2026
Conversation
- Move public share URLs to /share/:username/:slug - Keep share slugs stable unless explicitly updated - Avoid share slug collisions across renamed documents - Scope sync outbox, telemetry, and active document ids by type - Preserve debounced resume saves and flush behavior - Surface localStorage save failures instead of reporting success - Consolidated resume-related local storage operations into document workspace service. - Removed deprecated resume local storage service and sync service. - Enhanced document sync service to handle RESUME document type. - Updated resume data schema to include optional title field. - Improved resume title handling in formatting utilities. - Added loading and error handling improvements in share link services. - Introduced loading text prop in Button component for better user feedback during async operations.
This was
linked to
issues
May 24, 2026
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.
Summary
This PR refactors the document sharing and workspace synchronization architecture by introducing stable slug-based sharing URLs, improving sync scoping behavior, and consolidating resume workspace storage handling.
The update also improves async feedback handling, document save reliability, and loading/error states across sharing workflows.
Refactor
Document Sharing System
/share/:username/:slugWorkspace & Sync Improvements
RESUMEdocument typeCleanup & Architecture
Improvements
Error & Loading Handling
Resume Data Handling
UI & Feedback
loadingTextprop toButtoncomponentBeta Status
✅ Stability Improvements
Notes
Type of Change
Checklist