You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2023. It is now read-only.
Now that we are supporting metadata in the Kudos.sol contract, it might make sense to make the kudos_token model structure to the contract.
This means taking most of the columns that are in the kudos_token table and making them a jsonb field. So accessing them via a Django query would change to something like filter(metadata__name='pythonista').
Other tables in the Gitcoin app already use the jsonb field, so this isn't too unconventional.
The new metadata json field would have a format similar to: