Skip to content

[issue] ionic can't display the asset upload from dashboard when creator is null #3116

@sync-by-unito

Description

@sync-by-unito

User story

As a user of the Capture service, I want all uploaded assets from Dashboard to be displayed seamlessly, regardless of their origin or upload source. This ensures a consistent and user-friendly experience when accessing and viewing assets.

Reproduce step

  1. Upload asset from dashboard (Turn off claim copyright toggle)
  2. pull down refresh on Capture Cam
  3. can't find the asset just upload from dashboard

If user doesn't claim creator, the asset won't display at the Cam my capture tab.

Expectation

No matter the asset is uploaded from where it should be displayed.

The asset uploaded from Dashboard with "claim copyright toggle off" is expected to be seen in "COLLECTED" tab in CaptureCam

Sample: bafkreifnw4pdzdimmgtwydq4rt6fv4nyv7zkp5cl5mzeyvymfwm6bzdsaq

Additional information:

Related issue:

[issue] Not all assets upload via Dashboard can be seen in Capture Cam

current logic:

VERIFIED TAB display logic tab:

  1. fetch user assets
  2. for each asset show asset if diaBackendAsset.information.proof is not empty AND diaBackendAsset.information.information is not empty

COLLECTED TAB display logic tab:

  1. fetch user assets orderBy: 'source_transaction'
  2. no filter logic is applied just shows response from step 1

┆Issue is synchronized with this Asana task by Unito
┆Created By: Kenny Hung

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions