Skip to main content

GSoC’17 Coding period | Week #9 | UC-Wishlist




The third phase of the Coding Phase officially kicked off the previous week on July 28th, 16:00, marking the conclusion of the Mid-Evaluation period for Google Summer of Code 2017. At present, I would like to state that I progressed successfully through the mid-term evaluations. The second phase proved to be a worthy learning experience personally resulting . Meanwhile, I have maintained a detailed structure of the code for the port which can be accessed here and have also provided a comprehensive understanding of the current status of the work done in the previous blogpost.

Moving on to the present scenario, the work for the current phase would primarily be to port the ‘Add User wishlist settings’ and ‘Email wishlist’ functionalities. During the gradual completion of the ports, I would also have to deliver the related documentation alongside the designated ports. Additionally, I would have to complete the remaining portion of the ‘Search wishlist’ functionality, and the bugs associated with the port in particular.

Meanwhile, based on a comprehensive analysis for the above mentioned ports, the work done for learning the implementation of the port(s) briefly the earlier week can be stated as:

‘Email wishlist’ option as seen in D8:




Moreover, I would also focus on completing the remaining portion of porting the ‘Search wishlist’ option this week. However, wasn’t able to code much this week, as I had been preoccupied in sorting out few recurring ubuntu issues, which seem to have been fixed as of now.

Overall, the experience so far has been amazing and it’s great to advance onto the final regime of GSoC’17. Winding up, these were the objectives and concepts learned during the eighth week of coding phase in GSoC’17. Hope to learn many more new concepts in the coming weeks for the successful completion of the port.

Cheers!

Comments

Popular posts from this blog

GSoC’17 Coding period | Week #8 | UC Wishlist

The eighth week of Google Summer of Code 2017 has come to a close, bringing forth the onset of the Second Evaluation Period. Presently, I've been working on porting the 'Uc Wishlist' module to Drupal 8, under the guidance of my mentor, Naveen Valecha . The conceptualization and understanding developed during the first phase of coding have been of immense help and has provided notable assistance for the completion of the assigned ports. This month, concerning this week in particular saw the completion of a significant amount of work concerning the ports assigned for the Second phase of the coding regime. The work done this week can be briefly described as follows: Fixed the 'Add to wishlist/Remove from wishlist' submit handler for the second port. Previously, on clicking on the add to wishlist button, the screen showed an error page, and the product couldn't get registered. However, the error has been fixed and products can now be adde...

GSoC’17 Coding period | Week #6 | UC-Wishlist

With the conclusion of the sixth week of Google Summer of Code 2017, the Coding regime is nearly halfway through the second phase. The previous week involved some basic albeit important conceptualizations, which have been of immense help and have provided noteworthy assistance for understanding the port functionality. As mentioned earlier, the previous week I had summarised the implementation for the third port concerning the second phase, i.e, porting ‘View/Update wishlist’ functionality. Concerning the above port the following tasks had to be considered: Creating the WishlistViewForm class by implementing the​ Form &​ Module API ​ s, where the forms are created using ​  $form=\Drupal::formBuilder()->getForm( )​ . Providing an interface defining a wish list entity by creating the class UcWishlistInterface by extending ContentEntityInterface and EntityOwnerInterface . The callback: uc_wishlist_display($wid, $mode) is utilised under th...

GSoC’17 Coding period | Week #4 | Drupal

The fourth week of Google Summer of Code 2017 has come to a close, bringing forth the onset of the First Evaluation Period. The conceptualization developed during the first phase of coding have been of immense help and has provided notable assistance for the completion of the assigned ports. As I had stated in the previous blog posts, this month I had the objective of completing the following ports concerning the first phase of the coding regime: Admin wish list settings Add to wishlist  With the conclusion of week 4, I have completed the port of the administrator wish list settings as well as the ‘ Add to wishlist ’ feature as part of the second port. Also for the ‘ Add to Wishlist ’ functionality to work successfully, my next objective would be to add the functionality to view/access the user wish list, on using the button. This functionality would further be succeeded by the option to update the specific wish list, by displaying the required button ...