Skip to content

Commit

Permalink
Merge pull request #2027 from gtech-mulearn/dev
Browse files Browse the repository at this point in the history
Merge dev to dev-server
  • Loading branch information
jelanmathewjames authored Jun 7, 2024
2 parents 369baa6 + dd6b4dc commit 56b829d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/launchpad/launchpad_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ def get(self, request):
).values('total_karma')
allowed_org_types = ["College", "School", "Company"]

intro_task_completed_users = KarmaActivityLog.objects.filter(
task__event='launchpad',
appraiser_approved=True,
task__hashtag='#lp24-introduction',
).values('user')

users = User.objects.filter(
karma_activity_log_user__task__event="launchpad",
karma_activity_log_user__appraiser_approved=True,
Expand Down

0 comments on commit 56b829d

Please sign in to comment.