TheCodingDen / projects-bot

A Discord bot used for processing project showcase submissions in The Coding Den.
MIT License
0 stars 0 forks source link

feat: add all veterans which rejected the project in the log #14

Closed teddy-codes closed 1 year ago

teddy-codes commented 4 years ago

Current example:

:x: Project Assembly Interpreter (https://github.com/yekyam/AsmInterpreter/blob/master/main.cpp, ID 775536103238270986) was REJECTED by Jer#0002 (417062057632858127) with following vote situation:
Upvotes: 0 staff, 0 veterans
Downvotes: 0 staff, 3 veterans

should be:

:x: Project Assembly Interpreter (https://github.com/yekyam/AsmInterpreter/blob/master/main.cpp, ID 775536103238270986) was REJECTED by Jer#0002 (417062057632858127), other vet 1, and other vet 2 with the following vote situation:
Upvotes: 0 staff, 0 veterans
Downvotes: 0 staff, 3 veterans
nullishamy commented 2 years ago

Once we merge TheCodingDen/projects-bot-archived#301 which contains a refactored implementation of vote actioning, we could trivially implement this, if we wanted to. Unsure if we want to continue with this though.

nullishamy commented 2 years ago

With the aforementioned merged, we could quite easily implement this. Needs approval.