Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 614 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 614 Bytes

README

Application Name

Grapher

Overview

In this application, if you import House data in csv format, a graph of the data will be drawn.
The data required is model below.

Functions

This application has following functions.
  • Ability to import House data in Csv format.
  • Ability to draw a graph of imported House data.

Technical elements

  • File_field_tag to import csv file.
  • LazyHighCharts gem for drawing a graph.

house

Column Type Options
first_name string
last_name string
city string
num_of_people integer
has_child string