Giter Club home page Giter Club logo

booking-scheduler-test's Introduction

Booking Scheduler Test

A simple front-end test involving user profiles & timeslots

Getting started

Your task is to create a booking scheduler system which executes this user flow.

User flow examples

Here are example screenshots which follows the user flow from above,

  1. User Index
  2. User Show (Optional)
  3. Booking Form
  4. Booking Form 2
  5. Booking Success

User Profiles

You are given example character profiles, which can be found here.

You are allowed to copy the profiles into your code, and add details to the array/hash if it helps in your methods or iterations. However, core details such as the name, profession, photo & availability should be left unchanged.

User Availability

The mentor's availability is listed in the has as "availability". Availabilities are listed as "day/hour". For example: "0/13:00", 0 (Monday) refers to the day, and 13:00 (1PM) refers to the hour.

Days are listed according to this hash map.

{ "0" => "Monday", "1" => "Tuesday", "2" => "Wednesday", "3" => "Thursday", "4" => "Friday", "5" => "Saturday", "6" => "Sunday" }

These timeslots are repeated every week. Meaning that the mentor will be available at the same time and day every week. In your assessment, you are only required to list out their availability up to the next 30 days.

Your Task

  • You will need to create a mock mobile app based on the given user flows.
  • Having a database is not necessary and it is not necessary to save the bookings created. This is just a mock, and what is important is that information selected or submitted in the previous page carries over to the next.
  • Should have efficient logic, as in it should not be hard-coded.
  • Have visually acceptable/pleasing styling.
  • You will need to present your mobile app mock at the end of the presentation, on projector. You are to explain your design considerations, and how the app works.

Optional

  • User Show page is optional, but would improve the flow significantly.
  • Additional animations would improve the UI and create a better experience.
  • Database to save user profiles or bookings created are not necessary, but you may include it if it helps with your implementation.

booking-scheduler-test's People

Contributors

joera47 avatar

Watchers

James Cloos 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.