Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Rewrite the frontend to remove job id from requests #171

@definitelynobody

Description

@definitelynobody

Rewrite and test the frontend script so that the job id is not passed to the /out or /err endpoints. Instead store the job id locally when the job is created and compare it with the job id that is returned from those endpoints. If the job has changed, clear the console and store the new job id.

.route("/out/:id", post(read_stdout))

should be

.route("/out", post(read_stdout))

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions