|
|
|
@ -6,4 +6,5 @@ json.name shixun.name
|
|
|
|
|
json.status shixun.status
|
|
|
|
|
json.human_status shixun.human_status
|
|
|
|
|
json.challenges_count shixun.challenges_count
|
|
|
|
|
json.finished_challenges_count @finished_challenges_count_map&.fetch(shixun.id, 0) || shixun.finished_challenges_count(user)
|
|
|
|
|
json.finished_challenges_count @finished_challenges_count_map&.fetch(shixun.id, 0) || shixun.finished_challenges_count(user)
|
|
|
|
|
json.is_jupyter shixun.is_jupyter
|