Skip to content

Feature: Sessions/Tapes #8

@ballercat

Description

@ballercat

Why

Users should be able to record all traffic for under a specific session key, then pick a session recording at a later point.

What

  • Build a server api to handle session recording (start/stop) and playback (start/stop)
  • Build in UI support to call these APIs

Difference in behavior for a session vs basic jambox functionality:

  • A session should only record requests when prompted, no recording of requests during playback of any kind
  • A session should record all requests as unique entities, recorded chronologically. Should perform no hashing/de-duplication. It's possible this may be configurable in the future.

Consider calling session a tape to match the theme of a jambox being another name for a boombox.

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