From 410074d304488a7916c58127da6872b7ae773dc5 Mon Sep 17 00:00:00 2001 From: Ankit Raj <44525721+ankit039@users.noreply.github.com> Date: Tue, 20 Oct 2020 13:32:41 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6557617..d84ea3fb 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ required to complete them. | [To-Do App](./Projects/2-Intermediate/To-Do-App.md) | Manage personal to-do tasks | 2-Intermediate | | [Typing Practice](./Projects/2-Intermediate/Typing-Practice-App.md) | Typing Practice | 2-Intermediate | | [Voting App](./Projects/2-Intermediate/Voting-App.md) | Voting App | 2-Intermediate | +| [Election Monitoring System App](./Projects/2-Intermediate/Election-Monitoring-System-App.md) | Election Monitoring App | 2-Intermediate | ### Tier-3: Advanced Projects From 3c307a759fb33cbbfacf91c7ab118bcfd6052335 Mon Sep 17 00:00:00 2001 From: Ankit Raj <44525721+ankit039@users.noreply.github.com> Date: Tue, 20 Oct 2020 13:34:00 +0530 Subject: [PATCH 2/2] Create Election-Monitoring-System-App.md --- .../Election-Monitoring-System-App.md | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Projects/2-Intermediate/Election-Monitoring-System-App.md diff --git a/Projects/2-Intermediate/Election-Monitoring-System-App.md b/Projects/2-Intermediate/Election-Monitoring-System-App.md new file mode 100644 index 00000000..a3ddd3d6 --- /dev/null +++ b/Projects/2-Intermediate/Election-Monitoring-System-App.md @@ -0,0 +1,32 @@ +# Election Monitoring System +## Number of Windows +* Home +* Login/Signup + * Signup + * Name * + * DOB * + * Email + * Photo * + * Phone Number * + * Adhar * + * Adhar Photo * + * Voter * + * Voter Photo * +* User Panel(normal) + * Add post for self + * Profile View + * Name and other info (update/delete) + * update/delete previous info of event + * Can see all post + * Can report any event +* Admin panel(high) + * Add post for self + * Profile View + * Name and other info (update/delete) + * update/delete previous info of event + * Can see all post + * Can see profile of any user + * Can update roles for that user i.e. who can post/read + * and can delete evet of that user + * Can report/delete any event + * can see how many user repoted that event