hackforwesternmass / foodfinder

Food Bank of Western Mass food Finder
4 stars 0 forks source link

Question: is there a way to enter new data points #13

Closed imbroglioj closed 10 years ago

imbroglioj commented 10 years ago

Purpose: this looks like an alternative solution for the culture map project. Do you have a feature for an authorized person to enter new data points? Thanks -- jb

JamesChevalier commented 10 years ago

cultural map just uses simple Rails CRUD in the landmarks controller, with authentication through devise. We haven't added cancancan authorization yet, so anyone can create an account & start adding/editing.

andyanderson commented 10 years ago

Nope, this is built from a database provided by the Food Bank. No direct entry of data outside of their system.

-- Andy

On Jun 9, 2014, at 1:48 PM, imbroglioj wrote:

Purpose: this looks like an alternative solution for the culture map project. Do you have a feature for an authorized person to enter new data points? Thanks -- jb

— Reply to this email directly or view it on GitHubhttps://github.com/hackforwesternmass/foodfinder/issues/13.

imbroglioj commented 10 years ago

Thanks for both answers. - JB