Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ The user options are reflected in the URL, which means if a service provider fin

- Gives the user a map link of doctor's location

#####The app will additionally do the following things
- Allows user to find their location using a button and the JavaScrip device location API

- Detects device location to search for doctors
#####The app will additionally do the following things

- Detects browser's default language

Expand Down Expand Up @@ -143,6 +143,10 @@ There isn’t any fancy backend to this yet, so you’ll just have to add Doctor
>> phone_number: "02 9876 5432"
>> )

We've added some default contacts, the five we've currently got, to the ```db/seeds.rb``` file. This means that when the user runs rake ```db:setup```, the database will already had the points of data declared in the seeds.rb file.

An improvement for the future may be to read issues from a spreadsheet to add records to the db from the ```db/seeds.rb``` file, and run ```rake db:setup``` each build.

Note - name and address are required, phone_number and service_name can be dropped.

###Concerns and issues overcome
Expand Down Expand Up @@ -172,4 +176,4 @@ This project is in the public domain, and is free from copyright. This is offere

Ideally, we would like for this project to be copied/modified/repackaged etc in other situations that help people in some capacity.

We would appreciate a link.
We would appreciate a link.