Code Monkey home page Code Monkey logo

job-hunter-ats's People

Contributors

alexacalkhoven avatar jordankwan72 avatar raduschirliu avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

job-hunter-ats's Issues

Final Report

The CPSC 471 final project report needs to be completed, as per the project specification on D2L

Handle server errors gracefully

Right now, we are returning full debug messages and a 500 status code when there is a internal server error, even in release builds. Generally, this should be handled more gracefully by returning a different status code and a user readable message

Input DTO object in Company controller

Three related tasks:

  1. For the following methods:
  • PostCompany
  • PutCompany
    Input a CompanyDTO instead of a company and then update the remaining methods accordingly
  1. Change ForeignKey("UserId") to ForeignKey("User") in User.cs

  2. Change UserId to AdminId in Company.cs and then add a migration for the change

  3. Change the Display name for Last Name in User.cs to "Last Name" (it was copy pasted as "First Name" by accident)

Add authorization to Application endpoints

We need to apply access control for all of the application endpoints appropriately. Right now, our application endpoints are wide open.

For example, submitted applications should only be viewable/editable by the candidate that made the application, recruiters of the company to which the application was submitted, or Admins.

Review access control for auth endpoints

Right now, the access control for our auth endpoints is (at least in theory) secure, but some of our endpoints could either be renamed or more open to accommodate different use cases

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.