Skip to content

Route Update to use '$' for Queries (Fixes #12)

James Marotta requested to merge jm/route-updates into master

What

Queries were allowed on the Route, which could fail silently, this PR uses '$' to prefix all queries, to reduce chances of typos.

Why

Fix silent bugs, when querying the route.

How

Added prefix of '$' to all queries when on the Route.

How to test

Wrote three new test cases, use npm run test

https://gitlab.com/harth/attain/-/jobs/511349924#L128

Fixes

fixes #12 (closed)

@JAForbes

Edited by James Marotta

Merge request reports