-
Notifications
You must be signed in to change notification settings - Fork 1
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
BI-1647 (View Experiments: Observation Dataset Table) #322
Conversation
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.
I left a bunch of comments, it looks good overall.
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.
One suggested change, looks good.
src/breeding-insight/model/Trial.ts
Outdated
console.log('xxxxxxxxxxxxxxxxxxxxxxxxxxxxx'); | ||
console.log(this); |
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.
console.log('xxxxxxxxxxxxxxxxxxxxxxxxxxxxx'); | |
console.log(this); |
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.
+1
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.
Done!
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.
Had an issue with a test experiment loading but wasn't able to reproduce with Dave so thinking it's a local issue. Included it here for reference but ok moving forward.
src/breeding-insight/model/Trial.ts
Outdated
console.log('xxxxxxxxxxxxxxxxxxxxxxxxxxxxx'); | ||
console.log(this); |
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.
+1
this.newObservationActive = true; | ||
} | ||
|
||
// updateObservation(updatedObservation: Observation) { |
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.
Is this commented out stuff being saved for a future card?
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.
No. I removed the commented code and unused methods.
… will be consistance (re: feedback from demo)
Description
BI-1647 (View Experiments: Observation Dataset Table)
Dependencies
bi-api: branch feature/BI-1647
Testing
Checklist: