clarify on submission mechanism

This commit is contained in:
adienakhmad 2025-07-08 12:13:28 +00:00
parent 6540f263af
commit 889cf0bb94

View file

@ -105,10 +105,17 @@ The final results will be presented as a **comparative chart** showcasing the la
## 4. Submission Guidelines ## 4. Submission Guidelines
* **What to Submit:** A link to your private Git repository on this Git server. Set your repository to private and invite me to it. * **To be submitted**
* **Revision** You're allowed to submit revision. Please ensure the final, runnable version is on the `main` or `master` branch, and please put a semver tag. - A pull request to this repository modifying `submission.txt` containing link to your private git repository on this git server and a tagged version. Please set your repository to private and invite me as collaborator.
* **Technology Stack:** The REST API **must** be built using **ASP.NET**. You are free to use any open-source libraries (e.g., for image processing) as you see fit.
* **A Note on Setup Simplicity:** Your repository **must** contain a clear `README.md` on how to build and run your project. **The easier you make it for me to run your code, the better.** I will not spend significant time debugging complex or undocumented setups. * **Revision**
- You're allowed to submit revision. Please ensure the final, runnable version is on the `main` or `master` branch, and please put a semver tag.
* **Technology Stack:**
- The REST API **must** be built using **ASP.NET**. Other than that, you are free to use any open-source libraries (e.g., for image processing) as you see fit.
* **Setup:**
- Your repository **must** contain a clear `README.md` on how to build and run your project. **The easier you make it for me to run your code, the better.** I will not spend significant time debugging complex or undocumented setups.
**! Plese do not check in the provided assets in the git repository** **! Plese do not check in the provided assets in the git repository**
@ -116,11 +123,19 @@ The final results will be presented as a **comparative chart** showcasing the la
I know it's for fun but it's a good thing to have rules. I know it's for fun but it's a good thing to have rules.
1. **Do it on your free time** I highly discourage using work hours to work on this contest. * **Do it on your free time**
2. **Use of Libraries:** You are free and encouraged to use any open-source libraries. No closed source or commercial solution allowed. - I highly discourage using work hours to work on this contest.
3. **No-pre processing** can be performed before receiving the first API request.
4. **Collaboration:** Collaboration or code sharing between different teams/individuals is forbidden. Otherwise it won't be fun. * **Use of Libraries:**
5. **Organizer's Discretion:** The contest organizer reserves the right to make final judgments on all matters, including disqualifying any entry that violates the spirit of fair and respectful competition - You are free and encouraged to use any open-source libraries. No closed source or commercial solution allowed.
* **No-pre processing** can be performed before receiving the first API request.
* **Collaboration:**
- Collaboration or code sharing between different teams/individuals is forbidden. Otherwise it won't be fun.
* **Organizer's Discretion:**
- The contest organizer reserves the right to make final judgments on all matters, including disqualifying any entry that violates the spirit of fair and respectful competition
## 6. Special category ## 6. Special category
If you do have ideas that require pre processing the provided assets, I'd like to see it. I may put it on a special category. If you do have ideas that require pre processing the provided assets, I'd like to see it. I may put it on a special category.