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

1743 Usunięcie efektów kształcenia #1780

Open
wants to merge 3 commits into
base: master-dev
Choose a base branch
from

Conversation

Cez02
Copy link
Collaborator

@Cez02 Cez02 commented Jan 5, 2025

  • Usunięcie modelu Effects
  • Usunięcie filtru grup efektów z panelu admina i stron użytkownika
  • Usunięcie metody get_completed_effects z modelu CompletedCourses

@Cez02 Cez02 linked an issue Jan 5, 2025 that may be closed by this pull request
@Cez02 Cez02 requested a review from lgpawel January 5, 2025 15:16
@@ -74,26 +72,6 @@ class FreedayAdmin(admin.ModelAdmin):
ordering = ('-day',)


class EffectsListFilter(SimpleListFilter):
Copy link
Contributor

Choose a reason for hiding this comment

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

To chyba już teraz był martwy kod, prawda? Proszę przy okazji o przejechanie się po historii git bisect i stwierdzenie, od kiedy tak jest, tj. kiedy znikają odniesienia do tej klasy.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Z tego co widzę to tak, jest to martwy kod. Nastąpiło to razem z usunięciem klasy CourseEntityAdmin w commitcie ef0460f. Potwierdzę to rano

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Potwierdzam

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.

Usunięcie efektów kształcenia
2 participants