-
Notifications
You must be signed in to change notification settings - Fork 341
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
Test lists v1.5 #1720
base: master
Are you sure you want to change the base?
Test lists v1.5 #1720
Conversation
This reverts commit 8538d87.
* `category_description` - Description of the category | ||
* `date_added` - ISO timestamp of when it was added | ||
* `source` - string representing the name of the person that added it | ||
* `notes` - a JSON string representing metadata for the URL (see URL Meta below) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: add note about the quoting format and the fact that JSON format is determined by peaking the first byte which should be {
For metadata in notes, please see #1723 for what Thailand list is trying to put in there for the time being. |
Proposed Metadata - for Discussion/CommentsSome are from the discussion at the iMAP/OONI Partner Gathering 2024. Webpage statusThese are characteristics intrinsic to the webpage/URL itself.
Observation statusData about the observation activity.
Webpage category/Additional informationA category given by human judgement or need knowledge extrinsic to the URL.
Note: Category now works on at least 3 independent axis/dimensions -- that’s why they overlap a lot:
But the category rearrangement will break the ability to compare with measurements from projects that use v1.0 version of test list spec. Use CasesAs discussed, use cases will be very useful for the discussion. |
WIP branch to come up with a nicer data format for the future test lists v2 data format.