• Joined on 2024-06-02
dlmw pushed to master at dlmw/qv 2025-01-10 09:32:09 +00:00
5927e9c855 Refactor createVotes in two different functions (only for the part that was nested in ifs)
dlmw pushed to master at dlmw/qv 2025-01-09 17:26:25 +00:00
0b0ecaba9b Write test for expired election
dlmw pushed to master at dlmw/qv 2025-01-09 17:23:08 +00:00
b25e090a7b Write test for max voters reached (only in unknown voters election
dlmw pushed to master at dlmw/qv 2025-01-09 17:12:26 +00:00
4fbf72d84d Add tests for already voted cases
dlmw pushed to master at dlmw/qv 2025-01-09 14:35:26 +00:00
d77bef4bda Write some tests for createVotes before refactoring
dlmw pushed to master at dlmw/qv 2025-01-08 16:19:00 +00:00
bf3368b736 Implement mocking and update tests for createElection
dlmw pushed to master at dlmw/qv 2025-01-08 12:57:57 +00:00
49a1df06d2 Dirty implementation of createVotes
dlmw pushed to master at dlmw/qv 2025-01-02 18:28:00 +00:00
ca824726b4 Return err
dlmw pushed to master at dlmw/qv 2025-01-02 18:27:34 +00:00
a9278366dd Remove useless intermediary variable in elections.go
dlmw pushed to master at dlmw/qv 2025-01-02 18:24:37 +00:00
0229f78976 Incomplete implementation of createVotes
dlmw pushed to master at dlmw/qv 2025-01-02 17:12:51 +00:00
9efe9a3537 Write validation for createVotesRequest
dlmw pushed to master at dlmw/qv 2025-01-02 17:06:05 +00:00
d251909ee7 Move isValid
dlmw pushed to master at dlmw/qv 2025-01-02 17:05:34 +00:00
8d3ce36dd9 Add endpoint for POST /votes in openapi.yml
dlmw pushed to master at dlmw/qv 2025-01-02 16:53:33 +00:00
7f82a402de Document Location header in POST /election
dlmw pushed to master at dlmw/qv 2025-01-02 16:49:26 +00:00
f884e29ccd Make isValid a method and add skeleton for createVote
1554743a95 Add "web" to .gitignore
Compare 2 commits »
dlmw pushed to master at dlmw/qv 2025-01-02 16:44:50 +00:00
bbbdb637b0 Add variable for urlPath
dlmw pushed to master at dlmw/qv 2025-01-01 19:00:39 +00:00
d4fc6a54cf Remove .gitignore in .idea
dlmw pushed to master at dlmw/qv 2025-01-01 18:48:21 +00:00
941e9a36fb Add more test cases and add UniqueValues check
dlmw pushed to master at dlmw/qv 2024-12-31 14:37:05 +00:00
53aa4ab375 Add Buddha in test from last commit
dlmw pushed to master at dlmw/qv 2024-12-31 14:36:30 +00:00
3abaeba76b Add test for old expiresAt date in integration