Giter Site home page Giter Site logo

Rating API about skill-board-api HOT 4 CLOSED

devscollab avatar devscollab commented on July 19, 2024
Rating API

from skill-board-api.

Comments (4)

jennypoon avatar jennypoon commented on July 19, 2024

Hello! Could you elaborate on what the requirements are for rating an individual student?

from skill-board-api.

tejasmorkar avatar tejasmorkar commented on July 19, 2024

Right now, the plan is that we will receive a GitHub username from the frontend and we have to fetch all the relevant metadata such as the number of public commits, PRs, issues, stars etc. and calculate a rating out of 5.

We are currently brainstorming on an algorithm/ function that can fairly rate the students out of 5 based on these parameters.

Feel free to put forward any ideas that you have.

from skill-board-api.

megabyte98 avatar megabyte98 commented on July 19, 2024

so first fetch data using github api then normailze it based on some factor like out of 10 using a function and then using that rating implement sort and filter

from skill-board-api.

Aditya-Dawadikar avatar Aditya-Dawadikar commented on July 19, 2024

Right now, the plan is that we will receive a GitHub username from the frontend and we have to fetch all the relevant metadata such as the number of public commits, PRs, issues, stars etc. and calculate a rating out of 5.

We are currently brainstorming on an algorithm/ function that can fairly rate the students out of 5 based on these parameters.

Feel free to put forward any ideas that you have.

Right now this issue can be divided into 2 subtasks.

  1. create the rating algorithm
  2. rate the user

Creating the rating algorithm needs some serious brainstorming on our part, and we won't assign you that task.
For now, you can create a function that can receive a parameter named "rating" and assign this value to the student
user. This function must be exported from the module so that it can be used anywhere it is necessary.

model path: app/models/student.js
controller path: app/controllers/student.js

from skill-board-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.