Git Product home page Git Product logo

watminers's People

Contributors

chen-han avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

watminers's Issues

Current TODOs

  • Refactor frontend Angular Logics to a more organized way
  • Redesign the page layout so it looks better
  • UX improve: instead of manually entering jobID and ranking info, students can copy paste their ranking page on jobmine to ours, we would upload the info automatically
  • More on backend logics and algorithms (see the backend issue for more detail)
  • More integration with facebook or Linkedin:
    1. Students can copy paste their select time slot page on jobmine to our page; it would contain a list of people who applied the same job as him/her. We send invites to those people saying that someone wishes to share ranking info with you.
  • design promotion materials on social media

Database & Backend

The database will be divided into three tables using relational database model
RANK stores ranking and preference information for a job-student pair, this is the one we are focusing now)
fields: rankID, jobID, studentID, ranking, preference

STUDENT: stores additional information for each student, not important for now
primary key (studentID)
JOB: stores additional information for each job such as job description, not our focus now
primary key jobID //derived from JobMine

Basic DB Operations:

get job rankings: returns a list of rankings and preferences associated with each job
this operation will only be available for users who are ranked for that job,
get user rankings: get a user's rankings, available only to specific user
input rankings: accepts a list of rankings in form of (jobID, userID, ranking, preference) and insert them to database

More Advanced DB operation:

Notify users on new information with their job (e.g. someone with an offer is not taking the job, someone with offer IS taking the job, more people have entered their ranking for a job)

How do we know that a person is not lying and entering random information for jobs?

  • Ask each student to copy paste their select time page on jobmine. Since it contains a list of interviewees with their names, we may check against their registered names on our system.
    But we can't use Facebook name since they may mismatch, especially for those with different legal name and preferred name. We can ask people to input their student ID and go into WatIAM to search it up. I have done some basic research, there seems to be no API for that, but we might be able to use cURL to access the search function anyways, since it's public.

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.