From c7391882a8c74cac9fcffcc1a43552ed0610c7df Mon Sep 17 00:00:00 2001 From: Lucky Nweke Date: Thu, 16 Oct 2025 02:55:55 +0100 Subject: [PATCH 1/2] Add test submission for validation workflow testing --- .../plotsense-2025-dev/test-submission.json | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 submissions/plotsense-2025-dev/test-submission.json diff --git a/submissions/plotsense-2025-dev/test-submission.json b/submissions/plotsense-2025-dev/test-submission.json new file mode 100644 index 0000000..61aa155 --- /dev/null +++ b/submissions/plotsense-2025-dev/test-submission.json @@ -0,0 +1,22 @@ +{ + "id": "PSH2025-999", + "track": "PlotSense Dev", + "project_name": "Advanced Data Visualization Module", + "team_name": "Test Team Innovators", + "repo_url": "https://github.com/test-team/plotsenseai-hackathon-PSH2025-999", + "video_url": "https://youtube.com/watch?v=test-demo-video", + "contribution_prs": [ + "https://github.com/plotsenseai/plotsenseai/pull/1", + "https://github.com/plotsenseai/plotsenseai/pull/2" + ], + "social_links": [ + "https://x.com/testteam/status/12345", + "https://linkedin.com/posts/testteam_plotsense-hackathon" + ], + "discord_handle": "testuser#9999", + "contact_email": "test@example.com", + "team_members": [ + { "name": "Test Developer 1", "role": "Full Stack Developer" }, + { "name": "Test Developer 2", "role": "AI/ML Engineer" } + ] +} From 747f02683e4c718d4b59655c067e9675c2c2d431 Mon Sep 17 00:00:00 2001 From: Lucky Nweke Date: Thu, 16 Oct 2025 02:58:11 +0100 Subject: [PATCH 2/2] Add invalid test submission to verify validation failures --- .../plotsense-2025-ml/invalid-test-submission.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 submissions/plotsense-2025-ml/invalid-test-submission.json diff --git a/submissions/plotsense-2025-ml/invalid-test-submission.json b/submissions/plotsense-2025-ml/invalid-test-submission.json new file mode 100644 index 0000000..284111b --- /dev/null +++ b/submissions/plotsense-2025-ml/invalid-test-submission.json @@ -0,0 +1,14 @@ +{ + "id": "INVALID-ID", + "track": "PlotSense ML", + "project_name": "Incomplete ML Project", + "team_name": "Test Team Failed", + "repo_url": "not-a-valid-url", + "video_url": "", + "social_links": [], + "discord_handle": "", + "contact_email": "invalid-email", + "team_members": [ + { "name": "Test Member" } + ] +}