metaDAOproject / futarchy-indexer

8 stars 2 forks source link

Add more dao socials(discord) #216

Open LukasDeco opened 1 month ago

LukasDeco commented 1 month ago

We need to add discord for DAOs. Maybe we should consider a more scalable and flexible way to store dao social links than the current pattern of just adding new columns to the dao_details table.

R-K-H commented 1 month ago

Also add for docs...

Also remove null fields.

kilgaloon commented 1 month ago

@R-K-H are you thinking about this null fields lp_token_image_url, creator_acct, admin_accts?

kilgaloon commented 1 month ago

@LukasDeco we also need to migrate x_account and github to new column and see how we gonna transition this on the frontend also.

LukasDeco commented 1 month ago

@kilgaloon we would maybe keep the old ones for a bit and then follow up with a column drop... that's what I am thinking initially. Otherwise not sure how we could do it in Hasura.

kilgaloon commented 1 month ago

@LukasDeco yeah, im thinking the same, I prepared the migration that will move x_account and github to the new column and we will for now keep the old columns until we transition frontend to new column then later drop them.