Блог пользователя knightron00

Автор knightron00, история, 15 месяцев назад, По-английски

Hello Codeforces,

A few friends and I (with the help of saarang, vishesh312, nishuz, and ritul_kr_singh) hacked together an open-source version of OIChecklist in the past week. It's available here!

Check out the GitHub repository here. The web app pulls the problem data from this file, further instructions on how to edit and contribute are mentioned in the repository. All feedback, issues (and accompanying PRs :p) are welcome – we would love to hear how to improve this further.

PS: We also released a (similar) checklist for technical interview preparation, check that out too if you're interested!

UPD: We just added an import button that lets you load your progress from the original OIChecklist in just one click! The problem database has been updated with 2022 olympiad problems, and it's also been structured better.

  • Проголосовать: нравится
  • +95
  • Проголосовать: не нравится

»
15 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

The website looks great! Kind of a nitpick but it is kinda choppy when scrolling. Not sure if the page is just very big or if something else is causing it.

  • »
    »
    15 месяцев назад, # ^ |
      Проголосовать: нравится +3 Проголосовать: не нравится

    Thank you!

    Yeah, we noticed the slowness too. I think it's mainly because so many components are being rendered. The operations are also kinda slow, but that's mainly because the database right now is being shifted to production mode (it takes some time). If shifting to production mode does not make a difference, we'll try to move some stuff around and find a solution.

»
15 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

what is the plus of this website?

  • »
    »
    15 месяцев назад, # ^ |
      Проголосовать: нравится +8 Проголосовать: не нравится

    The primary additional feature is that the web app is open source. As more new OIs are conducted, it’s hard for a single person to keep track of everything (as what happened with the existing OIChecklist). The competitive programming community can update problems and add their own regional OIs as well. Also, there are some minor improvements such as topic tags and filtering.

»
15 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by knightron00 (previous revision, new revision, compare).

»
15 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

It keeps saying "Internal Server Error" when I try to import my progress from the original checklist.

  • »
    »
    15 месяцев назад, # ^ |
      Проголосовать: нравится +3 Проголосовать: не нравится

    I can't seem to replicate this, could you perhaps DM me whatever link you're trying to put in?

»
15 месяцев назад, # |
Rev. 4   Проголосовать: нравится 0 Проголосовать: не нравится

It seems that this version doesn't have usaco ? and it's kinda laggy while scrolling :(

great efforts btw :3