code100x / algorithmic-arena

91 stars 96 forks source link

Feature: UI for problem setters to add problem #26

Open Chandrachur67 opened 2 weeks ago

Chandrachur67 commented 2 weeks ago

Currently, to add problems, problem setters needs to clone the repo (which will probably be private at a later stage in production, so granting permission might be an overhead in that case) and then create a PR.

How about creating an interactive UI to add problems?

Rough sketch of what I am planning

Screenshot 2024-06-11 at 1 11 38 PM

Also, I have some ideas regarding the automation of other steps regarding this, so that the effort required by admin is minimum.

Please let me know whether you guys want this feature.

Chandrachur67 commented 2 weeks ago

I am already working on this.

@hkirat Please assign this to me if possible.

varundeepsaini commented 1 week ago

As a problem setter myself I would recommend you to look at how polygon (codeforces) works and probably from there you can get ore ideas

Chandrachur67 commented 1 week ago

@varundeepsaini Thanks for the suggestion. I will surely look into it.