EVENT MANAGEMENT SYSTEM
A Digital Platform for Streamlined Event
Organization
Subject: (21CSC203P)Advanced Programming Practice
Team Members: Arnav C (RA2411029010037)
Animesh Kumar (RA2411029010050)
Ayush De (RA2411029010069)
ABSTRACT
❑ The Event Management System is designed to simplify the process
of planning, organizing, and executing events in both academic and
corporate settings.
❑ Traditional methods of event management often involve manual
registrations, scattered communication, and limited accessibility.
❑ Our system addresses these challenges by providing a centralized
digital platform that supports event creation, participant
registration, scheduling, notifications, and record-keeping.
❑ By automating these tasks, the system not only saves time and
effort but also ensures smoother coordination between organizers
and participants.
❑ Ultimately, this project aims to enhance user experience, improve
event turnout, and reduce the workload for organizers.
INTRODUCTION
❑ Events such as seminars, workshops, cultural fests, and conferences play
a vital role in knowledge sharing, networking, and skill development.
❑ However, managing these events manually comes with significant
drawbacks like data mismanagement, loss of information, and poor
communication.
❑ In the era of digital transformation, it has become increasingly important
to adopt smart solutions that automate and streamline such processes.
❑ An Event Management System provides a single integrated platform
where event details are published, participants can register easily, and
organizers can monitor the entire lifecycle of an event.
❑ This improves transparency, efficiency, and overall effectiveness of event
handling.
PROBLEM STATEMENT
❑ Manual registrations are prone to errors, duplication, and incomplete
data.
❑ Communication with participants is scattered, often relying on notices,
posters, or word-of-mouth.
❑ No centralized database exists for storing participant information,
schedules, or feedback.
❑ Difficult to track attendance, send timely updates, or evaluate event
success.
ADVANTAGES DIS-ADVANTAGES
❑ Low cost and no technical ❑ Time-consuming and labor-
infrastructure required. intensive for organizers.
❑ Simple for small-scale or one- ❑ High chances of
time events. miscommunication and data
❑ Direct human interaction may mismanagement.
improve personal engagement. ❑ Inefficient for large-scale or
recurring events.
SURVEYS
Title (source / year) Problem statement Merits (strengths / Challenges /
contributions) limitations
Event Management System COVID/remote era led to Focused feature set for Primarily web/webinar-
for Webinars and Survey — more webinars — need virtual events (registration, centric; does not address
(IJSECS / ResearchGate, integrated EMS that webinar links, automated heavy in-person logistics
2022). supports webinar survey distribution). Useful (venues, resource
scheduling, participant UX recommendations for allocation) or large-scale
management, and webinar workflows and data concurrency design.
surveys/feedback. The collection. Implementation detail for
paper presents a system high load not covered.
tailored to webinars and
post-event surveys.
University Event Many campus EMS lack Adds analytics dashboards Adds complexity (data
Management System Using analytics — paper proposes and visualizations to typical pipelines, storage, privacy).
Data Visualization — integrating data EMS features; helps Paper focuses on
(IJARCCE / 2025). visualization (attendance, organizers optimize visualization benefits but
engagement, resources) to scheduling, venue usage lacks deep evaluation of
help decision making for and resource planning. data accuracy and
future events. privacy/consent handling.
An Empirical Study on Developers building event- Excellent empirical list of It's a survey/empirical study
Challenges of Event driven microservices face real-world pitfalls when — it doesn’t provide a full
Management in many practical problems using asynchronous events: solution; you must design
Microservice Architectures (schema modelling, schema evolution, extra infrastructure (schema
— (arXiv / 2024). auditing, ordering, large auditing/traceability, registry, tracing,
payloads). The paper payload sizing and ordering idempotency) to address
analyzes StackOverflow data constraints — useful for the highlighted issues.
to surface real challenges. engineering a robust EMS
backend.
Hikester — the event Many social event platforms Covers recommender Focus on social use cases —
management application — need features like event subsystem, spam less emphasis on
(ArXiv / 2018) — practical creation, recommendation recognition, parameter institutional needs
architecture of a social EMS and spam control; the paper optimization; practical for (invoicing, venue booking)
describes consumer-facing EMS and and on enterprise-grade
design/implementation of a features like invites, transactional guarantees.
real event platform discovery and rating.
(Hikester).
Java-based EMS These project reports Provide concrete Java code Many are student project
implementations / project present Java (Servlets/JSP or structure, modules scale — may lack
reports — (IJCRT, project Spring Boot) + MySQL mapping, DB schema production considerations
PDFs showing Java + MySQL implementations of college examples and sample UI (security, transaction
implementations). EMS (admin/student flows — practical starting isolation, concurrent
modules, registration, points for building a Java booking handling).
scheduling). EMS.