Monday, June 29, 2020

PSF GSoC students blogs: GSoC Weekly Check-In #3

What did I do this week?

I fixed some issues with my chat markdown PR. It should get merged now. After this I worked on message delete and edit features. I am mostly done with these just need to test them a bit and then I will make a PR. I also made a separate window to view version history of all the changes made to the flight path.

What is coming up next?

This week I would be completing my PR for delete and edit features of chat. After that I would be working on improving the UI for the version history window. If I get the time I would start writing tests for the same.

Did I get stuck anywhere?

I changed the existing code a lot to add the new features so I had to spend a lot of time testing to make sure no new bugs were created.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...