Skip to content

Conversation

@keggsmurph21
Copy link
Collaborator

See also: #126 and discussion here

NOTE: I'll probably want to refactor things like

    PUT /traces/move?path=<str>&trace_id=<int>&x=<float>&y=<float>

    =>

    PUT /<path>/trace/<trace-id>/move
    {
        "x": <float>,
        "y": <float>
    }

But other than those cosmetic changes, I think this is the overall
structure we'll want.
We'll definitely want to cache the project access somehow, since otherwise
we'll have to read from disk on every request (for the same information).
@keggsmurph21 keggsmurph21 added this to the ultratrace 2.0 milestone Jan 13, 2020
@jonorthwash jonorthwash force-pushed the master branch 3 times, most recently from 81d5a96 to 9d1c199 Compare October 13, 2020 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants