JOJ3 result as issue comments #71

Closed
opened 2024-10-27 16:55:00 +08:00 by manuel · 6 comments
Owner

goal: a unique issue per task where each run posts a new comment

requirements

  • a "table of content" in the the 1st comment
  • each run post a new comment, this comment can be reach using a link in the 1st comment

example format for the 1st comment. each date/time is a link to corresponding comment in the issue

homework 2 exercise 3 records

JOJ called 3 times on a maximum of 5 runs

  • 10/10/2024 23:56 (feat(h2/e3): exercise competed joj)
  • 10/10/2024 23:58 (fix(h2/e3): consider case a=0 joj)
  • 11/10/2024 23:58 (refactor(h2/e3): faster algorithm for hard test cases joj)
goal: a unique issue per task where each run posts a new comment requirements - [ ] a "table of content" in the the 1st comment - [ ] each run post a new comment, this comment can be reach using a link in the 1st comment example format for the 1st comment. each date/time is a link to corresponding comment in the issue ## homework 2 exercise 3 records JOJ called 3 times on a maximum of 5 runs - 10/10/2024 23:56 (`feat(h2/e3): exercise competed joj`) - 10/10/2024 23:58 (`fix(h2/e3): consider case a=0 joj`) - 11/10/2024 23:58 (`refactor(h2/e3): faster algorithm for hard test cases joj`)
manuel added the
enhancement
component
UI
labels 2024-10-27 16:55:00 +08:00
张泊明518370910136 changed title from JOj result as issue comments to JOJ3 result as issue comments 2024-10-27 19:09:04 +08:00

Since gitea issues have history recorded, it can be implemented just by editing the body of the issue.

Since gitea issues have history recorded, it can be implemented just by editing the body of the issue.
Author
Owner

sounds like the best stragegy. 1 unique issue pr task with 1 comment (with its history)

sounds like the best stragegy. 1 unique issue pr task with 1 comment (with its history)

Can we just edit the issue body as the JOJ3 result instead of the first comment?

Can we just edit the issue body as the JOJ3 result instead of the first comment?
Author
Owner

yes that's the best

yes that's the best
Author
Owner

even for tt that will be easy to see the what happened along the way

even for tt that will be easy to see the what happened along the way

Completed in f85b20e197.

Completed in https://github.com/BoYanZh/Joint-Teapot/commit/f85b20e1978e89b3aa228f0cd93a3d05d66a3313.
Sign in to join this conversation.
No description provided.