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

Tenant Exporter (für 1.6.2 Schema) #725

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Tenant Exporter (für 1.6.2 Schema) #725

wants to merge 2 commits into from

Conversation

grafjo
Copy link
Contributor

@grafjo grafjo commented Jun 6, 2024

Here are some things you should have thought about:

Multi-Tenancy

  • Extended new entities with AbstractTenantAwareEntity?
  • New entity added to TenantAwareDatabaseConfiguration?
  • Tested with dev-multitenant profile?

@grafjo grafjo changed the title export tenant Tenant Export Jun 6, 2024
@grafjo grafjo changed the title Tenant Export Tenant Exporter Jun 6, 2024
private final WorkingTimeService workingTimeService;
private final ObjectMapper objectMapper;

public TenantExportComponent(SingleTenantConfigurationProperties singleTenantConfigurationProperties, TenantUserService tenantUserService, OvertimeAccountService overtimeAccountService, TimeClockService timeClockService, TimeEntryService timeEntryService, WorkingTimeService workingTimeService, ObjectMapper objectMapper) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Wenn das hier von der SingleTenantConfigurationProperties abhängt, wollen wir dann noch ein ConditionalOnBean zum Exporter packen?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yep hört sich gut an!

@grafjo grafjo changed the title Tenant Exporter Tenant Exporter (für 1.6.2 Schema) Jun 26, 2024
@bseber bseber force-pushed the export-poc branch 2 times, most recently from 9428c2a to 7ea36d9 Compare June 28, 2024 08:07
@github-actions github-actions bot added the Stale label Aug 28, 2024
@github-actions github-actions bot closed this Sep 4, 2024
@derTobsch derTobsch reopened this Oct 7, 2024
@github-actions github-actions bot removed the Stale label Oct 8, 2024
@github-actions github-actions bot added the Stale label Dec 7, 2024
@github-actions github-actions bot closed this Dec 15, 2024
@derTobsch derTobsch reopened this Dec 15, 2024
@github-actions github-actions bot removed the Stale label Dec 16, 2024
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.

3 participants