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

Features/last_ingestion #94

Merged
merged 32 commits into from
Aug 1, 2023
Merged

Features/last_ingestion #94

merged 32 commits into from
Aug 1, 2023

Conversation

noctillion
Copy link
Contributor

This PR introduces changes in backend and a new component, LastIngestionPublic. This component is designed to display the most recent ingestion information that is available, from WES service endpoint Features/public-last-ingestion-retrival #40.

Changes include:

  • Changes in publich backend to request information about last ingested files from wes service
  • Addition of the LastIngestionInfo component
  • Necessary updates in redux and related components for proper integration

main.go Outdated Show resolved Hide resolved
main.go Outdated Show resolved Hide resolved
src/js/features/ingestion/ingestion.store.ts Show resolved Hide resolved
src/js/components/Overview/LastIngestion.tsx Outdated Show resolved Hide resolved
main.go Show resolved Hide resolved
main.go Outdated Show resolved Hide resolved
Copy link
Member

@davidlougheed davidlougheed left a comment

Choose a reason for hiding this comment

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

minor requests

src/js/components/Overview/LastIngestion.tsx Outdated Show resolved Hide resolved
src/js/components/Overview/LastIngestion.tsx Show resolved Hide resolved
Copy link
Member

@davidlougheed davidlougheed left a comment

Choose a reason for hiding this comment

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

minor reqs, other than that looks good

src/js/types/lastIngestionResponse.ts Outdated Show resolved Hide resolved
src/js/types/lastIngestionResponse.ts Outdated Show resolved Hide resolved
@noctillion
Copy link
Contributor Author

Thank you for your insightful review and valuable feedback!

src/js/store.ts Outdated Show resolved Hide resolved
src/js/components/Overview/LastIngestion.tsx Outdated Show resolved Hide resolved
src/js/components/Overview/LastIngestion.tsx Show resolved Hide resolved
src/js/features/ingestion/ingestion.store.ts Outdated Show resolved Hide resolved
src/js/types/lastIngestionResponse.ts Outdated Show resolved Hide resolved
src/js/types/lastIngestionResponse.ts Outdated Show resolved Hide resolved
@noctillion noctillion merged commit 8c37772 into main Aug 1, 2023
2 checks passed
@davidlougheed davidlougheed deleted the features/last_ingestion branch August 30, 2023 19:20
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.

2 participants