From 57c0bf2e7ee8b278cd13bca7f5bb6d9a956a8a2f Mon Sep 17 00:00:00 2001
From: Adrian Gunnar Lauterer <adriangl@pvv.ntnu.no>
Date: Mon, 17 Mar 2025 19:01:11 +0100
Subject: [PATCH] Update README.md

---
 README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/README.md b/README.md
index 8754d37..012c1f1 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,21 @@ Create a webapplication to commit, some simple elections.
 as there already seem to exist multiple diffrent voting result libraries/application in rust, 
 the aim of this is rather to create the webui for participants to submit their votes, and use a library to get the results after a election is done. 
 
+stuff needed
+- users and authentication
+- create a namespace (our collection name for a set of elections. ) 
+    - should be able to    enforce only creator can add new elections or work in the same namedpace.
+- crate new elections in namespace
+  elections should have a set of items
+- vote on elections
+    - alsofir pepole you have fullmakt for.
+- give fullmakt to namespace to spesific person.  
+- accept fullmakt?
+
+- stop elections , calculate and show results
+     - public and private results
+- encryption and signing stuff for everything to ensure trust      
+
 ## Building
 
 ```bash