- Posted By: freeproject
- Comments: 0
Posted By freeproject on August 2, 2017
Activity Management System Class Diagram describes the structure of a Activity Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Activity Management System are Activity, Users, Activity Type, Timeslots, Attandance, Particiapants.
Classes of Activity Management System Class Diagram:
- Activity Class : Manage all the operations of Activity
- Users Class : Manage all the operations of Users
- Activity Type Class : Manage all the operations of Activity Type
- Timeslots Class : Manage all the operations of Timeslots
- Attandance Class : Manage all the operations of Attandance
- Particiapants Class : Manage all the operations of Particiapants
Classes and their attributes of Activity Management System Class Diagram:
- Activity Attributes : activity_id, activity_title, activity_type, activity_date, activity_description
- Users Attributes : user_id, user_name, user_mobile, user_email, user_username, user_password, user_address
- Activity Type Attributes : ac_id, ac_title, ac_description
- Timeslots Attributes : time_slot_id, time_slot_name, time_slot_duration, time_slot_type, time_slot_description
- Attandance Attributes : attandance_id, attandance_user_id, attandance_date, attandance_descriptioa
- Particiapants Attributes : particiapants_id, particiapants_name, particiapants_mobile, particiapants_email, particiapants_username, paticipants_password, participants_address
Classes and their methods of Activity Management System Class Diagram:
- Activity Methods : addActivity(), editActivity(), deleteActivity(), updateActivity(), saveActivity(), searchActivity()
- Users Methods : addUsers(), editUsers(), deleteUsers(), updateUsers(), saveUsers(), searchUsers()
- Activity Type Methods : addActivity Type(), editActivity Type(), deleteActivity Type(), updateActivity Type(), saveActivity Type(), searchActivity Type()
- Timeslots Methods : addTimeslots(), editTimeslots(), deleteTimeslots(), updateTimeslots(), saveTimeslots(), searchTimeslots()
- Attandance Methods : addAttandance(), editAttandance(), deleteAttandance(), updateAttandance(), saveAttandance(), searchAttandance()
- Particiapants Methods : addParticiapants(), editParticiapants(), deleteParticiapants(), updateParticiapants(), saveParticiapants(), searchParticiapants()
Class Diagram of Activity Management System :
Class Diagram Image: