regen-network / rnd-dev-team

RND Dev Team issue management (DEPRECATED)
0 stars 0 forks source link

Implement medium-priority tracking events #1342

Open wgwz opened 1 year ago

wgwz commented 1 year ago

In https://github.com/regen-network/regen-registry/issues/295 we added high-priority tracking events into regen-web. This task is to add tracking for the medium-priority events. The spreadsheet for events can be found here:

https://docs.google.com/spreadsheets/d/1JXw_pDC4QyqtcdYgxpMkbTVc24E2yz-qpwxvzelPfnY/edit#gid=465273655

The high-priority tracking events can be used as reference, i.e.:

web-registry/src/components/atoms/WalletButton.tsx
50:      track('login', { date: Date(), account: wallet?.address });

For Admin Use

wgwz commented 1 year ago

put, take, bridge