Skip to content

Conversation

@phantomlution
Copy link

when user publish their notes to wordpress, sync server-side tags with boostNote tags

@kazup01 kazup01 added the awaiting review ❇️ Pull request is awaiting a review. label Aug 27, 2018

getTagId (serverUrl, authToken, tagName) { // if tag not exist at server, create this tag
tagName = tagName.toLowerCase()
return new Promise((resolve, reject) => {
Copy link
Member

Choose a reason for hiding this comment

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

this.searchTag() seems to returns a Promise. Why do we need to create another Promise?

}

createTag (serverUrl, authToken, tagName) {
return new Promise((resolve, reject) => {
Copy link
Member

Choose a reason for hiding this comment

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

Same problem

@Rokt33r Rokt33r added awaiting changes 🖊️ Pull request has been reviewed, but contributor needs to make changes. and removed awaiting review ❇️ Pull request is awaiting a review. labels Sep 15, 2018
@ZeroX-DG
Copy link
Member

ZeroX-DG commented Jun 2, 2020

@phantomlution do you still interested in this PR?

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

Labels

awaiting changes 🖊️ Pull request has been reviewed, but contributor needs to make changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants