Rostlab / JS16_ProjectA

In this project we will lay the foundations for our system by integrating data from multiple sources into a central database. The database will serve the apps and the visualization tool that will be developed in other projects.
GNU General Public License v3.0
28 stars 14 forks source link

News collection #146

Open sacdallago opened 8 years ago

sacdallago commented 8 years ago

Dear all,

time has come to put some maintenance in the API side of life. This is voluntary and will not be graded, but it would we very nice from your side to do. After this you can officially write on your CV contributor to opensource project of great success and post the link to this repo as well as articles from the guardian and such :)

As I was mentioning the other day on the google group, it would be awesome to have a new collection and respective API call to write some news/notes on a specific character. The idea behind is this to have something like a paragraph per document with some news (similar to a comment, but being curated by people that have the token, valid information).

The schema could look something like:

{
  character: String, //charname as in char collection
  text: String,
  createdAt: Date,
  ...
}

A user should be able to

Whoever takes this can express a timeframe in which they would like to work on this and think they can deliver (I think it should not take longer than 1 week).

@Adiolis @togiberlin @kordianbruck @boriside one of you interested? If not, then say no please :)

togiberlin commented 8 years ago

@sacdallago I did the basic schema quickly. This week including weekend I'll be busy finalizing my master thesis outline and registration...Therefore I have quite limited time... 😕

sacdallago commented 8 years ago

Thanks @togiberlin for this first jump into the problem :) maybe someone can take over from here :) Good luck with the thesis :O