This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Fixing issues #3, #9, #11 #17
Closed
+2,909
−2,662
Closed
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
21856d0
#9 - Added route to deal with non-matching path and a new component f…
sfrankian 26008e5
#11 Fixed people request to work properly and added a redirect if a '…
sfrankian 0161211
Merge remote-tracking branch 'upstream/master'
sfrankian 0e8f56c
Added vue-notification to package.json which makes the error notifica…
sfrankian db1d933
Changed title of profile page from 'Person n' to name retrived from A…
sfrankian 86154cb
#3 added person profile page. Still need to add links to related reso…
sfrankian c732690
Fixed error in function that fetches person details from the API
sfrankian 9c96db7
#3 changed rendering of person component to only show vehicles if per…
sfrankian a9de522
Simplifying API get request
sfrankian 0c2314a
#3 Finished (just need to write tests). Because planet/starship compo…
sfrankian b980b0c
#3 - forgot to make homeworld a link.
sfrankian cf8ee4f
Made person template conditionally render based on whether we have re…
sfrankian 9d55696
Removed console.logs and added a few comments
sfrankian 99133ed
Added another cypress test and created a file to run unit tests on th…
sfrankian 5abaca4
Fixed test description name to be Person, not home
sfrankian 0402e4a
Fixed person tests to check for correct rendering
sfrankian 1086e79
Adding package.json and package-lock.json so that CI can pass
sfrankian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
#3 changed rendering of person component to only show vehicles if per…
…son has them
commit 9c96db7d22b40d7c16b151f23f97204458567422
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tip: you can make router-link into a button with the
as
property.