Skip to content

[FEATURE]: Enable background sync worker for Cover Letters #80

@Gautam25Raj

Description

@Gautam25Raj

Affected Apps / Packages

Studio (apps/studio)

Is your feature request related to a problem?

Yes. While the Resume Editor initializes background worker syncs (startResumeSyncWorker) every time the document updates, the Cover Letter editor does not start any sync worker. Cover Letter changes are written locally but aren't automatically backed up to the cloud unless the user manually triggers a save/sync action.

Describe the solution you'd like

Expose and initialize a background sync worker for COVER_LETTER documents within the CoverLetterEditor mounting lifecycle. This ensures that cover letters benefit from automated background cloud synchronization parity with resumes.

Describe alternatives you've considered

Relying entirely on manual save triggers, which increases the risk of data loss.

Additional Context

Relevant files:

  • apps/studio/features/cover-letter/editor/CoverLetterEditor.tsx

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestui/uxDesign or user experience improvements
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions