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

App Navigation #9

Closed
JasonWarrenUK opened this issue Jun 4, 2024 · 0 comments · Fixed by #13
Closed

App Navigation #9

JasonWarrenUK opened this issue Jun 4, 2024 · 0 comments · Fixed by #13
Assignees
Milestone

Comments

@JasonWarrenUK
Copy link
Owner

JasonWarrenUK commented Jun 4, 2024

App should allow the following routes:

graph TD
home["Home/Guide"] == Same Page ==> input
input["User Inputs"] -. Search ...-> list
list["List of Candidates"] -. Click Candidate ...-> c1

c1["Candidate 1"]

list -. New Search ...-o input
c1 -. New Search ....-o input
c1 -. Back to List ...-o list
Loading
@JasonWarrenUK JasonWarrenUK added this to the App Skeleton milestone Jun 4, 2024
@JasonWarrenUK JasonWarrenUK self-assigned this Jun 4, 2024
JasonWarrenUK added a commit that referenced this issue Jun 4, 2024
Add separate `.pug` files for different views
Fixes #9
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

Successfully merging a pull request may close this issue.

1 participant