issues
search
Psychedelic
/
plug
Plug is a browser extension for users of the Internet Computer that allows you to access your ICP, Cycles, and other tokens as well as log into IC apps with one click.
GNU General Public License v3.0
166
stars
40
forks
source link
Revamp Activity View
#607
Open
riveign
opened
2 years ago
riveign
commented
2 years ago
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
Description
Type of activities:
Step 1