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

User Story 6, Users cannot navigate to certain paths #70

Closed
7 tasks
iandouglas opened this issue Dec 14, 2018 · 0 comments · Fixed by #161
Closed
7 tasks

User Story 6, Users cannot navigate to certain paths #70

iandouglas opened this issue Dec 14, 2018 · 0 comments · Fixed by #161

Comments

@iandouglas
Copy link

iandouglas commented Dec 14, 2018

Users should see a 404 error under the following conditions:
- if visitors try to navigate to any /profile path
- if visitors try to navigate to any /dashboard path
- if visitors try to navigate to any /admin path
- if registered users try to navigate to any /dashboard path
- if registered users try to navigate to any /admin path
- if merchants try to navigate to any /profile path
- if merchants try to navigate to any /admin path
- if merchants try to navigate to any /cart path
- if admin users try to navigate to any /profile path
- if admin users try to navigate to any /dashboard path
- if admin users try to navigate to any /cart path

If you think of any additional pages to block, please do so.

Checklist:

  • base code tests are written
  • base code is written to pass tests
  • edge case ("sad path") tests written (if required)
  • edge case code written (if required)
  • code is reviewed
  • branch is merged
  • all tests still pass

depends on #74

depends on #73

depends on #72

abenetka added a commit that referenced this issue Jan 2, 2019
@ghost ghost removed the in progress label Jan 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment