Allow entering text into a textarea in the submission page
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1k
- Forks
- 412
- Avg merge
- 6d 10h
- Merged PRs (30d)
- 3
Description
I was discussing all the different contest systems at BOI and came up with a few feature requests that we could copy from other contest systems :)
Someone mentioned that being able to copy code from the text editor and paste it into the judge system is really convenient. I think we've also considered adding this in the estonian fork. We could add a textarea to the task submission page as an alternative to the file select box.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the task submission page and inspect how the existing file select box sends submissions. Add a textarea as an alternative input while preserving the current upload path, then verify that code entered in the textarea reaches the judge system successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100