-
Notifications
You must be signed in to change notification settings - Fork 28
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
Fajrin Noor Rachman #13
Open
fajrinnr
wants to merge
21
commits into
majestic-fox-2019:master
Choose a base branch
from
fajrinnr:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
- Make Documentation for User and Product
- Make new file app.js - Replace config.json with config.js - Make new file cart.js product.js and user.js on controllers, routes and models folders - Make new file bcrypt.js and jwt.js on helpers folder - Make new file route.test.js on test folder - Operating Vue Cli on client folder
- Add Font Genuine-webfont.woff - Add new Navbar.vue ProductAdd.vue ProductList.vue ProductCard.vue on components folder - Add / , /login, /carts, /products router at index.js - Add listProducts and loginStatus at store folder on index.js - Add Cart.vue, Home.vue, Login.vue, and ProductList.vue - Edit errorHandler - Edit user.js on controller at server - Edit product.js on routes at server - Seed Product and Admin
- Modified App.vue - Add name bar beside logout button - Deleted ProductAdd.vue on components folder - Modified ProductCard.vue - Add /product/:productId router on index.js - Modified Login.vue - Modified ProductList.vue - Add new file ProductDetails.vue - Modified product.js and user.js on server controllers - Add helpers convert to rupiah - change type data for description on Product - Modified seeders
- Modified ProductCard.vue on client. - Add 'Intl.NumberFormat' for format Money to Rupiah on main.js at client. - Modified Cart.vue on client. - Modified Login.vue on client. - Modified ProductDetails.vue on client. - Add new file Error.vue on views folder. - Add some statis method on cart.js at controllers server. - Add amount to model cart - Add some routes on cart.js at routes folder server.
Features Cart is Done. |
- Change icon on page - Add menu transaction on Navbar - Add new model Transaction - Add new routes Transaction - Add new controller for Transaction - Add SendGrid API for sentEmail after checkout - Fixing errorHandler - Add new helper formatDate - Add new helper sentEmail
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
ENVIRONMENT VARIABLE:
Link Deploy:
https://arduishop-f0a45.firebaseapp.com
DELETE PRODUCT ON CART IS NOT YET.
UPDATE PRODUCT ON CART IS NOT YET.