Skip to content

Commit

Permalink
fix: move recommendations to edx-recommendations
Browse files Browse the repository at this point in the history
Move recommendations related code to separate plugin edx-recommendations.

VAN-1596
  • Loading branch information
mubbsharanwar committed Aug 28, 2023
1 parent fc90c85 commit 345ae69
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lms/djangoapps/learner_recommendations/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ def get(self, request, course_id):

class RecommendationsContextView(APIView):
"""
IMPORTANT: Please do not update or use this API. This code has been moved to edx-recommendations plugin.
Please use that plugin for further code changes. This API will be removed as part of VAN-1427.
*Example Request*
GET /api/learner_recommendations/recommendations_context/
Expand Down Expand Up @@ -235,6 +238,9 @@ def get(self, request):

class ProductRecommendationsView(APIView):
"""
IMPORTANT: Please do not update or use this API. This code has been moved to edx-recommendations plugin.
Please use that plugin for further code changes. This API will be removed as part of VAN-1427.
**Example Request**
GET api/learner_recommendations/product_recommendations/
Expand Down Expand Up @@ -380,6 +386,9 @@ def get(self, request, course_id=None):

class DashboardRecommendationsApiView(APIView):
"""
IMPORTANT: Please do not update or use this API. This code has been moved to edx-recommendations plugin.
Please use that plugin for further code changes. This API will be removed as part of VAN-1427.
API to get personalized recommendations from Amplitude.
**Example Request**
Expand Down

0 comments on commit 345ae69

Please sign in to comment.