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

Support import records from excel file #184

Closed
blcham opened this issue Jul 15, 2024 · 2 comments · Fixed by #188
Closed

Support import records from excel file #184

blcham opened this issue Jul 15, 2024 · 2 comments · Fixed by #188
Assignees

Comments

@blcham
Copy link

blcham commented Jul 15, 2024

Image

Variants of excel import:

  • Standard variant of excel import -- the external service creates records in json which are then imported by backend.
  • Detached variant of excel import -- the external service deploys newly created records directly to database instead of returning it to the backend.

A/C:

  • if external service for import of excel is configured it should be called on the import button
  • if external service is not configured it should behave as before
  • detached variant of excel import is implemented by default
@blcham blcham self-assigned this Jul 15, 2024
@blcham
Copy link
Author

blcham commented Jul 15, 2024

Inspire by PRs.

@blcham
Copy link
Author

blcham commented Jul 20, 2024

@palagdan Make sure that you can do the following:

  • test backend in the deploy/keycloak-auth deployment
  • debug backend within the deploy/keycloak-auth deployment
  • setup you backend to existing frontend so it can be tested

palagdan added a commit to kbss-cvut/record-manager that referenced this issue Jul 20, 2024
blcham added a commit to kbss-cvut/record-manager that referenced this issue Jul 20, 2024
…ecifiedRecordsWithSpecifiedPhaseAndReturnsImportResult
palagdan added a commit to kbss-cvut/record-manager that referenced this issue Jul 20, 2024
…fiedRecordsAndReturnsImportResult importRecordsJsonReturnsConflictWhenServiceThrowsRecordAuthorNotFound
blcham pushed a commit to kbss-cvut/record-manager that referenced this issue Jul 21, 2024
blcham pushed a commit to kbss-cvut/record-manager that referenced this issue Jul 21, 2024
blcham pushed a commit to kbss-cvut/record-manager that referenced this issue Jul 21, 2024
blcham pushed a commit to kbss-cvut/record-manager that referenced this issue Jul 21, 2024
blcham pushed a commit to kbss-cvut/record-manager that referenced this issue Jul 21, 2024
blcham added a commit to kbss-cvut/record-manager that referenced this issue Jul 21, 2024
…ecifiedRecordsWithSpecifiedPhaseAndReturnsImportResult
blcham pushed a commit to kbss-cvut/record-manager that referenced this issue Jul 21, 2024
…fiedRecordsAndReturnsImportResult importRecordsJsonReturnsConflictWhenServiceThrowsRecordAuthorNotFound
blcham pushed a commit to kbss-cvut/record-manager that referenced this issue Jul 21, 2024
…fiedRecordsAndReturnsImportResult importRecordsJsonReturnsConflictWhenServiceThrowsRecordAuthorNotFound
blcham added a commit to kbss-cvut/record-manager that referenced this issue Jul 21, 2024
I.e. import that is fully implemented by external service. In this case database is modified by separate service.
blcham added a commit to kbss-cvut/record-manager that referenced this issue Jul 21, 2024
…SV endpoint

I.e. import that is fully implemented by external service. In this case database is modified by separate service.
blcham added a commit that referenced this issue Jul 21, 2024
I.e. import that is fully implemented by external service. In this case database is modified by separate service.
blcham pushed a commit to kbss-cvut/record-manager that referenced this issue Jul 21, 2024
blcham pushed a commit to kbss-cvut/record-manager that referenced this issue Jul 21, 2024
blcham pushed a commit to kbss-cvut/record-manager that referenced this issue Jul 21, 2024
blcham pushed a commit to kbss-cvut/record-manager that referenced this issue Jul 21, 2024
blcham pushed a commit to kbss-cvut/record-manager that referenced this issue Jul 21, 2024
blcham added a commit to kbss-cvut/record-manager that referenced this issue Jul 21, 2024
…ecifiedRecordsWithSpecifiedPhaseAndReturnsImportResult
blcham pushed a commit to kbss-cvut/record-manager that referenced this issue Jul 21, 2024
…fiedRecordsAndReturnsImportResult importRecordsJsonReturnsConflictWhenServiceThrowsRecordAuthorNotFound
blcham added a commit to kbss-cvut/record-manager that referenced this issue Jul 21, 2024
…SV endpoint

I.e. import that is fully implemented by external service. In this case database is modified by separate service.
blcham added a commit to kbss-cvut/record-manager that referenced this issue Jul 21, 2024
…SV endpoint

I.e. import that is fully implemented by external service. In this case database is modified by separate service.
blcham added a commit that referenced this issue Jul 21, 2024
…m-excel

[#184] Updated importRecords Action to support Excel file import
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 a pull request may close this issue.

2 participants