You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We may want to support multiple OKAPI installations. In the best case they should be switchable during runtime without having to settle with one specific installation. At first this should make it easier to test some features which involve modifications (like submitting logs) by using a public/private test installation, but could be helpful for other cases as well.
For this we have to evaluate the shadow list API (or its planned successor) as well as it only supports the German OC site for now.
There is a PR for this on the original project (RoffelKartoffel#24), but this probably needs some modifications to satisfy our requirements.
The text was updated successfully, but these errors were encountered:
This is the first step of the refactoring which allows switching between the
German site and a test server during runtime. The configuration values and
methods have been adapted to not rely on a static value anymore, but to call
dedicated methods instead which return the value corresponding to the selected
Opencaching server.
As all the changes are mostly intended for testing the application itself,
especially when it comes to actual write operations (submitting logs), the
new functionality is not availabe from within the GUI. We may want to decide
whether including support for the other (real) OKAPI installations makes sense
and how this can be handled later on.
We may want to support multiple OKAPI installations. In the best case they should be switchable during runtime without having to settle with one specific installation. At first this should make it easier to test some features which involve modifications (like submitting logs) by using a public/private test installation, but could be helpful for other cases as well.
For this we have to evaluate the shadow list API (or its planned successor) as well as it only supports the German OC site for now.
There is a PR for this on the original project (RoffelKartoffel#24), but this probably needs some modifications to satisfy our requirements.
The text was updated successfully, but these errors were encountered: