steve246Original post
Web Developer
Hi AppWrite Community,
i am building project for voting https://github.com/Stefan8412/vote , with 2 types of voting 1.simple {based of total people of voting /on home page-no issue) and 2. weight voting(based on population weight), the main issue which i am facing right now is , that is not counting all votes from all voters{looks like votes object always rewrite previous vote from previous voters}...could someone pleasecheck my repo, thank you
Summary
Developing a voting project with appwrite and react. Issue with counting all votes in weight voting feature. Votes object seems to be overwriting previous votes. Solution: Verify the implementation of the votes object to ensure it's not overwriting previous votes.