-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Collections #176
Collections #176
Conversation
DeepCode Report (#ee5807)DeepCode analyzed this pull request. |
Hey @TheHollidayInn, TravisBuddy Request Identifier: d2406490-e49b-11e9-98d3-55f5e12e8fe5 |
So far, so good. I liked your approach on storing collections. |
Just mounted locally. Nice approach with vuex @TheHollidayInn! I have two doubts:
|
Hey @yubathom! For this I figured I would not implement a backend, but implement locally (save with local storage). It wouldn't be much to add a backend later or event add an option for users to supply their own. For sharing, I was thinking of just exporting the JSON like postman does and allow for users to also import JSON. |
Thought I should just ping @TheHollidayInn to know the status of this PR. |
Hey @TheHollidayInn, TravisBuddy Request Identifier: 16206f20-f013-11e9-983c-41f05746e0df |
Hey! Sorry, got a little behind, but I will push my updates tomorrow. |
Hey @TheHollidayInn, TravisBuddy Request Identifier: dbe5fbc0-f0ff-11e9-aa1b-53c400f64b87 |
Alright! I think I have the first round of features (Although there are plenty more I could think of). I'd appreciate any feedback. Sorry it took me so long. |
Hey @TheHollidayInn, TravisBuddy Request Identifier: 63ab0f90-f48a-11e9-9e2b-01a46d152451 |
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.
LGTM
Hey @TheHollidayInn, TravisBuddy Request Identifier: e3f1d5e0-f4ac-11e9-9e2b-01a46d152451 |
@TheHollidayInn This is awesome! I've added few stylings. After some manual testing, I often ran into some errors.
I tried to debug but logic seems to be fine. Even though you use same modal to create and edit, logic seems to be correct. Any idea what went wrong let me know if you could reproduce the bug! |
Hey! I wanted to get this posted to get some feedback and show progress
Closes #29