vote icon indicating copy to clipboard operation
vote copied to clipboard

🗳️ Abakus' voting system

Results 65 vote issues
Sort by recently updated
recently updated
newest added

'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...

dependencies

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)...

dependencies

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...

dependencies

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...

dependencies

## 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:...

enhancement
backend
priority:low

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...

enhancement
frontend
priority:medium

Make it easier to see which tab is currently active in the moderator-view.

enhancement
frontend
priority:medium

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...