icefoganalytics / travel-authorization

0 stars 0 forks source link

Move Create Travel Authorization For Other User Button To Travel Request Table #225

Open klondikemarlen opened 1 month ago

klondikemarlen commented 1 month ago

Relates to:

Context

Is your feature request related to a problem? Please describe. In regards to the "Create Travel Request" button in the Manager View page.

We should consider where this button is put. The manager view is likely not the appropriate place for it. Maybe the Travel Request Grid.

Describe the solution you'd like

  1. Standardize the /travel-request page. Rename to /travel-requests
  2. Add a button for creating a travel request to the page.

Additional context How to get to the feature:

  1. Boot the app via dev up
  2. Log in to the app at http://localhost:8080
  3. Go to the "Manager View" via the top drop down menu (http://localhost:8080/manage-travel-requests)
  4. Click on the "Create Travel Request" button to open the dialog.
  5. Add an email to unlock the create button.
  6. Click the "create" button to create the travel authorization and be redirected to the, in progress, travel authorization details edit page.

Instead:

  1. Go to the "Travel Request" via the top drop down menu (http://localhost:8080/travel-request)