From f1186b50f99be35ced534aa5d3436e398774aaba Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Mon, 28 Apr 2025 10:09:51 +0200 Subject: [PATCH] added checkboxes to TODO.md --- TODO.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/TODO.md b/TODO.md index 106e273..b8ffb32 100644 --- a/TODO.md +++ b/TODO.md @@ -1,10 +1,10 @@ # User stories Batch 1 -## As a user I want to be able to download the dataset for EITHER comment generation OR code refinment +## [ ] As a user I want to be able to download the dataset for EITHER comment generation OR code refinment -## As a user I want to be able to submit my predictions for the given downloaded dataset +## [ ] As a user I want to be able to submit my predictions for the given downloaded dataset -## As a user I want to be able to see the performance of my predictions against the benchmark (comment generation: bleu score, code refinement: # tests passed) +## [ ] As a user I want to be able to see the performance of my predictions against the benchmark (comment generation: bleu score, code refinement: # tests passed) # Work flow @@ -13,6 +13,6 @@ Batch 1 then move on to some other features (frontend, maybe auth). # Batch 2 -## As a dev I want to be able to deploy my webapp into a container +## [ ] As a dev I want to be able to deploy my webapp into a container -## As a user I want to have a webpage to make all the actions mentioned above +## [ ] As a user I want to have a webpage to make all the actions mentioned above