issues
search
zhaw-iwi
/
codeboard
Codeboard is a web-based IDE to teach programming in the classroom. Part of the codeboard.io project.
MIT License
7
stars
1
forks
source link
AI - Code-Review
#61
Closed
samutru
closed
1 month ago
samutru
commented
2 months ago
To do
Notes
After successful submission user should be able to send code to GPT for a code review (improvements, etc.)
Testing
[x] verify that code-review is only available after successful submission
[x] verify that only one code-review is available for each submission
[x] verify that code-review is stored in db
[x] verify that code-review history gets loaded
[x] verify that current displayed (submission code) gets used for review
[x] verify that info chatbox text changes based on review state
[x] verify that code-review is explained in info tab
[x] verify that code-review functionality is disabled if action is added to disabled actions
[x] verify that owner can't do a code-review
[x] verify that if user submits code but do not do a code-review and submits again that the newest version is used for the review
[ ] verify that doing code-review counts towards the remaining API request limit
[x] verify that code-review AI stats (tokens, etc.) are stored in API usages table
To do
Notes
Testing