Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirect to latest course from dashboard landingspage #38

Open
cyrildewit opened this issue Dec 4, 2023 · 0 comments
Open

Redirect to latest course from dashboard landingspage #38

cyrildewit opened this issue Dec 4, 2023 · 0 comments
Labels
Frontend Task Something needs to be done

Comments

@cyrildewit
Copy link
Contributor

Description

We need to have logic in place that can redirect the user dynamically to his latest course. This endpoint will act as a redirector. If the user

Functional requirements

  1. Create a new route in the frontend at https://talentpulse.localhost/dashboard. This page needs to check if the user is authenticated or not.
  2. If the user is authenticated, redirect the user to the latest course. This route is "https://talentpulse.localhost/courses/{uuid}"
  3. If the user is not authenticated, redirect the user to https://talentpulse.localhost/organisation-login which is at the moment the only login flow we will support.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend Task Something needs to be done
Projects
Status: 🔖 Ready
Development

No branches or pull requests

1 participant