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 diff --git a/README.md b/README.md index 2d209743..8cc5a0fb 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