mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 06:08:13 +02:00
updated todo
This commit is contained in:
22
TODO.md
22
TODO.md
@ -9,13 +9,11 @@
|
||||
|
||||
## [x] 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 results of the code refinment, whether the compiled and tested successfully
|
||||
## [x] As a user I want to be able to see the results of the code refinment, whether the compiled and tested successfully
|
||||
|
||||
## [ ] Add a download button to the page that gives the user a slightly more detailed version of the result, showing the bleu score for each paraphrase and the number of tests passed for code refinement (?)
|
||||
## [x] Add a download button to the page that gives the user a slightly more detailed version of the result, showing the bleu score for each paraphrase and the number of tests passed for code refinement (?)
|
||||
|
||||
## [ ] 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 see what the webpage is used for (inspired from https://seart-ghs.si.usi.ch)
|
||||
## [x] 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
|
||||
|
||||
@ -26,14 +24,24 @@ Batch 1 then move on to some other features (frontend, maybe auth).
|
||||
|
||||
## [ ] 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
|
||||
## [x] As a user I want to have a webpage to make all the actions mentioned above
|
||||
|
||||
## [x] As a user I want to see what the webpage is used for (inspired from https://seart-ghs.si.usi.ch)
|
||||
|
||||
# DATASET
|
||||
|
||||
## [ ] Rebuild the dataset (is doing)
|
||||
## [x] Rebuild the dataset (is doing)
|
||||
|
||||
## [ ] Match all the current entries in dataset.json and put the selection thing inside dataset.dont-care.json
|
||||
|
||||
## [ ] Go through manual selection of dataset.dont-care.json to fill missing repos
|
||||
|
||||
## [ ] The step above will already create all the archives
|
||||
|
||||
## [ ] Signal the instances that are actually covered
|
||||
|
||||
## [ ] When submitting for refinement, give the user a link that he can put in a text box to see the results
|
||||
|
||||
# Paper
|
||||
|
||||
## [ ] Write paper
|
||||
|
Reference in New Issue
Block a user