Giter VIP home page Giter VIP logo

Comments (4)

kyontan avatar kyontan commented on August 21, 2024

Supported item types are below:

{
  resource: nil,
  resource_id: nil,
  type: "competition_started",
  text: "競技が開始しました",
  created_at: settings.competition_start_time
}
{
  resource: nil,
  resource_id: nil,
  type: "competition_finished",
  text: "競技が終了しました",
  created_at: settings.competition_end_time
}
{
  resource: "Problem",
  resource_id: problem.id,
  sub_resource: nil,
  sub_resource_id: nil
  type: "problem_updated",
  text: "問題が更新されました。",
  created_at: problem.updated_at
}
{
  resource: "Comment",
  resource_id: comment.id,
  sub_resource: comment.commentable_type,
  sub_resource_id: comment.commentable_id
  type: "new_comment_to_problem",
  text: "問題の補足が公開されました。",
  created_at: comment.created_at
}
{
  resource: "Comment",
  resource_id: comment.id,
  sub_resource: comment.commentable_type,
  sub_resource_id: comment.commentable_id
  type: "updated_comment_to_problem",
  text: "問題の補足が更新されました。",
  created_at: comment.updated_at
}
{
  resource: "Answer",
  resource_id: a.id
  type: "new_answer_to_problem",
  text: "問題の採点依頼が投稿されました。",
  created_at: a.created_at
}
{
  resource: "Comment",
  resource_id: comment.id,
  sub_resource: comment.commentable_type,
  sub_resource_id: comment.commentable_id
  type: "created_comment_to_issue",
  text: "問題への質問が投稿されました。",
  created_at: comment.created_at
}
{
  resource: "Comment",
  resource_id: comment.id,
  sub_resource: comment.commentable_type,
  sub_resource_id: comment.commentable_id
  type: "updated_comment_to_issue",
  text: "問題への質問が編集されました。",
  created_at: comment.updated_at
}
{
  resource: "Score",
  resource_id: score.id,
  sub_resource: "Answer",
  sub_resource_id: score.answer_id
  type: "new_score_to_answer",
  text: "解答への採点結果が公開されました。",
  created_at: score.updated_at
}

from ictsc-score-server.

kyontan avatar kyontan commented on August 21, 2024

Implemented in: kyontan@faaf70c kyontan@1fd5577

from ictsc-score-server.

whywaita avatar whywaita commented on August 21, 2024

Good!

from ictsc-score-server.

suzutan avatar suzutan commented on August 21, 2024

👍

from ictsc-score-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.