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

Add React Router for page navigation #4

Open
sleepycat opened this issue Aug 1, 2023 · 1 comment
Open

Add React Router for page navigation #4

sleepycat opened this issue Aug 1, 2023 · 1 comment
Assignees

Comments

@sleepycat
Copy link
Collaborator

sleepycat commented Aug 1, 2023

Ultimately we'd like to help people explore these controls, and send people links to controls and their descriptions. That means we'll need proper URIs for these things and that means using React Router.

We'll need to create a slugified version of these control ids (something like /ac-2-2) to support this deep linking, which we'd need to expose the slugs via the api (as a field on the Control type and as something we can use to retrieve controls with).

@samiatoui
Copy link
Collaborator

Partially completed. React Router has been setup. Back-end work needs to happen to generate the slugs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants