Rostlab / JS16_ProjectE

In this project we will put all the apps developed in Projects B, C and D into the website that is developed in Project F. In this project you will pull the code from each project repository, compile it with the set of dependencies and package the apps, so that they can be easily called from the web site developed in project F.
GNU General Public License v3.0
0 stars 1 forks source link

Update data via API vs update data via MediaWiki #14

Closed sacdallago closed 8 years ago

sacdallago commented 8 years ago

(Sorry E if I use your space but this was where it made more sense to me)

Everyone @Rostlab/js_cs_sose_2016_students : There is a discussion going on here about where scraped data (!!! ONLY) needs to be updated. The options are:

  1. Via API.
  2. Via MediaWiki + running the scrapers again.

The implications are respectively:

  1. The API opens for POST requests to directly manipulate scraped data.
  2. The API doesn't allow modifying scraped data.

I'm all in for number 2 for the following reasons:

If you are against implementing option 2 please comment here within 2 days, otherwise I take it as everyone knows what's going on and is fine with that.

sacdallago commented 8 years ago

@kordianbruck @Adiolis OK. So it's final:

Updates to scraped data only via update of wikis. / Close POST calls for modifications on the scraped data

kordianbruck commented 8 years ago

Why are you closing this @sacdallago - did you remove the already existing update methods from the api?

kordianbruck commented 8 years ago

Ah, wupps, this is in Project E, not A...