GithubHelp home page GithubHelp logo

inmarket-backend's People

Contributors

98mux avatar askbk avatar edvardvb avatar marcusntnu avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

inmarket-backend's Issues

Settings

  • Implement secure tools for updating password and email. Use e-mail verification with link or token.
    More to come.

Activities backend

  • Implement activity creation
  • Implement activity handling. Fetch, accept, delay etc.

Backend vil ikke starte

Får ikke backend til å starte opp. Ender alltid opp med denne error meldingen.

node_1      | [nodemon] 1.18.9
node_1      | [nodemon] to restart at any time, enter `rs`
node_1      | [nodemon] watching: /usr/app/src/**/*
node_1      | [nodemon] starting `node src/server.js`
node_1      | internal/modules/cjs/loader.js:751
node_1      |   return process.dlopen(module, path.toNamespacedPath(filename));
node_1      |                  ^
node_1      | 
node_1      | Error: /usr/app/node_modules/bcrypt/lib/binding/bcrypt_lib.node: invalid ELF header
node_1      |     at Object.Module._extensions..node (internal/modules/cjs/loader.js:751:18)
node_1      |     at Module.load (internal/modules/cjs/loader.js:620:32)
node_1      |     at tryModuleLoad (internal/modules/cjs/loader.js:560:12)
node_1      |     at Function.Module._load (internal/modules/cjs/loader.js:552:3)
node_1      |     at Module.require (internal/modules/cjs/loader.js:658:17)
node_1      |     at require (internal/modules/cjs/helpers.js:22:18)
node_1      |     at Object.<anonymous> (/usr/app/node_modules/bcrypt/bcrypt.js:6:16)
node_1      |     at Module._compile (internal/modules/cjs/loader.js:722:30)
node_1      |     at Object.Module._extensions..js (internal/modules/cjs/loader.js:733:10)
node_1      |     at Module.load (internal/modules/cjs/loader.js:620:32)
node_1      |     at tryModuleLoad (internal/modules/cjs/loader.js:560:12)
node_1      |     at Function.Module._load (internal/modules/cjs/loader.js:552:3)
node_1      |     at Module.require (internal/modules/cjs/loader.js:658:17)
node_1      |     at require (internal/modules/cjs/helpers.js:22:18)
node_1      |     at new Auth (/usr/app/src/components/auth/auth.js:10:23)
node_1      |     at Object.<anonymous> (/usr/app/src/sequelize.js:122:14)
node_1      |     at Module._compile (internal/modules/cjs/loader.js:722:30)
node_1      |     at Object.Module._extensions..js (internal/modules/cjs/loader.js:733:10)
node_1      |     at Module.load (internal/modules/cjs/loader.js:620:32)
node_1      |     at tryModuleLoad (internal/modules/cjs/loader.js:560:12)
node_1      |     at Function.Module._load (internal/modules/cjs/loader.js:552:3)
node_1      |     at Module.require (internal/modules/cjs/loader.js:658:17)
node_1      | [nodemon] app crashed - waiting for file changes before starting...

Implement star rating

  • Endpoints for rating skills and interests of jobseekers who have participated in an activity
  • Add star rating to all user objects that are fetched from backend
  • Possibly: Take star rating of skills and interests into account when generating recommendations

HTTP/2

Switch to the HTTP/2 protocol for improved performance.

User endpoints

Certain endpoints must be added or modified to allow for several use cases.

  • Get all users (with filter). Used for searching for specific users.
  • Get my connections. Used for showing a list of my entire network.
  • Get awaiting connections, both sent and received. Used for showing pending requests.
  • When fetching a user (or several), the object must contain whether or not the current user is connected to that user ("connection status"). We need this to know whether a listing should display buttons for activites, connection requests, etc.
    • Alternative: Fetch connection status for a set of users separately, after relevant users are fetched.
    • Alternative: Separate endpoints for connected users, users with pending requests, and not-yet-connected users.
  • When fetching a user, the object should contain their star rating.

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.