Skip to content

vedit: hosted review URL service #18

Description

@explicit09

Problem

Render-to-review currently produces a local zip (see #13). Producers and clients need a real URL they can open in a browser — https://review.awidat.dev/<short-code> — with proxy playback, frame-accurate scrubber, and a comment box that writes back into vedit notes.

Scope (MVP — phase 1, read-only review)

  1. Upload review package (proxy + manifest + thumbnails) to a configurable backend (S3-compatible by default).
  2. Return a short-code URL.
  3. Static viewer page: HLS proxy playback + scrubber + read-only note list.

Out of scope phase 1: write-back (see comment-ingest issue).

Layers

  1. crates/core/src/review.rs — upload pathway with pluggable backend
  2. crates/secrets/ — backend credentials
  3. New static viewer (probably under apps/review-viewer/ — tiny SPA)
  4. Test: package + upload mock + URL roundtrip

References

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions