Skip to content
Open

Dev #104

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
b20e545
geteligiblevoters from conditional
tallen42 Feb 23, 2026
8189e8a
Changed all status codes to the http.StatusCode equivalent. Also chan…
pikachu0542 Feb 23, 2026
b556096
Merge branch 'main' into dev
tallen42 Feb 23, 2026
9bd0dde
Upgrade sonarqube to include all PRs
Will-Hellinger Feb 26, 2026
fd575f9
eboard vote
tallen42 Mar 5, 2026
1907969
use org-wide pr template
tallen42 Mar 5, 2026
57ab24b
reduce cognitive complexity
tallen42 Mar 5, 2026
22517b8
reduce duplicated code
tallen42 Mar 5, 2026
c14efc2
fix spacing
tallen42 Mar 5, 2026
6462009
more fix spacing
tallen42 Mar 5, 2026
7931034
Merge pull request #93 from ComputerScienceHouse/eboard-vote
tallen42 Mar 5, 2026
cd0a6c8
added check to make sure that votes are not empty
Luminic Mar 11, 2026
128fefd
moved empty check logic and added comments
Luminic Mar 13, 2026
d62d9b5
removed duplicate len(vote.Options)
Luminic Mar 13, 2026
abc69fe
removed duplicate range check and updated error message
Luminic Mar 13, 2026
8705fe9
Merge pull request #95 from Luminic/fix-empty-vote
tallen42 Mar 14, 2026
755fb53
Revert "eboard vote"
tallen42 Mar 27, 2026
ca8e850
Revert "eboard vote"
tallen42 Mar 27, 2026
1a1d453
bump to 4.6.2
tallen42 Mar 27, 2026
6e3902c
E-Board Vote v2
tallen42 Mar 28, 2026
c08e0fe
Redo good change
tallen42 Mar 28, 2026
ac72ac1
Merge pull request #98 from ComputerScienceHouse/eboard-vote-v2
tallen42 Mar 28, 2026
7498028
Allow all of eboard to set gatekeep
pikachu0542 Mar 28, 2026
b976d16
documented new env var
pikachu0542 Mar 28, 2026
458dab2
Merge pull request #99 from ComputerScienceHouse/eboard-gatekeep
tallen42 Mar 28, 2026
f37e652
Moved routes into their own functions (#100)
pikachu0542 Mar 31, 2026
f296f34
Moved api route functions to separate file. Also did a bit of other r…
pikachu0542 Apr 1, 2026
1bcb591
rip my code it got hit by a bazooka
tallen42 Apr 2, 2026
8fd13c5
shows how many people voted so far
tallen42 Apr 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .github/pull_request_template.md

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- dev
pull_request:


jobs:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ VOTE_SLACK_BOT_TOKEN=

### Dev Overrides
`DEV_DISABLE_ACTIVE_FILTERS="true"` will disable the requirements that you be active to vote
`DEV_FORCE_IS_EBOARD="true"` will force vote to treat all users as E-Board members
`DEV_FORCE_IS_EVALS="true"` will force vote to treat all users as the Evals director

## Linting
Expand All @@ -56,7 +57,7 @@ go vet *.go
- [ ] Don't let the user fuck it up
- [ ] Show E-Board polls with a higher priority
- [x] Move Hide Vote to create instead of after you vote :skull:
- [ ] Display the reason why a user is on the results page of a running poll
- [X] Display the reason why a user is on the results page of a running poll
- [ ] Display minimum time left that a poll is open
- [ ] Move routes to their own functions
- [ ] Change HTTP resposne codes to be `http.something` instead of just a number
- [X] Change HTTP resposne codes to be `http.something` instead of just a number
Loading
Loading