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

Revamp Activity View #607

Open
7 tasks
riveign opened this issue Sep 26, 2022 · 0 comments
Open
7 tasks

Revamp Activity View #607

riveign opened this issue Sep 26, 2022 · 0 comments
Assignees

Comments

@riveign
Copy link
Collaborator

riveign commented Sep 26, 2022

Description

  • A package to add a serializer for parsing transactions
  • Formats in the package should be linked to a canister ID
  • We need to remove the map transaction from the front end
  • We need to decouple the information to be able to access everything as is w/o the need os the local storage from plug
  • We need to unify designs for the different activities between the extension and the mobile application as much as we can

Type of activities:

  • Transfer Token
  • Transfer NFT
  • Swap
  • Mint
  • Burn
  • Contract execution
  • Connect app
  • Add/Remove Liquidity

Step 1

  • Standardize the activity types to design them
  • Create the package with the formaters
    Step 2
  • Change in the controller how the transactions are being handled to use the package
  • Get designs for activity types
    Step 3
  • Change in the extension to use the new format for the activities, creating the generic components
  • Change in the mobile apps to use the new format for the activities, creating the generic components
    Conditions
  • Good CI/CD for the formaters package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants