RomainVialard / Google-Plus-Community-Migrator

https://docs.google.com/document/d/1UGhxaN5AiRXXL0Ki0DlVWLYJo_YYiEYhM2w1caRhljU/edit
12 stars 5 forks source link

Ability to display all comments linked to a post #4

Closed RomainVialard closed 5 years ago

RomainVialard commented 5 years ago

At the moment, only the last 3 comments linked to a post are displayed as a preview. On click, all comments should be displayed.

RomainVialard commented 5 years ago

The JS code used to retrieve comments link to a post in Firebase and display them in the UI is available here: https://github.com/RomainVialard/Google-Plus-Community-Migrator/blob/53690407fd2ebd86193505a23219f4f9fef2b42d/Web%20App/scripts/main.js#L178

And the HTML template used to display a preview of the comments is available here: https://github.com/RomainVialard/Google-Plus-Community-Migrator/blob/53690407fd2ebd86193505a23219f4f9fef2b42d/Web%20App/index.html#L142

RomainVialard commented 5 years ago

Done. https://github.com/RomainVialard/Google-Plus-Community-Migrator/commit/deedcb49342f3b959b0695ff2267a96aa1a36894