Skip to content

Stop publishing fabricated enrollment conversion metrics generated wi… - #1105

Open
OluRemiFour wants to merge 2 commits into
rinafcode:mainfrom
OluRemiFour:metrics-generated
Open

Stop publishing fabricated enrollment conversion metrics generated wi…#1105
OluRemiFour wants to merge 2 commits into
rinafcode:mainfrom
OluRemiFour:metrics-generated

Conversation

@OluRemiFour

Copy link
Copy Markdown
Contributor

Close: #1014

Flow Summary:

  1. Controller receives GET /courses/:id, extracts the id param
  2. Calls CoursesService.findOne(id)
  3. Service queries the courseRepo with eager-loaded relations:
  • instructor -- the User who created the course
  • reviews -- all CourseReview records for this course
  • reviews.reviewer -- the User who wrote each review
  • prerequisite -- the prerequisite Course (if any)
  1. If not found, throws ResourceNotFoundException (404)
  2. Returns the Course entity (serialized by NestJS)
    Additional context about the course entity paths:
  • Course entity: C:\Users\ADMIN\Desktop\lekan-drips\teachLink_backend\src\courses\entities\course.entity.ts
  • CourseReview entity: C:\Users\ADMIN\Desktop\lekan-drips\teachLink_backend\src\courses\entities\course-review.entity.ts

@drips-wave

drips-wave Bot commented Jul 28, 2026

Copy link
Copy Markdown

@OluRemiFour Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@OluRemiFour

Copy link
Copy Markdown
Contributor Author

Done, Close: #1105

@RUKAYAT-CODER

RUKAYAT-CODER commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Well done on the job!
Kindly fix workflow no skipping

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.

Stop publishing fabricated enrollment conversion metrics generated with Math.random

2 participants