Class HomeView

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class HomeView extends JPanel
Provides the primary dashboard interface for management personnel. This view displays an interactive calendar, a task management system, and a live team directory synchronized with the PostgreSQL database. * It facilitates employee lifecycle management, including adding new staff members, updating roles, and removing employees from the system. * @author Team 60
See Also:
  • Constructor Details

    • HomeView

      public HomeView(Connection conn)
      Constructs the home dashboard and initiates the loading of team data. * @param conn The active SQL database connection used to populate the team directory.