vote
vote copied to clipboard
🗳️ Abakus' voting system
'bout time After this comes a pr with updates to documentation, small refactor of `/usage` and removal of angularjs :pray:
Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.11.5 to 8.3.2. Release notes Sourced from mongoose's releases. 8.3.2 / 2024-04-16 fix(populate): avoid match function filtering out null values in populate result #14518 #14494 types(query): make...
Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 3.0.3 to 3.7.0. Release notes Sourced from svelte-check's releases. svelte-check-3.7.0 feat: mark only properties as bindable that were declared using $bindable() in Svelte 5 runes mode (#2336)...
Bumps [passport](https://github.com/jaredhanson/passport) from 0.4.0 to 0.7.0. Changelog Sourced from passport's changelog. [0.7.0] - 2023-11-27 Changed Set req.authInfo by default when using the assignProperty option to authenticate() middleware. This makes the...
Bumps [chalk](https://github.com/chalk/chalk) from 2.4.2 to 5.3.0. Release notes Sourced from chalk's releases. v5.3.0 Add sideEffects field to package.json 5aafc0a Add support for Gitea Actions (#603) 29b8569 https://github.com/chalk/chalk/compare/v5.2.0...v5.3.0 v5.2.0 Improve Deno...
## Hardcoded chrome version ### TL;DR As per https://github.com/webkom/vote/pull/491 we need to update the hardcoded value listed in the `package.json` to match the chrome version ### Issue When we run...
Now the election model has a field pysical: ` physical: { type: Boolean, default: true, },` It would make more sense if this was like the type field: ` type:...
At the moment it is difficult to spot whether a users card is activated or deactivated when scanned for the moderators sitting besides the screen. If the sounds were different...
Make it easier to see which tab is currently active in the moderator-view.
Physical elections (added in https://github.com/webkom/vote/pull/453) should be tested more. Test suggestions - verify the exception for retrieving elections while inactive is `errors.InactiveUserError(user.username);` - clicked physical/digital in admin view reflects the...