Ajapaik / ajapaik-web

Crowdsourcing of data for historic imagery (geotagging, face tagging, rephotography)
https://ajapaik.ee
GNU General Public License v3.0
27 stars 19 forks source link

advanced commenting system #2

Open puik opened 7 years ago

puik commented 7 years ago

Background: Until early 2017 Ajapaik platform was using Facebook Comment for commenting as it was easiest and quickest to implement in the beginning, but commenting was not used much and we wanted to get rid of the FB user limitation, so we implemented Ajapaik's own commenting system in February 2017 based on django-contrib-comments and django-comments-xtd.

Plan: Implementing different comment types:

Comments should be in one thread with type labels, geotag comment is connected to a submitted geotag (need for comment field in the geotagging interface), dating comment to a submitted date etc.

realmhamdy commented 7 years ago

Idea: use a custom comment model by inheriting XTDComment and adding choice field. write a function to migrate existing comments to new model

puik commented 7 years ago

Or maybe use Mirador instead of Annotorious? Mirador has also image manipulation (contrast, brightness, saturation) as well as annotation features.

puik commented 7 years ago

Should favoriting be also one type of comments (if we want favoriting to be like subscribing so that user will start getting notifications about interactions with her favorite image after we've implemented the notification center)?