Giter Site home page Giter Site logo

drs's People

Watchers

 avatar  avatar

Forkers

fy-zan

drs's Issues

Add Screen - Sign up as a User

Will be served at route /signup/user.
The div containing all the content will have the same width as the login page. See login.pug for reference.
The inputs "First Name" and "Last Name" will be on separate lines.
The "Login" button will be a link, on a separate line.
Don't add google maps for now. Just add a placeholder text.

Add Screen - Doc - Appointment History

  • route file will be /doctor/history.js which will render the appointments history at http://localhost:3000/history and handle all the requests being sent within the page
  • view file will be /doctor/history.pug
  • you should use some dummy data for doctor and appointments and we should currently be able to see those fake appointments on the page. All that data should reside in route file (for now)
  • appointments array should have the following format:
    [
      [appoint_id, clinic_name, patient_name, day, time_from, time_to, status, time_created, rating]
    ]
    
    where status will be 'done'. rating should be either be null or from 1 to 10.
  • We should currently be able to filter the appointments by clinic_name, patient_name and time_created

Add Screen - Doc - Main Page

  • route file will be /doctor/dashboard.js which will render the main page at http://localhost:3000/ and handle all the requests being sent within the page
  • view file will be /doctor/dashboard.pug
  • you should use some dummy data for doctor and appointments and we should currently be able to decline/accept/done those fake appointments. All that data should reside in route file (for now)
  • appointments array should have the following format:
    [
      [appoint_id, clinic_name, patient_name, day, time_from, time_to, status, time_created, rating]
    ]
    
    where status will be one of ['new', 'accepted', 'done'] and rating will be null here.
  • when I reject one of those fake appointments, it should be deleted from the route file (database in future)
  • We should currently be able to filter the appointments by clinic_name.

Add Screen - Sign up as a Doc

Will be served at route /signup/doctor.
The div containing all the content will have the same width as the login page. See login.pug for reference.
The "Sign In" button will be a link. Change text to "Login"
The inputs "First Name" and "Last Name" will be on separate lines.

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.