Meedan Check Versions Save

Development environment for Meedan Check, a collaborative media annotation platform

v0.178.0

1 month ago

Shared feed item page.

GraphQL API changes:

  • ➕ Added argument report_status to ClaimDescriptionType.fact_check field
  • ➕ Added a new type ClusterTeamFactCheckType
  • ➕ Added a new type ClusterTeamType
  • ➕ Added new fields to ClusterType: cluster_teams, project_medias and project_media
  • ➕ Added new fields to FeedType: last_clusterized_at, saved_search_was and cluster
  • ➖ Deleted field smooch_user_slack_channel_url from TiplineRequestType

PostgreSQL changes:

  • ➕ Added column last_received_terms_email_at to users table

v0.177.0

2 months ago

Tipline request refactoring, clusters refactoring and GraphQL refactoring.

GraphQL API changes:

Some GraphQL fields that previously had type UserType now have type MeType. Similarly, some GraphQL fields that previously had type TeamType now have type PublicTeamType. Both UserType and TeamType were simplified and just contain a few fields now. Other changes below:

  • ➖ Deleted fields size, team_names, items, claim_descriptions and fact_checked_by_team_names for ClusterType
  • ➖ Deleted fields cluster and cluster_id from ProjectMediaType
  • ➖ Deleted field cluster from QueryType
  • ➕ Added fields team_ids, channels, media_count, title, fact_checks_count, center, last_request_date, last_fact_check_date and teams to ClusterType
  • ➕ Added fields clusters_count and clusters to FeedType
  • ➕ Added type MeType
  • ➕ Added field public_team to ProjectMediaType
  • ➕ Added field medias_count to PublicTeamType

PostgreSQL changes:

  • ➖ Deleted column cluster_id from table project_medias
  • ➖ Deleted column project_medias_count from table clusters
  • ➕ Added table tipline_requests
  • ➕ Added columns failed_attempts, unlock_token and locked_at to table users
  • ➕ Added table cluster_project_medias
  • ➕ Added columns feed_id, team_ids, channels, media_count, requests_count, fact_checks_count, last_request_date, title and last_fact_check_date to table clusters
  • ➕ Added columns uuid and last_clusterized_at to table feeds
  • ➕ Added columns positive_feedback and negative_feedback to table monthly_team_statistics

v0.176.0

3 months ago

Edit item title and shared feed data points.

GraphQL API changes:

  • ➖ Deleted mutations UpdateAccountSource, CreateAnnotation, DestroyComment, all ProjectGroup mutations, DestroyProjectMedia, UpdateProjectMediaUser, DestroyProjectMediaUser, DestroySource, CreateTask, DestroyTask, all TaskFile mutations, all TaskOrder mutations, CreateTeamUser, CreateUser and DestroyUser
  • ➖ Deleted all fields from UpdateTeamUser mutation, except for role
  • ➕ Added field data_points to CreateFeed mutation
  • ➕ Added fields custom_title and title_field to CreateProjectMedia mutation
  • ➕ Added field skip_send_report to ReplaceProjectMedia mutation
  • ➕ Added field data_points to FeedType
  • ➕ Added fields custom_title, title_field and suggestions_count to ProjectMedia

PostgreSQL changes:

  • ➕ Added column data_points to feeds table
  • ➕ Added columns whatsapp_conversations_user and whatsapp_conversations_business to monthly_team_statistics table
  • ➕ Added columns custom_title and title_field to project_medias table

v0.175.0

5 months ago

Share feeds invitation, support to Instagram tiplines, similarity refactoring and refactoring how tipline search results are collected and stored.

GraphQL API changes:

  • ➕ Added mutations createFeedInvitation, destroyFeedInvitation, acceptFeedInvitation and rejectFeedInvitation
  • ➕ Added mutation destroyFeed
  • ➕ Added mutation destroyFeedTeam
  • ➕ Added type FeedInvitationType
  • ➕ Added type TiplineRequestType
  • ➕ Added fields feed_invitations, teams and feed_teams to FeedType
  • ➕ Added fields tipline_message, feed_invitation and feed_team to QueryType
  • ➕ Added field feed_teams to TeamType
  • ➕ Added field cursor to TiplineMessageType
  • ➕ Added field feed_invitations to UserType

PostgreSQL changes:

  • ➕ Added table feed_invitations
  • ➕ Added indexes to relationships table

v0.174.0

6 months ago

NLU UI and disambiguation.

GraphQL API changes:

  • ➕ Added new mutation: addNluKeywordToTiplineMenu
  • ➕ Added new mutation: removeNluKeywordFromTiplineMenu
  • TiplineMessageType: Added field media_url

v0.173.0

6 months ago

Send custom tipline message, conversation history, tipline submission shortcut and individual tipline search result feedback.

GraphQL API changes:

  • ProjectMediaType: Added fields positive_tipline_search_results_count and tipline_search_results_count

PostgreSQL changes:

  • ➕ Added table blocked_tipline_users

v0.172.0

7 months ago

NLU for tipline resources and backend work for sending custom tipline messages, storing sent tipline messages and surfacing them.

GraphQL API changes:

  • ➕ New mutation sendTiplineMessage
  • ➕ New type TiplineMessageType
  • DynamicAnnotationFieldType: Added field annotation_id
  • ProjectMediaType: Added field (connection) flags
  • TeamType: Added field (connection) tipline_messages

PostgreSQL changes:

  • ➕ Added column state to table tipline_messages
  • ➕ Added column keywords to table tipline_resources

v0.171.0

7 months ago

Multimedia tipline resources and list counters.

GraphQL API changes:

  • ➕ Added mutations for TiplineResource: CreateTiplineResourceMutation, UpdateTiplineResourceMutation and DestroyTiplineResourceMutation
  • SavedSearchType: Added field items_count
  • TeamType: Added field tipline_resources
  • ➕ Added new type TiplineResourceType

PostgreSQL changes:

  • ➖➕ Renamed table bot_resources to tipline_resources, renamed its column feed_url to rss_feed_url and added new columns language, content_type, header_type, header_file, header_overlay_text and header_media_url

v0.170.0

8 months ago

Rails security upgrade, getting rid of folders on the frontend and other features, fixes and improvements.

GraphQL API changes:

  • bulkProjectMediaMarkRead: Added this new mutation to bulk-mark items as read or unread

v0.169.0

8 months ago

Ruby 3.0 upgrade, NLU prototype and other features, fixes and improvements.

GraphQL API changes:

  • CreateDynamicAnnotationMutation: Added input field action
  • UpdateDynamicAnnotationMutation: Added input field action
  • ProjectMediaType: Added field media_slug

PostgreSQL changes:

  • ➕ Table monthly_team_statistics: Added columns whatsapp_conversations, published_reports, positive_searches, negative_searches and newsletters_sent