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

Dashboard Issues (March 19 Freeze) #90

Closed
7 tasks done
tarunima opened this issue Mar 14, 2024 · 6 comments
Closed
7 tasks done

Dashboard Issues (March 19 Freeze) #90

tarunima opened this issue Mar 14, 2024 · 6 comments
Labels
level:feature An issue that describes a feature (initiative>feature>ticket)

Comments

@tarunima
Copy link
Contributor

tarunima commented Mar 14, 2024

In order of priority:

  • on refresh, prior response should be visible.
  • Add text box to media details page
  • Remove date range filter
  • Change words:
    - query in navigation -> feed.
    - view query for media item -> media details
  • Autofill user templates based on four status messages
  • Change date-time stamp to something more legible
  • There is a fifth kind of status message: 'out of scope'. The DAU has requested that messages that are marked as out of scope should automatically receive a reply stating that the message is out of scope. See row 53 and 54.
    https://docs.google.com/spreadsheets/d/1RmqnMdFsvne1-0F7nCsbtkd33ZT7qIJN0xvaO8JijmE/edit
@tarunima tarunima converted this from a draft issue Mar 14, 2024
@tarunima tarunima added the level:feature An issue that describes a feature (initiative>feature>ticket) label Mar 14, 2024
@github-project-automation github-project-automation bot moved this from In progress to Done in 2024 Deepfake Analysis Unit Mar 14, 2024
@dennyabrain
Copy link
Contributor

dennyabrain commented Mar 14, 2024

  • Filter by verification_status
  • Sort chronologically

@tarunima
Copy link
Contributor Author

tarunima commented Mar 15, 2024

the new sort logic has made the query page very confusing. New videos are getting added towards the end. Default should be newest first.

@tarunima tarunima changed the title Dashboard Issues (March 14, 2024) Dashboard Issues (March 14 launch) Mar 15, 2024
@tarunima tarunima reopened this Mar 15, 2024
@dennyabrain
Copy link
Contributor

dennyabrain commented Mar 15, 2024

hey @tarunima
I'll fix the sorting related issues. In the meanwhile I wanted to say that a lot of filter and sorting issues are arising from the UI code. Its pretty robust functionally on the backend. So while i fix them, I wanted to share an intermediate solution. Instead of relying on the UI, you can also just change the URL to apply filtering you want.

For example instead of relying on the UI, if you modified the url to filter the feed, it will work. Try modifying the various parameters in the URL to see it in action. For instance :

  1. /demo/query/pg/1?sort=oldest&media_type=video&verification_status=inconclusive
  2. /demo/query/pg/1?sort=newest&media_type=video&verification_status=inconclusive
  3. /demo/query/pg/1?sort=newest&media_type=audio&verification_status=deepfake
  4. /demo/query/pg/1?sort=newest&media_type=all&verification_status=not_manipulated
  5. /demo/query/pg/2?sort=newest&media_type=video&verification_status=inconclusive

and so on. Hope this helps in the interim.

@tarunima
Copy link
Contributor Author

tarunima commented Mar 18, 2024

Notifications:

Spam:

Additional fields to add in context of collaborative verification:

  • Text box for fact checkers to drop link to fact checking reports
  • Text box for DAU secretariat to drop link to verification report

@tarunima tarunima changed the title Dashboard Issues (March 14 launch) Dashboard Issues (March 19 Freeze) Mar 18, 2024
@tarunima
Copy link
Contributor Author

tarunima commented Mar 19, 2024

@dennyabrain only issues to fix before onboarding tomorrow:

  • Move the autofilled headings from verification notes to assessment SOP on media details page
  • the user response template should be autofilled when secretariat clicks on apply label. Currently it needs us to click refresh.

@tarunima
Copy link
Contributor Author

Tipline launched yesterday. Closing issue. Continuing on #93

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level:feature An issue that describes a feature (initiative>feature>ticket)
Projects
Status: Done
Development

No branches or pull requests

2 participants