HeartAttackCat / TomcatDonutStore

Web development course server page.
0 stars 1 forks source link

Employee servlet and jsp #69

Closed MoonBasedKas closed 1 day ago

MoonBasedKas commented 2 days ago

The last major hurdle of functionality we need before the storm of CSS and diagrams. This servlet should be locked behind the employee role and handle redirecting the user to the respective JSP pages. We need the following two jsp pages:

  1. Tray management
  2. Inventory management

Tray management:

MoonBasedKas commented 2 days ago

The main functionality should be implemented in the 69-employees branch.

Needs debugging two major problem seem to exist.

  1. Database calls in the employee seem to be working however, they are not reflecting the changes made by the front end on the front end.
  2. Trays are acting weird. I may be using them wrong I need to read the into how the class operates.
    • Behavior 1: Trays will multiply upon calling fetch trays. FIXED