-
Notifications
You must be signed in to change notification settings - Fork 29
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
ahmad zuliansyah putra #9
Open
azputra
wants to merge
11
commits into
majestic-fox-2019:master
Choose a base branch
from
azputra: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
new file: client/index.html new file: client/package-lock.json new file: client/package.json new file: client/src/App.vue new file: client/src/components/cardKanban.vue new file: client/src/components/formAddKanban.vue new file: client/src/components/formEditKanban.vue new file: client/src/components/isiKanban.vue new file: client/src/components/login.vue new file: client/src/components/navbar.vue new file: client/src/components/register.vue new file: client/src/config/mixin.js new file: client/src/firebase/config.js new file: client/src/main.js new file: client/src/views/loginRegister.vue new file: client/src/views/mainPage.vue modified: readme.md new file: server/.gitignore new file: server/app.js new file: server/config/config.json new file: server/controllers/kanban.js new file: server/controllers/user.js new file: server/env-template new file: server/helpers/bcrypt.js new file: server/helpers/jwt.js new file: server/middleware/authentication.js new file: server/middleware/authorizeKanban.js new file: server/middleware/errorHandler.js new file: server/migrations/20200210111504-create-user.js new file: server/migrations/20200210125827-create-kanban.js new file: server/migrations/20200210140456-add-field-UserId-to-kanban.js new file: server/migrations/20200212165944-add-field-assignTo-to-kanban.js new file: server/migrations/20200212165955-add-field-description-to-kanban.js new file: server/models/index.js new file: server/models/kanban.js new file: server/models/user.js new file: server/package-lock.json new file: server/package.json new file: server/routes/index.js new file: server/routes/kanban.js new file: server/routes/user.js
new file: client/.firebase/hosting.cHVibGlj.cache new file: client/.firebaserc new file: client/firebase.json new file: client/public/index.html modified: server/package.json new file: server/procfile
modified: client/index.html modified: client/src/App.vue modified: client/src/components/cardKanban.vue modified: client/src/components/formAddKanban.vue modified: client/src/components/formEditKanban.vue modified: client/src/components/isiKanban.vue modified: client/src/components/login.vue modified: client/src/components/register.vue modified: client/src/main.js modified: readme.md
modified: client/src/App.vue modified: client/src/components/cardKanban.vue modified: client/src/components/login.vue new file: client/src/components/myKanban.vue modified: client/src/views/loginRegister.vue modified: server/controllers/kanban.js modified: server/controllers/user.js modified: server/routes/user.js
modified: client/src/App.vue modified: client/src/components/myKanban.vue
modified: client/src/App.vue modified: client/src/components/cardKanban.vue modified: client/src/components/formAddKanban.vue modified: client/src/components/formEditKanban.vue modified: client/src/components/isiKanban.vue modified: client/src/components/login.vue modified: client/src/components/register.vue modified: client/src/main.js modified: readme.md modified: server/controllers/kanban.js modified: server/controllers/user.js new file: server/kanban-cool-firebase-adminsdk-uibkj-8dfbe38a5f.json modified: server/package-lock.json modified: server/package.json ==========================================================> update ubah kirim auth dari user dengan uid dan di terima di server lalu di generate dengan admin sdk
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.
env: PORT = 3000
JWT_SECRET = sungguhsecret
CLIENT_ID_GOOGLE = 674753587254-dk8r6hh57petl05ldgeljnk83vtmlug8.apps.googleusercontent.com
deploy: https://kanban-cool.firebaseapp.com/
additional features:
draggable, vue mixin, socket, firebase auth