Giveth / notification-center

It's a microservice that would handle all notification of giveth.io and trace.giveth.io
GNU General Public License v3.0
24 stars 2 forks source link

Add trackId and creattionDate to notification #14

Closed mohammadranjbarz closed 1 year ago

mohammadranjbarz commented 1 year ago

trackId make our dapp Idempotene to not create duplicate notification, and creation date make use date of notification would be correct, even if we process blockchain events later , these two variables are needed for givEconomy notifications and suggested by @aminlatifi

mohammadranjbarz commented 1 year ago

It can't be tested by @maryjaf , I think it's working now and @aminlatifi can approve it