crchemist / cit

Civic Issue Tracker
GNU General Public License v3.0
1 stars 6 forks source link

issues-info comments data format change #160

Closed crchemist closed 9 years ago

crchemist commented 9 years ago

at this moment /issues-info api call return comments in next format:

'comments': ['comm1', 'comm2'...]

should be refactored to

'comments': [
   {author: 'Vasia Pupkin', author_id:10 msg:'comm1'},
   {author: 'Vania Ivanov', author_id:15 msg:'comm3'}...]
IvanHreskiv commented 9 years ago

I will