Skip to content

mayuyu#16

Open
iss4gerry wants to merge 6 commits into
Ethereum-Jakarta:mainfrom
iss4gerry:mayuyu
Open

mayuyu#16
iss4gerry wants to merge 6 commits into
Ethereum-Jakarta:mainfrom
iss4gerry:mayuyu

Conversation

@iss4gerry
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown

@harkon666 harkon666 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

overall good, lanjut ke week 4

return new Promise((resolve, reject) => {
db.all(`
SELECT GroupContact.id, Groups.groupName, Contact.name FROM Groups
JOIN GroupContact ON Groups.id = GroupContact.groupId
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good sir

Comment thread address-book/view/view.js
@@ -0,0 +1,84 @@
class view {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

everything is good

reject("ID tidak ditemukan");
return;
}
db.run(
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

Copy link
Copy Markdown

@harkon666 harkon666 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yah di api udah aman, tinggal tingkatin lagi di week 4 wkwk

return reject(err)
}

if(!result){
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oke good validation ada

const groupController = require('../controller/groupController')
const contactGroupController = require('../controller/contactGroupController')

router
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

router aman

return new Promise((resolve, reject) => {
db.all(`SELECT Contact.*, Groups.groupName
FROM Contact
LEFT JOIN GroupContact ON Contact.id = GroupContact.ContactID
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oke ini bisa buat get contact sama groupnya

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants