Monday, July 27, 2020

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

What did I do this week?

This week I finished the version history window and added options for users to work locally on a flight path. I had to make a lot of changes to the existing database and the workflow of how people use the application.

What is coming up next?

I had a long discussion with my mentors on what type of UI would they prefer and which UI would be more intuitive for the users. This week I'll primarily work on writing some tests and implemented file import for a project like I discussed with my mentors.

Did I get stuck anywhere?

I was just a little confused by some of the requirements my mentor mentioned but that has been resolved now.



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...