-
Notifications
You must be signed in to change notification settings - Fork 0
/
l
48 lines (36 loc) · 2.48 KB
/
l
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Readme Introduction
This is a guide for how to set up your readme for you IronHack Application
1. Name of your Application
2. Keywords
You should include at least 3 keywords for your project to identify the features of your project, such as: freshness, price, transportation convenience
3. Description of the datasets and function design
* [name] [link] [data type] [data columns used] [data amount] Please provide a name+link+basicInfo to each dataset you have used.
* [Y/N] Do you use the primary dataset ”online climate data” from data.gov?
* [Y/N] [List] Are all these datasets from data.gov? If not, where are they coming from (links)?
4. Brief Description
* Use a paragraph to introduce your project.
Fill in the structued description:
* Map View:
1. [Y/N] Basic Map with specific location (your map is located in a meaningful place, city of west lafayette for example)
2. [Y/N] Markers for location of markets
3. [Y/N] Labels for markets' names
4. [Y/N] InfoWindow to show detail information of a market
5. [Y/N] [describe] Any other cover on the map (for example, cloud cover to show the weather effect)
* Data Visualization:
1. [Y/N] [describe] Use Graph? What is the type? (bar chart, pie chart, radar chart ...)
2. [Y/N] [List] Any interaction available on the graph? List them (enable click on numbers, drag on lines, change time/variables ...)
* Interaction Form:
1. [Y/N] [List] Any information output? list them. (text field, text area, label, plain HTML ...)
2. [Y/N] [List] Any operation option (filters)? List them. (search markets, search vegetables, filter based on price, sort based on convenience ...)
3. [Y/N] [List] Any information input? List them. (comments, markers, user preference ...)
4. [Y/N] [List] Interaction with Map? List them. (filter on price will affect map markers, sort on price will affect map markers, ...)
5. [Y/N] [List] Interaction with data visualization? List them. (filter, sort, set variables ...)
5. Build Case
How can we build and access your project on a Linux/Unix machine if you use external dependencies besides HTML/CSS/Javascript?
List the dependencies you used, such as python, node.js, etc.
List the steps we should follow to build the project.
Your project will be built on Amazon Web Service, EC2, ubuntu 14.01 instance
6. Test Case
Which browsers did you test your project on? Chrome, IE, Edge, Safari, or Firefox?
7. Additional information You Want to Share with Us
E.g. any problems you faced/fixed, where you reached out to for help, etc.