-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: synchronize id for ooni
and dw
descriptor IDs in prod and dev environments.
#2824
Comments
Hi @DecFox , is there a particular reason why the OONI Descriptors cant start with a whole number?
|
Why do we need the OONI Run link ids having a fixed length? OONI Run link IDS should in theory be extensible beyond 99999 and as per spec they should be treated as a string (that means that 00104 is different than 104). |
The above examples were following a pattern recognized in the existing OONI Run link IDS. At the moment, https://api.dev.ooni.io/api/v2/oonirun/links/104, and https://api.dev.ooni.io/api/v2/oonirun/links/00104 are quite different with the former( |
This is done for DW and we can create a new one for the OONI app in the future |
Describe the bug
To Reproduce
Steps to reproduce the behavior.
These links should match in both environments.
DW
OONI
Expected behavior
00000
and10000
The text was updated successfully, but these errors were encountered: