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

Add Volumes Details Page to KF1.7 #231

Closed
30 tasks done
mathis-marcotte opened this issue May 25, 2023 · 0 comments
Closed
30 tasks done

Add Volumes Details Page to KF1.7 #231

mathis-marcotte opened this issue May 25, 2023 · 0 comments
Assignees

Comments

@mathis-marcotte
Copy link
Contributor

mathis-marcotte commented May 25, 2023

Epic: StatCan/aaw#1632

Add the volumes details page to our repo.

Our file structure differs from upsteam when it comes to the volumes component, since they have it seperate and we have it merged into jupyter.
So for this new volumes-details-page component, I suggest we put it under our frontend/src/app/pages directory

Files to Add

volumes/frontend/src/app/pages/volume-details-page:

  • pvc-mock.ts
  • volume-details-page.component.scss
  • volume-details-page.component.ts
  • volume-details-page.component.html
  • volume-details-page.component.spec.ts
  • volume-details-page.module.ts

volumes/frontend/src/app/pages/volume-details-page/events:

  • config.ts
  • events.component.html
  • events.component.scss
  • events.component.spec.ts
  • events.component.ts
  • events.module.ts

volumes/frontend/src/app/pages/volume-details-page/overview:

  • overview.component.scss
  • overview.component.ts
  • pod-groups-mock.ts
  • overview.component.html
  • overview.component.spec.ts
  • overview.module.ts
  • pods-mock.ts

volumes/frontend/src/app/pages/volume-details-page/overview/link-groups-table:

  • link-groups-table.component.html
  • link-groups-table.component.spec.ts
  • link-groups-table.module.ts
  • link-groups-table.component.scss
  • link-groups-table.component.ts
  • types.ts

volumes/frontend/src/app/pages/volume-details-page/yaml:

  • yaml.component.html
  • yaml.component.scss
  • yaml.component.spec.ts
  • yaml.component.ts
  • yaml.module.ts
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

No branches or pull requests

1 participant