Git Product home page Git Product logo

scheduler's Introduction

Interview Scheduler

Features

  • Interviews can be booked between Monday and Friday.
  • A user can switch between weekdays.
  • A user can book an interview in an empty appointment slot.
  • Interviews are booked by typing in a student name and clicking on an interviewer from a list of available interviewers.
  • A user can cancel an existing interview.
  • A user can edit the details of an existing interview.
  • The list of days informs the user how many slots are available for each day.
  • The expected day updates the number of spots available when an interview is booked or canceled.
  • A user is presented with a confirmation when they attempt to cancel an interview.
  • A user is shown an error if an interview cannot be saved or deleted.
  • A user is shown a status indicator while asynchronous operations are in progress.
  • When the user presses the close button of the error they are returned to the Form or Show view (skipping Status and Confirm).
  • The application makes API requests to load and persist data. We do not lose data after a browser refresh.

Demo

Add an appointment

Edit an appointment

Delete an appointment

Error Handling

Setup

  1. Clone this repository.
  2. Install the scheduler dependencies with npm install.
  3. Clone the scheduler-api repository.
  4. Install the scheduler-api dependencies with npm install.
  5. Login to the the PostgreSQL server with the username development and the password development. Use the command psql -U development.
  6. Create the database with the command CREATE DATABASE scheduler_development;.
  7. Within the scheduler-api root folder, copy and paste the .env.example file. Name the new file .env.development.
  8. In the .env.development file, add the following PostgreSQL configiration:
PGHOST=localhost
PGUSER=development
PGDATABASE=scheduler_development
PGPASSWORD=development
PGPORT=5432
  1. Run the scheduler-api with the command npm start.
  2. Perform a database reset by navigating to http://localhost:8001/api/debug/reset in your browser.
  3. In a seperate terminal window, navigate to the scheduler root folder and use the command npm start to run the scheduler.
  4. Visit http://localhost:8000/ in your browser and check out the scheduler! The scheduler should now be populated with data from the scheduler-api.

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook

Dependecies

  • "axios": "^0.20.0",
  • "classnames": "^2.2.6",
  • "cypress": "^9.7.0",
  • "normalize.css": "^8.0.1",
  • "react": "^16.9.0",
  • "react-dom": "^16.9.0",
  • "react-scripts": "3.4.4"

scheduler's People

Contributors

raincouver avatar

Watchers

 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.