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

Implement import export library #2665

Closed
wants to merge 17 commits into from

Conversation

stefanvi
Copy link
Contributor

@stefanvi stefanvi commented Nov 16, 2022

In this pull request, the django-import-export library is partially implemented, issue #1081. The list below shows which classes still need to be implemented.

  • MemberGroupMembership
  • Exam
  • Summary
  • Payment
  • BankAccount
  • UserList
  • UserEmailList
  • Event
  • Batch

The last two are difficult because they have querysets that contain the actual data that needs to be exported. Registrations in case of Event and Payments in case of Batch. Also, the current event exporter has a lot of additional logic, which makes it difficult to define a resource class for it.

@stefanvi stefanvi linked an issue Nov 16, 2022 that may be closed by this pull request
@github-actions github-actions bot added app:activemembers Issues regarding the activemembers-app app:education Issues regarding the education-app app:events Issues regarding the events-app app:members Issues regarding the members-app app:payments Issues regarding the payments-app labels Nov 16, 2022
@codeclimate
Copy link

codeclimate bot commented Nov 16, 2022

Code Climate has analyzed commit 53db1d8 and detected 2 issues on this pull request.

Here's the issue category breakdown:

Category Count
Duplication 2

View more on Code Climate.

@stefanvi
Copy link
Contributor Author

Django tests seem to fail because the export action is moved, this is expected, because it now uses the resource class. Not sure why pylint fails.

@stefanvi stefanvi force-pushed the 1081-implement-import-export-library branch from a9d18f4 to f00b01a Compare March 1, 2023 19:34
@github-actions github-actions bot added the app:photos Issues regarding the photos-app label Mar 1, 2023
@DeD1rk DeD1rk force-pushed the master branch 2 times, most recently from 41d42a7 to 18edd09 Compare April 26, 2023 09:46
@github-actions github-actions bot removed the app:photos Issues regarding the photos-app label May 31, 2023
@stefanvi stefanvi mentioned this pull request Sep 27, 2023
9 tasks
@stefanvi stefanvi closed this Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app:activemembers Issues regarding the activemembers-app app:education Issues regarding the education-app app:events Issues regarding the events-app app:members Issues regarding the members-app app:payments Issues regarding the payments-app
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement import-export library
2 participants