Skip to content

feat: luigi nodes service implementation #12

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

Merged
merged 4 commits into from
Aug 12, 2024

Conversation

gkrajniak
Copy link
Member

No description provided.

@gkrajniak gkrajniak linked an issue Aug 8, 2024 that may be closed by this pull request
@gkrajniak gkrajniak self-assigned this Aug 8, 2024
pluralLabel?: string;
notFoundConfig?: {
entityListNavigationContext: string;
sapIllusSVG: string;
Copy link
Contributor

Choose a reason for hiding this comment

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

I think the notFondConfig should stay internal - in the lugigi nodes serivce we only use Record<string, string> to pass the error context. So i think we should change this interface to Record<string,string> right?

Sap may not appear in here

Copy link
Member Author

Choose a reason for hiding this comment

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

done

# Conflicts:
#	src/lib/injection-tokens.ts
#	src/lib/portal.module.ts
#	src/lib/services/index.ts
#	src/lib/services/luigi-config/luigi-config.service.ts
@gkrajniak gkrajniak merged commit ff85f91 into feat/portal-config-service Aug 12, 2024
3 checks passed
@gkrajniak gkrajniak deleted the feat/luigi-nodes-service branch August 12, 2024 08:39
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.

feat: implement luigi nodes service
2 participants