Skip to content

New persistence option (sqlite) and user features

Latest
Compare
Choose a tag to compare
@ConfusedOnCOFFEE ConfusedOnCOFFEE released this 03 Jan 18:34
· 3 commits to main since this release
d31427f

RELEASE

How

Please use "--features="db,sqlx_sqlite" to save your data in a sqlite db.

Requires

diesel migration first

Technical feat

  • As already said: sqlite support

User feat

  • Modify open votes.
  • Split admin pages

Fix

  • Multiple fixes, some logic stuff

Refactor

  • JavaScript now loads rxjs and loads a common lib with often used methods.
  • CSS: Removed not used stuff, split table from form styling.
  • HTML tera files: Split into multiple rendering pages.
  • E2E: Add more util methods.

Pipeline

JavaScript is no minified if used in container.

WARNING

  • feature=file should be the original v0.1, but not tested

Not Working

  • distinct change of categories and candidates if a voting is modified, it would just extend the same cat./cand. again.
  • The feature 'diesel_sqlite' was started but not finished
  • Various feature options might not work.
    Full Changelog: v0.1...v0.2