Skip to main content

Posts

Showing posts from July, 2021

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

Week 4 Coding period GSOC 2021 LibreHealth

 Week 4 Coding period GSOC 2021 LibreHealth- Hey, Reader's we are in the 4th week of the coding period. The 4thweek started on25th June. Till now I am really enjoying this coding period and I am improving my development skill. What progress have you made this week- In the 4th week of the coding period, I have done the following thing with the cost of care flutter application. 1- Added Search bar to compare hospital screen. 2-Compare Hospital Screen UI modified.  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/91 My plan for next week- I have planned to do the following task for week 5  1-I will add the Search by address feature to the download CDM screen. 2-I will add a new address field in download CDM  list. 3- I will discuss UI regarding the new address field with mentors. The 4th-week tasks were quite easy. During the 4th  week, I sent a Merge request t