rcoh / gradsearch

gradsearch (re:search) is a website to connect students with professors who study their research interests.
www.gradschoolsearch.org
5 stars 2 forks source link

Offer a mass upload add page? (could limit the size) #11

Open rambhask opened 12 years ago

rambhask commented 12 years ago

Provides an easy way for a department to mass upload their professors if they already have the data in a specified format.

We could define a certain schema that they'd need to follow, and we could write a parser for it. Could just be with HTML tags for now, and offer JSON or XML capabilites in the future?

-Ideally, we could show a preview of what their parsed data would look like so they can check for errors in the schema before sending it to us.

Issues: Security-wise - need to be able to filter out spam. Don't want random people adding junk files. Perhaps they can upload it, but we need to review it before adding it to the database. -Limit size so parser doesn't take too long, and less room for errors.

Could be more of a long term goal...lemme know your thoughts!

rcoh commented 12 years ago

I was thinking for now offer a single upload for professors, and for bulk upload offer something like:

Want us to scrape your data? Contact us!

Russell

On Tue, Aug 28, 2012 at 8:03 AM, rambhask notifications@github.com wrote:

Provides an easy way for a department to mass upload their professors if they already have the data in a specified format.

We could define a certain schema that they'd need to follow, and we could write a parser for it. Could just be with HTML tags for now, and offer JSON or XML capabilites in the future?

-Ideally, we could show a preview of what their parsed data would look like so they can check for errors in the schema before sending it to us.

Issues: Security-wise - need to be able to filter out spam. Don't want random people adding junk files. Perhaps they can upload it, but we need to review it before adding it to the database. -Limit size so parser doesn't take too long, and less room for errors.

Could be more of a long term goal...lemme know your thoughts!

— Reply to this email directly or view it on GitHubhttps://github.com/rcoh/gradsearch/issues/11.