Hi all,
This is the report for week 7 of my GSoC project.
Last week, I completed basic playlist operations such as create/edit/delete, but after a discussion with Morris, we thought of doing these actions inline, not in a separate view.
For this, I needed to change the methods I use. Calling a template using the same view prevented angularJS to perform ng-click events, so I had to get help from jQuery. Now, jQuery calls our angularJS methods to perform those actions. Here are the images that explain the new inline basic functionalities:
Create new playlist:
Auto-refresh after list creation:
Edit selected playlist:
As you can see, we still type the songs that we would like to add into our playlist, but this is the plan for the following weeks.
Follow the updates here: https://github.com/owncloud/music/pull/233
See you next week,
↧
GSoC Week 7
↧