Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.4 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.4 KB

University Community Management

Description

This project is an object-oriented C# application developed using the Rider IDE (JetBrains). It is designed to manage university community roles and hierarchy, including students, employees, and alumni.

Project Details

The application models a university community with various types of members and their relationships. The hierarchy includes:

  • CommunityMember
    • Employee
      • Teacher
        • Administrator
        • Master
      • Administrative
    • Student
    • Alumni

image-removebg-preview

Features

  • Implementation of object-oriented programming principles.
  • Management of different types of community members.
  • Hierarchical structure representation.

Technologies Used

  • C#
  • Rider IDE (JetBrains)

Setup Instructions

  1. Clone the repository:
    git clone https://github.com/dalvinsegura/UniversityRoleHierarchy.git
  2. Open the project in Rider IDE.
  3. Build and run the project.

Usage

The application allows you to create and manage different types of university community members and visualize their hierarchical relationships.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any questions or suggestions, please contact dalvin@seguradev.com.