Skip to content
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

Merged
merged 51 commits into from
Dec 17, 2023
Merged

#73 Graph MVP #78

merged 51 commits into from
Dec 17, 2023

Conversation

Peyton-McKee
Copy link
Contributor

@Peyton-McKee Peyton-McKee commented Nov 13, 2023

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

Screenshot 2023-11-13 at 4 34 12 PM

Checklist

It can be helpful to check the Checks and Files 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.

  • All commits are tagged with the ticket number
  • No linting errors / newline at end of file warnings
  • All code follows repository-configured prettier formatting
  • No merge conflicts
  • All checks passing
  • Screenshots of UI changes (see Screenshots section)
  • Remove any non-applicable sections of this template
  • Assign the PR to yourself
  • No package-lock.json changes (unless dependencies have changed)
  • Request reviewers & ping on Slack
  • PR is linked to the ticket (fill in the closes line below)

Closes #73 (issue #)
Closes #73

Copy link

@leoleader leoleader left a comment

Choose a reason for hiding this comment

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

sexy

@Peyton-McKee
Copy link
Contributor Author

Screenshot 2023-11-28 at 3 16 03 PM Screenshot 2023-11-28 at 3 16 11 PM Screenshot 2023-11-28 at 3 16 20 PM Screenshot 2023-11-28 at 3 16 30 PM

@Peyton-McKee
Copy link
Contributor Author

Screenshot 2023-12-16 at 12 35 08 PM Screenshot 2023-12-16 at 12 35 01 PM Screenshot 2023-12-16 at 12 34 55 PM Screenshot 2023-12-16 at 12 34 50 PM Screenshot 2023-12-16 at 12 34 46 PM

angular-client/angular.json Show resolved Hide resolved
angular-client/src/api/data.api.ts Outdated Show resolved Hide resolved
angular-client/src/app/app-routing.module.ts Show resolved Hide resolved
this.dialogRef.close();
}

datePipe = (time: string) => {
Copy link
Contributor

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?

Copy link
Contributor Author

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/environment/environment.prod.ts Outdated Show resolved Hide resolved
scylla-server/src/proxy/proxy-client.ts Show resolved Hide resolved
scylla-server/src/controllers/data.controller.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
Copy link
Contributor

Choose a reason for hiding this comment

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

what's mckeep?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the dockerhub id

@Peyton-McKee Peyton-McKee merged commit bd11628 into main Dec 17, 2023
4 checks passed
@Peyton-McKee Peyton-McKee deleted the #73-graph branch December 17, 2023 04:27
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.

Data Graph - Make Graph
4 participants