From 3fef475cb904abe3108f585a409e3a8e67916370 Mon Sep 17 00:00:00 2001 From: Praneeth Shetty Date: Tue, 27 Jun 2023 22:33:29 +0530 Subject: [PATCH 1/2] Adding Week 4 Blogpost --- .../posts/2023/2023-06-24-week-4-praneeth.rst | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/source/posts/2023/2023-06-24-week-4-praneeth.rst diff --git a/docs/source/posts/2023/2023-06-24-week-4-praneeth.rst b/docs/source/posts/2023/2023-06-24-week-4-praneeth.rst new file mode 100644 index 000000000..74035b683 --- /dev/null +++ b/docs/source/posts/2023/2023-06-24-week-4-praneeth.rst @@ -0,0 +1,30 @@ +Week 4: Exam Preparations and Reviewing +======================================= + +.. post:: June 24, 2023 + :author: Praneeth Shetty + :tags: google + :category: gsoc + +What did I do this week? +------------------------ + +This week, amidst end-semester exams, I managed to accomplish a few notable tasks. Let's dive into the highlights: + +1. Merging **CardUI**: The PR `#398 `_ introduced the **CardUI** to the UI system of FURY. After a successful review and test check, it was merged into the codebase. + +2. Revisiting PR `#540 `_: I restarted working on PR `#540 `_ as I wasn't satisfied with the previous approach when I checked it for rebasing. I took the opportunity to update the code and ensure that the unit tests passed successfully. Although there are a few issues remaining in the tests, I am determined to resolve them and move forward with the implementation. This PR aims to improve the usage of the **numpy_to_vtk_image_data** utility function. + +3. Independent Scrollbar Consideration: We are currently evaluating the necessity of making the Scrollbar an independent element. While currently, it is primarily used by the **ListBox2D**, we are exploring various use cases to determine if there are other scenarios where the Scrollbar can be employed independently. This evaluation will help us make an informed decision about its future implementation. + +4. PR Reviews: In the brief intervals between exams, I utilized the time to review two PRs: `#446 `_ - Resize panel and `#460 `_ - Tree UI. + +Did I get stuck anywhere? +------------------------- + +No, fortunately, I didn't encounter any major obstacles or challenges during my tasks this week. + +What is coming up next? +----------------------- + +Once the exams are over, I am eagerly looking forward to making a full comeback to development. My immediate plans include addressing the remaining issues in PR `#540 `_ and completing the pending tasks. I will also catch up on any missed discussions and sync up with the team to align our goals for the upcoming weeks. \ No newline at end of file From b6d2020af6133ff48de4561726408b9bded2fad8 Mon Sep 17 00:00:00 2001 From: Praneeth Shetty Date: Thu, 29 Jun 2023 20:55:51 +0530 Subject: [PATCH 2/2] updating joao's comment --- docs/source/posts/2023/2023-06-24-week-4-praneeth.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/posts/2023/2023-06-24-week-4-praneeth.rst b/docs/source/posts/2023/2023-06-24-week-4-praneeth.rst index 74035b683..0777ef8ba 100644 --- a/docs/source/posts/2023/2023-06-24-week-4-praneeth.rst +++ b/docs/source/posts/2023/2023-06-24-week-4-praneeth.rst @@ -15,7 +15,7 @@ This week, amidst end-semester exams, I managed to accomplish a few notable task 2. Revisiting PR `#540 `_: I restarted working on PR `#540 `_ as I wasn't satisfied with the previous approach when I checked it for rebasing. I took the opportunity to update the code and ensure that the unit tests passed successfully. Although there are a few issues remaining in the tests, I am determined to resolve them and move forward with the implementation. This PR aims to improve the usage of the **numpy_to_vtk_image_data** utility function. -3. Independent Scrollbar Consideration: We are currently evaluating the necessity of making the Scrollbar an independent element. While currently, it is primarily used by the **ListBox2D**, we are exploring various use cases to determine if there are other scenarios where the Scrollbar can be employed independently. This evaluation will help us make an informed decision about its future implementation. +3. Independent Scrollbar Consideration: We are currently evaluating the necessity of making the Scrollbar an independent element. Currently it is only used by the **ListBox2D**, we are exploring various use cases to determine if there are other scenarios where the Scrollbar can be employed independently. This evaluation will help us make an informed decision about its future implementation. 4. PR Reviews: In the brief intervals between exams, I utilized the time to review two PRs: `#446 `_ - Resize panel and `#460 `_ - Tree UI.