code100x / algorithmic-arena

91 stars 96 forks source link

Auto add problems to the DB #57

Open hkirat opened 1 week ago

hkirat commented 1 week ago

Anytime there is a problem submission that is made (similar to https://github.com/code100x/algorithmic-arena/pull/54/files#diff-61558a2c20b5fca331bfb30009dcd693af0267be01f204f658f960b9f50befba ), we should push this problem (hidden) in the DB via a CI/CD pipeline

mohitejaikumar commented 1 week ago

Do you mean that whenever someone commit new problems it should propogate in DB

hkirat commented 1 week ago

yes

SujithThirumalaisamy commented 1 week ago

yes

There must be some validation to that right? Any constraints for that. Or lets keep it as kind of secondary table. Then we can approve it to move to the main table. And frequently we clear the secondary table with un necessary ones.

chiragcj27 commented 1 week ago

I can work on this !!

probablyArth commented 1 week ago

completed! #68