GSoC/2024/StatusReports/Ajay Chauhan: Difference between revisions

From KDE Community Wiki
< GSoC‎ | 2024‎ | StatusReports
No edit summary
 
Line 15: Line 15:
* Understood the usage of epub.js in Arianna, including rendering, navigation, annotations, and user interactions
* Understood the usage of epub.js in Arianna, including rendering, navigation, annotations, and user interactions


'''Week 3-4:'''
'''Week 3-6:'''
* Identified all places where epub.js (epub-viewer.js) is integrated with Qt in Arianna, comparing it to foliate-js's implementation of the same features.
* Identified all places where epub.js (epub-viewer.js) is integrated with Qt in Arianna, comparing it to foliate-js's implementation of the same features.
* Prepared a [https://invent.kde.org/graphics/arianna/-/merge_requests/48 draft merge request] to document the changes made.
* Prepared a [https://invent.kde.org/graphics/arianna/-/merge_requests/48 draft merge request] to document the changes made.
* Started implementing the core rendering functionality in foliate-js, using the ''view.js'' module to create the main rendering component and implementing the ''open()'' method to load the book. [https://invent.kde.org/graphics/arianna/-/commit/f10232c41e9acb77ffb4a24720f68a3abf3222a9?merge_request_iid=48] [https://invent.kde.org/graphics/arianna/-/commit/82625f0b8993ee425b9646e0addda2294415653d?merge_request_iid=48]
* Started implementing the core rendering functionality in foliate-js, using the ''view.js'' module to create the main rendering component and implementing the ''open()'' method to load the book. [https://invent.kde.org/graphics/arianna/-/commit/f10232c41e9acb77ffb4a24720f68a3abf3222a9?merge_request_iid=48] [https://invent.kde.org/graphics/arianna/-/commit/82625f0b8993ee425b9646e0addda2294415653d?merge_request_iid=48]


'''Week 4-6:'''
'''Week 6-8'''
* Familiarised myself with the current Foliate ebook reader implementation of the foliate-js.
* Familiarised myself with the current Foliate ebook reader implementation of the foliate-js.
* I was very inactive during this period due to my end semester exams.
'''Week 9-11:'''
* Fixed the book loading process. My mentor helped with this. [https://invent.kde.org/graphics/arianna/-/commit/b0c23adefc65e591189e007004b19451b04f6095?merge_request_iid=48]
* Ported the Table of Contents (TOC) functionality to allow navigation through the book’s structure.[https://invent.kde.org/graphics/arianna/-/commit/af72dacffcd9eb2a35140b15799620d36b97a276?merge_request_iid=48]
* Added metadata handling to update the backend, inform the app when the book is ready. [https://invent.kde.org/graphics/arianna/-/commit/ec5ac4e9ec18cda35bd22b574d8d2e1ec751b8fc?merge_request_iid=48]


== Links to Blogs and other writing ==
== Links to Blogs and other writing ==


[https://ajayslog.vercel.app/posts/gsoc/ Blog Post #1]
[https://ajayslog.vercel.app/posts/gsoc/ Blog Post #1]

Latest revision as of 15:00, 10 July 2024

Port Arianna to Foliate-js

Arianna reader uses the epub.js, which is no longer actively maintained. This creates a challenge as the epub.js may not be able to keep up with the evolving standards and new changes. To address this issue, the proposed solution is to port Arianna to Foliate-js, which is an actively maintained epub renderer and has more features compared to epub.js and is used by the Foliate ebook reader.

The problem that this project aims to solve is the need for a reliable and up-to-date epub rendering solution for the Arianna ebook reader.

Work report

Week 1-2:

  • Thoroughly reviewed the existing epub.js (epub-viewer.js) implementation in Arianna, identifying features and functionalities to be ported to foliate-js.
  • Understood the usage of epub.js in Arianna, including rendering, navigation, annotations, and user interactions

Week 3-6:

  • Identified all places where epub.js (epub-viewer.js) is integrated with Qt in Arianna, comparing it to foliate-js's implementation of the same features.
  • Prepared a draft merge request to document the changes made.
  • Started implementing the core rendering functionality in foliate-js, using the view.js module to create the main rendering component and implementing the open() method to load the book. [1] [2]

Week 6-8

  • Familiarised myself with the current Foliate ebook reader implementation of the foliate-js.
  • I was very inactive during this period due to my end semester exams.

Week 9-11:

  • Fixed the book loading process. My mentor helped with this. [3]
  • Ported the Table of Contents (TOC) functionality to allow navigation through the book’s structure.[4]
  • Added metadata handling to update the backend, inform the app when the book is ready. [5]

Links to Blogs and other writing

Blog Post #1