Giter Club home page Giter Club logo

jobber-jobsearchengine.'s Introduction

JOBBER

Description

JOBBER is an employment application in which employers and employees get in contact to look for the best job collaborations. The employers will look in JOBBER's database for the perfect match, and the employees will receive the job offers. Then, they will have the possibility to accept it or refuse it, and then notify to the employer

User Stories

  • 404 - As a user I want to see a nice 404 page when I go to a page that doesn’t exist so that I know it was my fault
  • 500 - As a user I want to see a nice error page when the super team screws it up so that I know that is not my fault
  • landing page - As a user I want to be able to access the homepage so that I see what the app is about and login and signup
  • sign up - As a user I want to sign up on the webpage so that I can see all the events that I could attend
  • login - As a user I want to be able to log in on the webpage so that I can get back to my account
  • logout - As a user I want to be able to log out from the webpage so that I can make sure no one will access my account
  • events list - As a user I want to see all the events available so that I can choose which ones I want to attend
  • events create - As a user I want to create an event so that I can invite others to attend
  • events detail - As a user I want to see the event details and attendee list of one event so that I can decide if I want to attend
  • event attend - As a user I want to be able to attend to event so that the organizers can count me in

Backlog

  • Difference between job applications
  • Point in the Profile Pages how much hiring propositions exists

ROUTES:

  • GET /

    • renders the homepage
  • GET /auth/signup

    • redirects to / if user logged in
    • renders the signup form (with flash msg)
  • POST /auth/signup

    • redirects to / if user logged in
    • body:
      • username
      • email
      • password
  • GET /auth/login

    • redirects to / if user logged in
    • renders the login form (with flash msg)
  • POST /auth/login

    • redirects to / if user logged in
    • body:
      • username
      • password
  • POST /auth/logout

    • body: (empty)
  • GET /events

    • renders the event list + the create form
  • POST /events/create

    • redirects to / if user is anonymous
    • body:
      • name
      • date
      • number of employees
      • description
  • GET /events/:id

    • renders the event detail page
    • includes the list of attendees
    • attend button if user not attending yet
  • POST /events/:id/attend

    • redirects to / if user is anonymous
    • body: (empty - the user is already stored in the session)

Models

Employee model:

-imageEmployee
-name.
-secondname.
-age.
-adress.
-email.
-passwordHash.

Employer model:

-companyName.
-Number of employees.
-adress.
-email.
-passwordHash.

Offer model:

-companyName. -companyId. -nameEmployee. -employeeId. -status.

username: String
password: String

Event model

owner: ObjectId<User>
name: String
description: String
date: Date
NumbOfEmployees: String
attendees: [ObjectId<User>]

Links

Trello

Link to your trello board or picture of your physical board

Git

The url to your repository and to your deployed project

Repository Link

Deploy Link

Slides

The url to your presentation slides

Slides Link

jobber-jobsearchengine.'s People

Contributors

gunnerag avatar alvaroslam avatar

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.