ZTL-ARTCC / Current_Website

vZTL's Official Website
GNU Affero General Public License v3.0
5 stars 6 forks source link

#646 Create training team feedback system #661

Closed kjporter closed 1 month ago

kjporter commented 1 month ago

This PR will:

iccowan commented 1 month ago
  1. Saving feedback redirects to home page on main site, not controller dashboard
  2. Updating saved feedback returns an error
  3. Viewing anonymous feedback in the manage page is a little weird
  4. Public link (https://qa-2.ztlartcc.org/trainer_feedback/new) does not work - App\Http\Controllers\TrainerFeedback not found
kjporter commented 1 month ago
  1. Saving feedback redirects to home page on main site, not controller dashboard
  2. Updating saved feedback returns an error
  3. Viewing anonymous feedback in the manage page is a little weird
  4. Public link (https://qa-2.ztlartcc.org/trainer_feedback/new) does not work - App\Http\Controllers\TrainerFeedback not found

@iccowan thanks - those have all been corrected.

iccowan commented 1 month ago

When saving from the public site, it logs in the user and does not save the ticket. There may be some kind of authentication mixup happening on the backend

kjporter commented 1 month ago

When saving from the public site, it logs in the user and does not save the ticket. There may be some kind of authentication mixup happening on the backend

Fixed - it was a routing issue. Moved the save routine route so it will work properly.