What did you do this week?
I started from where I left i.e is implementing the left modification part in previous week. After some discussion with datakurre I am able to implement. Then I started with my third milestone i.e adding preview for the deleted node in Plone CMS. I implement the intilal functionality in two days but I am stuck at the position where I have to handle some exception. But I am able to resolve this issue at the end of the week and submitted the pr.
What is coming up next?
Some small issue are left in MVP. I will try to solve it as soon as possible so that we can announced this feature in community.
- Refactoring some code
- Removing logging api
Did you get stuck anywhere?
During the deletion of node of folder I got successive request from the PLone CMS for the deleted node. I have to handle the exception which will arise when I fetch the url which is deleted. It takes some time to figure out but finally I am able to solve this.