In order to reflect the anonymity feature in the Q&A topic list page, two string attributes were added to the topic object (userslug and displayname which already exists for the user but not for a topic object). This is because the topics_list.tpl is using the user information to display the name and profile link. However since we want a user to be able to post both types of posts anonymous and not anonymous then a new attribute was added (types/topic.ts), updates in (src/topics/create.js and index.js), and displayed on (themes/nodebb-theme-persona/templates/partials/topics_list.tpl)
resolved #30
In order to reflect the anonymity feature in the Q&A topic list page, two string attributes were added to the topic object (userslug and displayname which already exists for the user but not for a topic object). This is because the topics_list.tpl is using the user information to display the name and profile link. However since we want a user to be able to post both types of posts anonymous and not anonymous then a new attribute was added (types/topic.ts), updates in (src/topics/create.js and index.js), and displayed on (themes/nodebb-theme-persona/templates/partials/topics_list.tpl)