I'd like all the logical flight logic to be liveable in the schema.
A quick idea I had to tackle this is when the logic is defined as https://github.com/$gh-org/$2 it will first check for $gh-org in localstorage, if that doesnt exist it will then see if at least 2 parameters were passed into the query and if they were then it would change to https://github.com/$1/$2, then if it wasnt able to parse they'd be sent to a defined error_page.
I'd like all the logical flight logic to be liveable in the schema.
A quick idea I had to tackle this is when the logic is defined as
https://github.com/$gh-org/$2it will first check for$gh-orgin localstorage, if that doesnt exist it will then see if at least 2 parameters were passed into the query and if they were then it would change tohttps://github.com/$1/$2, then if it wasnt able to parse they'd be sent to a definederror_page.