tattle-made / DAU

MCA Tipline for Deepfakes
GNU General Public License v3.0
6 stars 0 forks source link

Dashboard Issues (March 19 Freeze) #90

Closed tarunima closed 6 months ago

tarunima commented 6 months ago

In order of priority:

dennyabrain commented 6 months ago
tarunima commented 6 months ago

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

dennyabrain commented 6 months ago

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 commented 6 months ago

Notifications:

Spam:

Additional fields to add in context of collaborative verification:

tarunima commented 6 months ago

@dennyabrain only issues to fix before onboarding tomorrow:

tarunima commented 6 months ago

Tipline launched yesterday. Closing issue. Continuing on #93