-
Notifications
You must be signed in to change notification settings - Fork 0
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
#73 Graph MVP #78
#73 Graph MVP #78
Conversation
…ta-graph-caption #72-graph-data-graph-caption
…ore-data-buttons'
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.
sexy
…age-historical-and-more-data-buttons 69 landing page historical and more data buttons
this.dialogRef.close(); | ||
} | ||
|
||
datePipe = (time: string) => { |
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 there a reason you need to redeclare this here and write it differently instead of using the one in pipe.utils?
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.
its a different kind of format
angular-client/src/pages/graph-page/graph-sidebar/graph-sidebar.component.ts
Outdated
Show resolved
Hide resolved
@@ -17,13 +17,13 @@ services: | |||
client: | |||
container_name: client | |||
restart: unless-stopped | |||
image: client-prod:1.0.0 | |||
image: mckeep/client-prod:1.0.0 |
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.
what's mckeep?
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.
the dockerhub id
Changes
Added Graph
Changed submodule to add seed data
this took way too long
Notes
Have to add + because for some reason it doesnt think the time is an integer so it fails to create the date if it doesnt have that
Screenshots
Checklist
It can be helpful to check the
Checks
andFiles changed
tabs.Please review the contributor guide and reach out to your Tech Lead if anything is unclear.
Please request reviewers and ping on slack only after you've gone through this whole checklist.
package-lock.json
changes (unless dependencies have changed)Closes #73 (issue #)
Closes #73