Skip to main content

Posts

Week 10 Coding period GSOC 2021 LibreHealth

       Week 10 Coding period GSOC 2021 LibreHealth- Hey, Reader's we are in the 10th week of the coding period. The 10th week started on  August. This week I write test file for web app. What progress have you made this week- In the 10th week of the coding period, I have done the following thing with the cost of care web application. 1-Write unit Test file for web app.  2- send I MR. MR link -  https://gitlab.com/librehealth/toolkit/cost-of-care/lh-toolkit-cost-of-care-explorer/-/merge_requests/15 My plan for next week- 1-Work Toward the final submission of the project. 2-bug finding and fix them  . GSOC 2021 coding period is about to end now we are entering the final evaluation of the coding period. Stay tuned for further updates.  See you next week.

Week 9 Coding period GSOC 2021 LibreHealth

      Week 9 Coding period GSOC 2021 LibreHealth- Hey, Reader's we are in the 9th week of the coding period. The 9th week started on 30 July. This week I completed the Hospital Rating feature. What progress have you made this week- In the 9th week of the coding period, I have done the following thing with the cost of care web application. 1-Completed Hospital Rating feature.  2- designed hospital rating UI. 3- Displayed Comparison data into the table. 4- send I MR. MR link -  https://gitlab.com/librehealth/toolkit/cost-of-care/lh-toolkit-cost-of-care-explorer/-/merge_requests/14 My plan for next week- I have planned to do the following task for week 10 1-Writing Unit testing for web app. 2-complete the previous task . UI for hospital rating designed based on my mentor Mua Rachmann's suggestion. He suggested displaying comparison data into tabular form and it is looking decent now. Thank you Mua Rachmann. See you next week.

Week 8 Coding period GSOC 2021 LibreHealth

     Week 8 Coding period GSOC 2021 LibreHealth- Hey, Reader's we are in the 8th week of the coding period. The 8th week started on 23rd July. This week I was working on compare hospitals with ratings. What progress have you made this week- In the 8th week of the coding period, I have done the following thing with the cost of care web application. 1-Started working on compare hospitals screens.  2- extracted JSON data from compare hospitals Excels file. 3- fixed pipeline. 4- completed pending task. MR link -  https://gitlab.com/librehealth/toolkit/cost-of-care/lh-toolkit-cost-of-care-explorer/-/merge_requests/13 My plan for next week- I have planned to do the following task for week 9 1-UI modification of compare hospital with star rating. 2- I will send 1 MR with compare hospitals feature. This week I was a bit busy because of college work.  See you next week.

Week 7 Coding period GSOC 2021 LibreHealth

    Week 7 Coding period GSOC 2021 LibreHealth- Hey, Reader's we are in the 17th week of the coding period. The 7th week started on 16th July. This week I was working on web application nearby hospital feature. What progress have you made this week- In the 7th week of the coding period, I have done the following thing with the cost of care web application. 1-Added Nearby Hospital to the Home screen of web app using the overpass api. 2- UI change of Home Screen. 3- added search by address and name filter to hospital. 4- sent 1 MR. link -  https://gitlab.com/librehealth/toolkit/cost-of-care/lh-toolkit-cost-of-care-explorer/-/merge_requests/12 My plan for next week- I have planned to do the following task for week 8 1-UI build for compare hospital with star rating. 2- Add compare Hospital Screen flutter app. I enjoyed working on this feature and I am excited about next week's task. See you next week.

Week 6 Coding period GSOC 2021 LibreHealth

    Week 6 Coding period GSOC 2021 LibreHealth- Hey, Reader's we are in the 6th week of the coding period. The 6th week started on 9th July. This week I started working on the Cost of care web application.  What progress have you made this week- In the 6th week of the coding period, I have done the following thing with the cost of care web application. 1-added overpass API. 2- Display overpass API result like hospital name, distance, and no of beds available same as flutter application. This week I was busy with college work. That's why I did less work as compared to the previous week. My plan for next week- I have planned to do the following task for week 7 1-Improve Home screen UI. 2-I will send 1 merge request to cost of care web app project.  I started working with the cost of care web react application  I am enjoying working with this project. see you next week. 

Find Minimum in Rotated Sorted Array II

  Find Minimum in Rotated Sorted Array II- Suppose an array of length  n  sorted in ascending order is  rotated  between  1  and  n  times. For example, the array  nums = [0,1,4,4,5,6,7]  might become: [4,5,6,7,0,1,4]  if it was rotated  4  times. [0,1,4,4,5,6,7]  if it was rotated  7  times. Notice that  rotating  an array  [a[0], a[1], a[2], ..., a[n-1]]  1 time results in the array  [a[n-1], a[0], a[1], a[2], ..., a[n-2]] . Given the sorted rotated array  nums  that may contain  duplicates , return  the minimum element of this array . You must decrease the overall operation steps as much as possible.   Example 1: Input: nums = [1,3,5] Output: 1 Example 2: Input: nums = [2,2,2,0,1] Output: 0   Constraints: n == nums.length 1 <= n <= 5000 -5000 <= nums[i] <= 5000 nums  is sorted and rotated between  1  and  n  times.   Follow up:  This problem is similar to  Find Minimum in Rotated Sorted Array , but  nums  may contain  duplicates . Would this affect the runtime comple

Week 5 Coding period GSOC 2021 LibreHealth

   Week 5 Coding period GSOC 2021 LibreHealth- Hey, Reader's we are in the 5th week of the coding period. The 5th week started on 2nd July. This week was exciting and I enjoyed this week's task very well. What progress have you made this week- In the 5th week of the coding period, I have done the following thing with the cost of care flutter application. 1-Added address field To download CDM screen. 2- search by address and hospital name to download CDM screen. 3- added text when no bookmarked item left. 4-UI modification. I sent 1 merge request to the development branch including all changes. link- https://gitlab.com/librehealth/toolkit/cost-of-care/lh-toolkit-cost-of-care-app/-/merge_requests/92 My plan for next week- I have planned to do the following task for week 6 1-I will start working on cost of care react web application.  2-I will read the codebase of the web app. 3- I will display nearby hospitals overpass API. I really enjoyed the 5th week of the coding period and