- Items: add
primary_item_link_confirmed_by
- Items: rename
item_list1
tofolder
. - Items: update query. item-list relation is now many-to-one, not many-to-many.
- ID columns: format without commas (thanks to Workbench's new Arrow API v1).
- Conversations: add
conversation_language
column.
- Items: add
primary_item_link_updated_at
, to (temporarily) distinguish between machine-confirmed and human-confirmed. confirmed-sibling and suggested-sibling relationships. - Items: add
facebook_share_count
,facebook_comment_count
,facebook_reaction_count
.
- Items: enforce at-most-one primary item, and filter for only confirmed-sibling and suggested-sibling relationships.
- Items: add
facebook_share_count
,facebook_comment_count
,facebook_reaction_count
.
- Conversations: fix
outcome
for post-2020-12-23 conversations (which are stored differently). - Conversations: add
billable_conversation_id
, to help evaluate costs
- Items: add
primary_item_relationship_type
column
- Allow querying items even when the team has no verification statuses.
- Allow querying items whose status IDs are invalid.
- Tasks: make "image" answers URLs
- Tasks and metadata: add
first_note
column - Items: add
item_notes
column (all notes, newline-separated) - Items: add
item_language
column - Nix "Submissions and Claims" query
- Dictionary-encode columns like "item_language". Should lead to smaller Parquet files (because columns can be encoded to be tiny).
- Conversations: add
resource_title
column
- Items: look up
item_status
label. - [dev-mode] allow running from the command line.
- [internal] dictionary-encode username and status columns.
- Items: add
item_analysis_title
,item_analysis_content
- Items: change
item_url
tomedia_url
anditem_derived_***
tomedia_***
- Items: add
item_created_at
,item_created_by
- Items: add
item_tags
- Tasks: hide JSON characters in image filenames, so they look nice
- Tasks: hide JSON characters in multiple-choice task/metadata responses, so they look nice.
- Conversations: prevent duplicate rows.
- Items: add
item_derived_published_at
,item_archive_org_url
,item_derived_description
,item_derived_author_name
,item_derived_author_url
.
- Tasks: Hide most JSON characters in task/metadata answers, so they look nice.
- Add Conversations query
- Add Items query
- Rename "Tasks", "Tasks and Metadata"
- Add Tasks query
- Initial deploy. "Requests and Claims" sheet, alpha version.