Skip to content

Commit

Permalink
Add similarity algorithm documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquelinecai committed Nov 20, 2024
1 parent fcf6b85 commit dcf9279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/admin/admin.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ export const addCourseDescriptionsDb = async ({ auth }: VerifyAdminType) => {

/**
* Adds all similarity data to the Course database, consisting of tags and top 5 similar courses
* https://www.notion.so/Similar-Courses-Algorithm-13d0ad723ce18060b34eccc5385d08ca
*
* @param {Auth} auth: Object that represents the authentication of a request being passed in.
* @returns true if operation was successful, false if operations was not successful, null if token not admin
Expand Down

0 comments on commit dcf9279

Please sign in to comment.