From ba2f8459fa858d4312b1bdd22f71b4ddedd755ae Mon Sep 17 00:00:00 2001 From: Ethan Lajeunesse Date: Sun, 17 Mar 2024 22:56:02 -0400 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d822a4..c74da83 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ For Milestone 1, the plan is to finish the basic functionality of the platform f For Milestone 2, the plan is to finish the basic functionality of the platform for admins. This will include creating challenges, editing challenges, deleting challenges, and managing users. - [3/10/24] - Basic Admin view has been created. Admins can view challenges and users. The UI for creating challenges has been started. +- [3/17/24] - Kubernetes API endpoints have been added to the project so users can deploy challenge containers for themselves. **Milestone 3 - Due Apr 15 by 12:59am** For Milestone 3, the plan is to create an event/challenge exporter and uploader. This will only include the format created by our platform. If time permits, I may begin to look into how to create a challenge importer for other platforms.