-
Notifications
You must be signed in to change notification settings - Fork 15
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
Iannotate demo #228
base: iannotate-demo
Are you sure you want to change the base?
Iannotate demo #228
Conversation
src/reducers/tasksReducer.js
Outdated
hypothesisData.links.html + | ||
' "' + | ||
hypothesisData.name + | ||
'")') |
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.
Use backticks here: "* Hypothesis Group: ${hypothesisData.name} ... "
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.
linter is still splitting this in a weird way, now it's just one place though.
Any way we can prevent it from splitting it like:
deliverables: (task.deliverables +=
* Hypothesis Group: ${
hypothesisData.name
})
src/actions/index.js
Outdated
accept: 'application/json', | ||
'content-type': 'application/json', | ||
authorization: 'Bearer 6879-DF1aRxrzWAarRZBMfak86Zs57i-LFtZCF1esFLYIlAU' // TODO update to one owned by elimisteve | ||
}, |
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.
Holy shit, way to go @4xdk! :-D
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.
Yeah, that was the toughest bit :)
src/actions/index.js
Outdated
// taskGid, | ||
// name, | ||
// description, | ||
// }) |
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.
@4xdk Delete?
src/actions/index.js
Outdated
headers: { | ||
accept: 'application/json', | ||
'content-type': 'application/json', | ||
authorization: 'Bearer 6879-DF1aRxrzWAarRZBMfak86Zs57i-LFtZCF1esFLYIlAU' // TODO update to one owned by elimisteve |
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.
@4xdk Quote the keys for consistency, please
See the note at: https://github.com/PursuanceProject/pursuance/compare/iannotate-demo...4xdk:iannotate-demo?expand=1#diff-4e3037116dbc2bc69a473b7ace3d02abR264