electora-vote / electora-app

Decentralized Voting Application - leveraging the power of zk-proofs, conditions based decryption, and decentralized storage
https://app.electora.eu/
8 stars 2 forks source link

Refactor model and services #41

Closed meatballs closed 1 year ago

meatballs commented 1 year ago

closes #37

This PR moves all logic out of the forms and model and into services instead.

It also separates formatting from the model into a separate service.

This is work towards #40 where we might want to move all the logic into a ts library that could be used independently of anvil.