NASA-AMMOS / aerie-ui

The client application for Aerie.
https://nasa-ammos.github.io/aerie-docs/
MIT License
28 stars 5 forks source link

Convert query strings to constants for use in permissions #1157

Closed duranb closed 4 months ago

duranb commented 5 months ago

It's getting a little difficult to update permission logic when queries are updated. This effort is to add the use of query string constants that can be used between the permission logic and query logic. The permissions map should be further typed to be 1-to-1 with the gql map.