Activity + Discussion panel fixes
Last week I worked mainly around fixing issues of the activity panel and the discussion panel. There were many navigation issues between the panels and also wrong references that needed to be fixed
documentToText
I created a function to convert a document into text. this considers embeds and resolve them before returning the full document text. This function is not used yet but it will in a couple section of the app to prevent empty spaces when mentions or embeds should be there. I need to also make sure I can do that with a single block or a subset of them.
Activity Filtering
I was a bit blocked on this front because I have a few questions about them. I need to write a project about it and focus on matching the user stories with my concerns so Isabella Velez can help me figure them out.
Feed sorting
I worked with Julio on the changes needed to the Activity API so I can use properly the citations that comes back from the activity API. This will prevent me from mixing two APIs to render them all, which was the main problem for showing wrong sorting items and also future events.