Giter Club home page Giter Club logo

ibilik-accessment's Introduction

iBilik Ruby Assessment

This is a question repo for testing your server understanding for Ruby server. You'll be building an iBilik backend server application.

Included is a Sinatra Web Server version 0.0.6 based on https://github.com/hollowaykeanho/sinatra-web-server. You can obtain an updated version from the given link.

Purpose

The assessment goal is to test your understanding about ActiveRecord, ActiveRecord Relationship and Association, RESTFUL standards and MVC through the use of Sinatra framework, structured to mimic Rails.

Objectives

Your primary objective is to develop a working iBilik backend web app without heavy emphasis on the frontend. However, user experience (UX) is still considered in the assessment. To achieve an acceptable level, you should deliver:

Tip: Spend more time on the backend. Leave the frontend works as simple as possible.

1) A Wireframe of your App UX flow

This helps your mentor to navigate and test your app. It will be served as a map for your app.

2) Your database design

This helps to structure your database. It helps your mentor to verify and work with your data structure.

3) Your Working App

By Working definition: Usable, configurable and all expected functions are working.

The App should be doing the following:

User

  1. User is able to create an account (sign up)
  2. User is able to log into an account (sign in)
  3. User is able to log out from an account (sign out)

Properties

  1. User is able to CREATE properties
  2. User is able to VIEW properties
  3. User is able to UPDATE properties
  4. User is able to DELETE properties

Comments

  1. User is able to CREATE comment for a property
  2. User is able to VIEW comment for a property
  3. User is able to UPDATE comment for a property
  4. User is able to DELETE comment for a property

Booking

  1. User is able to CREATE booking for a property, BUT not his/her own
  2. User is able to VIEW his/her booking
  3. User is able to UPDATE his/her own booking only
  4. User is able to DELETE his/her own booking only

Time Length

State Period
Awesome 2 hours
Normal 3 hours
Maximum 5 hours

Procedure

  1. Fork this repo and git clone it to your local machine.
  2. Have your mentor ready to time you.
  3. Begin your code.
  4. To submit, push your commits into your forked repo.
  5. Post the link to your mentor and inform him/her your completion.
  6. Your mentor will walk you through your codes.

Good Luck!

ibilik-accessment's People

Contributors

hollowaykeanho avatar codemike83 avatar

Watchers

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