F4IF / ctree-demo

Collaboration Tree - A community discussion platform built for maximum insight with minimum oversight.
http://demo.ctree.org
Other
37 stars 21 forks source link

#80 MVP element comment submission #137

Closed CSchmitz81 closed 4 years ago

CSchmitz81 commented 4 years ago

Added element comment submission as general feedback writing. This was implemented for Firebase and test data, with a stub implementation for xAPI.

CSchmitz81 commented 4 years ago

Need to add code to update feedbackCount, interactionCount, and lastInteractionDate for Firebase implementation, anytime a new comment is added. Also ensure that rating is set to 0 for all new feedback entries in Firebase. Should also double check that lastInteractionDate is set correctly for new children and that the parent's childCount, interactionCount, and lastInteractionDate is also set correctly too. If not, file a new bug ticket instead of fixing in this ticket.

CSchmitz81 commented 4 years ago

Resolved blocking issues and opened #142 to do additional count updates when add new child element.

CSchmitz81 commented 4 years ago

Merging due to lack of reviews