Skip to content
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

Spike: Create Hypothesis admin tools that will allow us to fix incorrect annotation URLs or document equivalence issues #1223

Open
mkdir-washington-edu opened this issue Aug 5, 2021 · 3 comments

Comments

@mkdir-washington-edu
Copy link

mkdir-washington-edu commented Aug 5, 2021

Give tools to support to handle incorrectly equated documents.

Now that OSF has fixed the Hypothesis integration on their end, we still need a way to correct the documents equated before the fix.

Per these Slack conversations, we've decided to build on to the admin product to provide a safe interface for this.

Ideas

Individual broken doc lookup

flowchart
  subgraph publisher
    report(Report a broken annotation via email)
    fixed(The annotation does not show up)
  end
  report --> lookup
  subgraph support
    lookup(Looks up doc URL of the broken annotation in h/admin) -->
    approve(Decides it's wrongly equated) -->
    break_pdf(Unlinks the PDF fingerprint and URL) & break_url(Unlinks doc 1 from doc 2)
  end
  break_pdf & break_url --> fixed

Notes

Background info

Improve flagging feature to include unequal document reports?

  • As designed, publishers would need to provide support the trouble annotations and documents.
  • Alternatively, we would include a flag dropdown to say, e.g., "Highlight on wrong document"
  • We want to do this anyway to reduce the number of false moderation reports

Related

Related to #1291
Related to #1222
Related to #203

@mkdir-washington-edu
Copy link
Author

When prioritized reach out to the folks in https://app.hubspot.com/contacts/6291320/ticket/503397519/

@mkdir-washington-edu mkdir-washington-edu changed the title Create Hypothesis admin tools that will allow us to fix incorrect annotation URLs or document equivalence issues Spike: Create Hypothesis admin tools that will allow us to fix incorrect annotation URLs or document equivalence issues Aug 20, 2021
@mkdir-washington-edu
Copy link
Author

Annotations associated with document equivalence issues are found here.

@mkdir-washington-edu
Copy link
Author

Related ideas captured originally here: #827

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant