acmcsufoss / lc-dailies

Daily Leetcode challenges for members to practice their algorithms.
https://acmcsuf.com/lc-dailies
MIT License
3 stars 0 forks source link

Drop `submit` subcommand #34

Closed EthanThatOneKid closed 11 months ago

EthanThatOneKid commented 1 year ago

The /lc submit subcommand is not necessary when we have the usernames of all of the participants. What we can instead do is fetch all of the accepted solutions of our participating players from the last week in order to find the most valuable, valid submission to automatically count towards their score for the season.

EthanThatOneKid commented 1 year ago

Idea: Add sync subcommand to remotely sync our database up with Leetcode.

EthanThatOneKid commented 1 year ago

Blocked by #35.

Edit: resolved #35.

EthanThatOneKid commented 12 months ago

TODO: Update HANDBOOK.md documentation.