GithubHelp home page GithubHelp logo

appointment-scheduler's Introduction

appointment-scheduler

Requirements

Write a calendar application using HTML, JavaScript, and CSS. The user interface should generally have two panes.
One pane should have a calendar with clickable days, and the other should have time slots for a selected day.
The time slots can be in any increment you wish - hourly, 30-minutes, 15-minutes, etc. Each time slot must be able to have a text message attached to be able to make appointments.

Assumptions

Calendar with clickable days should be generally presistent. Time slot view could be swapped out with appointment form. Appointment should have a content/message/description field as well as a title.

Usage

Action Command Element
Select Day click day or appointment calendar pane
extend appointment across days drag appointment right edge across days calendar pane
move appointment day drag appointment to a different day calendar pane
move appointment slot drag appointment to to different slot timeslot pane
change appointment duration drag appointment bottom edge timeslot pane
add appointment click any timeslot timeslot pane
edit appointment click appointment timeslot pane
save appointment click save button appointment form
delete appointment click delete button appointment form
cancel edit click cancel button appointment form

Usability considerations

If currently editing an appointment, do not allow interaction with calendar. Allow direct editing of appointment slot and duration from timeslot pane. From Calendar view, user can move an appointment between days. From calendar view user can take an all day appointment and extend across multiple days. All day appointments denoted as red Regular appointments denoted as blue

Things I would differently with more time

Upon selecting an appointment from the calendar view automatically scroll to it in the in the timeslot pane. Bring up editing form by clicking event in the calendar view. Creating better transitions between timeslot pane and appointment form. possibly use of animations Creation of a mobile agent detection service to scroll downward to timeslot pane when user selects a day.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/batosi175/appointment-scheduler.git this repository
  • cd appointment-scheduler
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

appointment-scheduler's People

Contributors

ember-tomster 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.