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

CC-34100 Add Quicksight client adapter #1

Conversation

AsonUnique
Copy link
Collaborator

@AsonUnique AsonUnique added the enhancement New feature or request label Jul 31, 2024
@AsonUnique AsonUnique self-assigned this Jul 31, 2024
pull_request:
workflow_dispatch:

jobs:
Copy link
Collaborator

Choose a reason for hiding this comment

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

is it a standard list of validations for eco modules? Don't we need any other ones?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Tbh, I don't know. I guess, we can clarify this closer to the release phase.

@@ -0,0 +1,40 @@
SPRYKER SYSTEMS GMBH EVALUATION LICENSE AGREEMENT
Copy link
Collaborator

Choose a reason for hiding this comment

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

Don't we need a special License for eco modules?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'll change it to MIT for now, but we'll need to clarify this in the future.

Comment on lines +16 to +18
<foreign-key name="spy_quicksight_user-fk_user" foreignTable="spy_user" phpName="User" refPhpName="QuicksightUser">
<reference foreign="id_user" local="fk_user"/>
</foreign-key>
Copy link
Collaborator

Choose a reason for hiding this comment

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

dependency to User module

Copy link
Collaborator

Choose a reason for hiding this comment

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

Not fixed

*/
public function getQuicksightUserRegisterNamespace(): string
{
return 'default';
Copy link
Collaborator

@ilyakubanov ilyakubanov Aug 1, 2024

Choose a reason for hiding this comment

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

Lets move to constant

Comment on lines +16 to +18
<foreign-key name="spy_quicksight_user-fk_user" foreignTable="spy_user" phpName="User" refPhpName="QuicksightUser">
<reference foreign="id_user" local="fk_user"/>
</foreign-key>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Not fixed

@AsonUnique AsonUnique merged commit 295bc0f into feature/cc-34041/dev-quick-sight-mvp Aug 1, 2024
2 checks passed
@AsonUnique AsonUnique deleted the feature/cc-34041/cc-34100-spryker-quicksight-connection branch August 1, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

2 participants