Implement redirect default page to Dashboard #1

Open
opened 2023-01-31 09:27:13 +00:00 by abelhooge · 0 comments
Owner

In its current state, the dashboard is not opened unless the view is called index. This is confusing as there likely already will be an IndexView. For this reason, the Dashboard view must be actually called Dashboard, and subsequently a redirect must be implemented from Index to Dashboard.

The best candidate for this is a FuzeWorks::MVCR static route. However, initial tests could not make it work.

Implement this update from the home work station, where Docker mounts on vendor don't cause the entire application to crawl to a halt.

In its current state, the dashboard is not opened unless the view is called index. This is confusing as there likely already will be an IndexView. For this reason, the Dashboard view must be actually called Dashboard, and subsequently a redirect must be implemented from Index to Dashboard. The best candidate for this is a ``FuzeWorks::MVCR`` static route. However, initial tests could not make it work. Implement this update from the home work station, where Docker mounts on vendor don't cause the entire application to crawl to a halt.
abelhooge added the
enhancement
help wanted
labels 2023-01-31 09:27:13 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: FuzeWorks/Administration#1
No description provided.