Skip to content

Commit a6f9f73

Browse files
authored
Merge pull request #72 from gchhablani/fix_2024_projects
Update 2024 titles, difficulties and sizes
2 parents e6fd6cf + 05c3145 commit a6f9f73

4 files changed

+22
-5
lines changed

_posts/2024-02-06-project-2024-admin-tools-enhancement-and-cost-optimization.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ description: |
1111
This project aims to elevate the admin experience on EvalAI while implementing cost-effective measures for platform maintenance.
1212
Key focuses include enhancing automation for managing expired submissions on SQS queues, identifying and optimizing ECS instances based on AWS health metrics, and providing convenient admin actions through Django administration.
1313
Cost optimization measures involve using custom SQS queue retention times, refining auto-cancel scripts, and identifying/removing unnecessary AWS instances and repositories.
14-
Additionally, the project aims to automate infrastructure monitoring for improved efficiency, making EvalAI administration seamless and cost-efficient.
14+
Additionally, the project aims to automate infrastructure monitoring for improved efficiency, making EvalAI administration seamless and cost-efficient.
15+
16+
**Project Size**: Medium (175 hours)
17+
18+
**Difficulty Rating**: Medium

_posts/2024-02-06-project-2024-challenge-synchronization-with-github-repositories.markdown

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,9 @@ github: https://github.com/Cloud-CV/EvalAI
99
description: |
1010
---
1111
This project focuses on streamlining the migration of legacy challenges on EvalAI by transitioning from challenge zip files to GitHub repositories. It involves creating GitHub repositories for hosts, copying over relevant files, and ensuring compatibility for various challenge types.
12-
Additionally, the bidirectional sync functionality aims to seamlessly update information between EvalAI and GitHub, enabling hosts to make edits on EvalAI that reflect on GitHub repositories and vice versa. By achieving enhanced compatibility and synchronization, the project aims to provide a more efficient experience for hosts managing challenges on EvalAI.
12+
13+
Additionally, the bidirectional sync functionality aims to seamlessly update information between EvalAI and GitHub, enabling hosts to make edits on EvalAI that reflect on GitHub repositories and vice versa. By achieving enhanced compatibility and synchronization, the project aims to provide a more efficient experience for hosts managing challenges on EvalAI.
14+
15+
**Project Size**: Large (350 hours)
16+
17+
**Difficulty Rating**: Hard

_posts/2024-02-06-project-2024-testing-docs-errors.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
img: test-exception-docs.png
4-
title: Improve Exception Handling, Test Cases and Documentation for EvalAI
4+
title: Enhanced Exception Handling Testing Documentation
55
type: project-2024
66
technologies: [Django, Markdown, Python]
77
website: https://eval.ai
@@ -11,3 +11,7 @@ description: |
1111
This project aims to enhance EvalAI's overall user experience by implementing robust exception handling, improving test coverage, and enhancing documentation.
1212

1313
Key deliverables include increased test coverage for critical components, especially API-related ones, and integration of Postman API testing. Documentation improvements encompass detailed API summaries, AWS setup tutorials for organizers, and FAQs. Additionally, the project focuses on thorough error analysis, enhancing error messages for quicker issue resolution, and ensuring proper exception handling in AWS utilities to contribute to EvalAI's reliability and user-centricity.
14+
15+
**Project Size**: Medium (175 hours)
16+
17+
**Difficulty Rating**: Easy

_posts/2024-02-06-project-2024-user-experience-enhancement.markdown

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
img: user-experience-leaderboard-integrations.png
4-
title: Seamless User Experience and Enhanced Leaderboard Integrations
4+
title: Seamless User Experience & Leaderboard Porting
55
type: project-2024
66
technologies: [Angular, Django, SQL, AWS]
77
website: https://eval.ai
@@ -13,4 +13,8 @@ This project focuses on elevating the host experience on EvalAI through the intr
1313
The project also aims to enhance user-centric aspects by implementing customizable participant details download, improving error handling for email verification, and embedding forums on challenge pages for seamless communication.
1414

1515
Additionally, it addresses technical improvements like fixing search and filter features, automating challenge category/forum creation, and resolving issues with pod log population on AWS.
16-
Overall, these deliverables aim to provide users with a more efficient and enriched participation experience on EvalAI.
16+
Overall, these deliverables aim to provide users with a more efficient and enriched participation experience on EvalAI.
17+
18+
**Project Size**: Medium (175 hours)
19+
20+
**Difficulty Rating**: Medium

0 commit comments

Comments
 (0)