{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":611153800,"defaultBranch":"develop","name":"talawa-admin","ownerLogin":"akhilender-bongirwar","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-03-08T08:24:10.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/112749383?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1713087964.0","currentOid":""},"activityList":{"items":[{"before":"59ac8d09c02ad9014753733af2a63cc56d32938b","after":"c5dc7eac357f9a4ed71da002977f30e188ade083","ref":"refs/heads/develop","pushedAt":"2024-04-24T07:54:59.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"Regular users can access the dashboard of the event created by them (#1920)\n\n* regular user can access the dashboard of the event created by them\r\n\r\n* fix the test to have 100% coverage","shortMessageHtmlLink":"Regular users can access the dashboard of the event created by them (P…"}},{"before":"678a6a963ddbb6c6131714fe53d7648334c0fb18","after":"59ac8d09c02ad9014753733af2a63cc56d32938b","ref":"refs/heads/develop","pushedAt":"2024-04-22T07:53:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"Added Yearly Calendar Screens for admin and user portals (#1911)\n\n* Yearly Calender Screens\r\n\r\n* updated user screen\r\n\r\n* user-calender-view\r\n\r\n* locales files updated\r\n\r\n* fixed linting errors\r\n\r\n* added tests and changed font","shortMessageHtmlLink":"Added Yearly Calendar Screens for admin and user portals (PalisadoesF…"}},{"before":"e5a4ae6abe3b314876ee2fb0ea2ccebd432d07c5","after":"678a6a963ddbb6c6131714fe53d7648334c0fb18","ref":"refs/heads/develop","pushedAt":"2024-04-21T17:20:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"ADMIN Redesign: Fundraising Campaigns (#1917)\n\n* table re-design\r\n\r\n* add delete btn\r\n\r\n* Update localization files with new translations and add delete button in CampaignUpdateModal.tsx\r\n\r\n* fix tests\r\n\r\n* Refactor CampaignUpdateModal.tsx and OrganizationFundCampagins.tsx\r\n\r\n* Refactor OrganizationFundCampagins.tsx: Remove commented out code for delete button\r\n\r\n* Refactor CampaignUpdateModal.tsx: Remove unused imports and update interface import","shortMessageHtmlLink":"ADMIN Redesign: Fundraising Campaigns (PalisadoesFoundation#1917)"}},{"before":"eec784e4843e7a2310f52f6c296839c9775e0849","after":"e5a4ae6abe3b314876ee2fb0ea2ccebd432d07c5","ref":"refs/heads/develop","pushedAt":"2024-04-20T10:56:03.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"feat: Update recurring events (#1915)\n\n* modify events query\r\n\r\n* minor corrections\r\n\r\n* modify interfaces and props\r\n\r\n* fix tests\r\n\r\n* modify code as per the new implementation\r\n\r\n* adjustments and functionality for updating single event into a recurring event\r\n\r\n* update custom recurrence rule modal\r\n\r\n* fix event modal's date and time inputs\r\n\r\n* move custom recurrence modal into recurrence options\r\n\r\n* refactor and add recurring event update functionalities\r\n\r\n* use refetch query instead of window reload\r\n\r\n* fix tests\r\n\r\n* add tests for updating recurring events\r\n\r\n* fix failing tests","shortMessageHtmlLink":"feat: Update recurring events (PalisadoesFoundation#1915)"}},{"before":"e50da8ac9f4db5f857b5fdcea6ebb9d5bc692c90","after":"eec784e4843e7a2310f52f6c296839c9775e0849","ref":"refs/heads/develop","pushedAt":"2024-04-18T00:28:39.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"fixed the add new member error (#1909)","shortMessageHtmlLink":"fixed the add new member error (PalisadoesFoundation#1909)"}},{"before":"2c36281878ca6281b9181cdd9dfbd198cc8ba055","after":"e50da8ac9f4db5f857b5fdcea6ebb9d5bc692c90","ref":"refs/heads/develop","pushedAt":"2024-04-16T16:56:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"fix: Fixed inconsistent left drawer expansion/collapse behavior (#1903)\n\n- Adjusted the left drawer component to function properly on screens with a width of 820px or less.\r\n- Ensured smooth expansion and collapse of the left drawer when clicked.\r\n- Ensured the overflow-y of content is handled in smaller screens.\r\n- Modified the changes for organization dashboard screens to match the superadmin screens when the left drawer is collapsed.\r\n- Covered the changes with tests.\r\n- Ensured no other functionality got affected.\r\n\r\nSigned-off-by: Akhilender ","shortMessageHtmlLink":"fix: Fixed inconsistent left drawer expansion/collapse behavior (Pali…"}},{"before":null,"after":"7b9294d26343b899d2969ed1f8024d06d649cf8f","ref":"refs/heads/fix/left-drawer-handling","pushedAt":"2024-04-14T09:46:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"fix: Fixed inconsistent left drawer expansion/collapse behavior\n\n- Adjusted the left drawer component to function properly on screens with a width of 820px or less.\n- Ensured smooth expansion and collapse of the left drawer when clicked.\n- Ensured the overflow-y of content is handled in smaller screens.\n- Modified the changes for organization dashboard screens to match the superadmin screens when the left drawer is collapsed.\n- Covered the changes with tests.\n- Ensured no other functionality got affected.\n\nSigned-off-by: Akhilender ","shortMessageHtmlLink":"fix: Fixed inconsistent left drawer expansion/collapse behavior"}},{"before":"2da9090b339986a045618c741be35002e230fe48","after":"2c36281878ca6281b9181cdd9dfbd198cc8ba055","ref":"refs/heads/develop","pushedAt":"2024-04-12T17:17:38.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"ADMIN REDESIGN: redesign the Event Management's Action Items tab for the talawa Admin portal (#1895)\n\n* redesign action items and added tests\r\n\r\n* added missing files\r\n\r\n* added missing files\r\n\r\n* added missing files\r\n\r\n* Correct changed files\r\n\r\n* fixed spelling mistake\r\n\r\n* udated delete modal and added tests\r\n\r\n* fixed linting errors\r\n\r\n* tests\r\n\r\n* fixed linting\r\n\r\n* Changed headings and added notes field\r\n\r\n* fixed linting","shortMessageHtmlLink":"ADMIN REDESIGN: redesign the Event Management's Action Items tab for …"}},{"before":"f810f9cecd0f000d72855312f55bcf433b0cd9d9","after":"2da9090b339986a045618c741be35002e230fe48","ref":"refs/heads/develop","pushedAt":"2024-04-11T04:36:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"UserType fix part 2 (#1894)\n\n* add tests\r\n\r\n* add tests\r\n\r\n* fix type and remove userType\r\n\r\n* remove userType\r\n\r\n* remove userType\r\n\r\n* fix type and userType\r\n\r\n* code cov\r\n\r\n* Fix async issue in Events.test.tsx\r\n\r\n* code cov for Users","shortMessageHtmlLink":"UserType fix part 2 (PalisadoesFoundation#1894)"}},{"before":"c93cb7a58de4aa5e8a62de24e9e613bca94d2fe8","after":"f810f9cecd0f000d72855312f55bcf433b0cd9d9","ref":"refs/heads/develop","pushedAt":"2024-04-09T16:51:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"Redesign & Bug Fixes in Organization Venue (#1886)\n\n* Redesign & Refac Venue Screen\r\n\r\n* Add Tests for VenueModal\r\n\r\n* Add Test for OrganizationVenues\r\n\r\n* Migrate to card layout\r\n\r\n* refac tests for card layout\r\n\r\n* Separate VenueCard","shortMessageHtmlLink":"Redesign & Bug Fixes in Organization Venue (PalisadoesFoundation#1886)"}},{"before":"1abea970d25892a00a4023987ad39ce1ad143ae3","after":"c93cb7a58de4aa5e8a62de24e9e613bca94d2fe8","ref":"refs/heads/develop","pushedAt":"2024-04-08T18:32:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"Shift request tab to org (#1890)\n\n* req shift\r\n\r\n* superadmin can view requests\r\n\r\n* fix tests\r\n\r\n* fix tests\r\n\r\n* fixed major variable issue in routeReducer and fixed test\r\n\r\n* Fix console.log statements in routesReducer\r\n\r\n* Add new mocks for organization connection and membership requests in Requests screen\r\n\r\n* Fix formatting issues and remove unused code in Requests.tsx\r\n\r\n* Fix formatting issues and remove unused code in Requests.tsx\r\n\r\n* change order of tab\r\n\r\n* fix tests","shortMessageHtmlLink":"Shift request tab to org (PalisadoesFoundation#1890)"}},{"before":"fa0dbc20f06bdb2733aa82f629f6c2d4100ef10f","after":"1abea970d25892a00a4023987ad39ce1ad143ae3","ref":"refs/heads/develop","pushedAt":"2024-04-07T18:22:46.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"Test for `OrgListCard.tsx` (#1891)\n\n* Removed `jest-enzyme` package\r\n\r\n* Adding check for\r\n\r\n* Added CommunityProfile page\r\n\r\n* Added tests for CommunityProfile page\r\n\r\n* Fixed formatting errors\r\n\r\n* Format fix\r\n\r\n* Merge branch 'develop' of https://github.com/git-init-priyanshu/talawa-admin-clone into priyanshu\r\n\r\n* Fixed merge conflicts\r\n\r\n* Format fix\r\n\r\n* Fix typecheck error\r\n\r\n* Added language support\r\n\r\n* Lint error fix\r\n\r\n* Integrated APIs\r\n\r\n* Revert changes\r\n\r\n* Fixed Failing Test\r\n\r\n* FIxed failing test\r\n\r\n* Fixed LoginPage failing tests\r\n\r\n* Full code coverage\r\n\r\n* Redesigned the Donations page\r\n\r\n* Added Tests\r\n\r\n* Fixed formatting errors\r\n\r\n* 100% code coverage for OrgListCard.tsx","shortMessageHtmlLink":"Test for OrgListCard.tsx (PalisadoesFoundation#1891)"}},{"before":"b313f808882b728cf0123a9a9f793860761a5f04","after":"fa0dbc20f06bdb2733aa82f629f6c2d4100ef10f","ref":"refs/heads/develop","pushedAt":"2024-04-05T12:34:30.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"New Event Calendars for Admin and User Portals with working functionalities (#1867)\n\n* added\r\n\r\n* minor\r\n\r\n* fixed tests\r\n\r\n* minor\r\n\r\n* ..\r\n\r\n* minor\r\n\r\n* patches\r\n\r\n* ..","shortMessageHtmlLink":"New Event Calendars for Admin and User Portals with working functiona…"}},{"before":"1d057d9166f5dff773ab706a46a48ccb74ff0997","after":"b313f808882b728cf0123a9a9f793860761a5f04","ref":"refs/heads/develop","pushedAt":"2024-04-04T05:31:11.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"Redesign of Donations Page (#1846)\n\n* Removed `jest-enzyme` package\r\n\r\n* Adding check for\r\n\r\n* Added CommunityProfile page\r\n\r\n* Added tests for CommunityProfile page\r\n\r\n* Fixed formatting errors\r\n\r\n* Format fix\r\n\r\n* Merge branch 'develop' of https://github.com/git-init-priyanshu/talawa-admin-clone into priyanshu\r\n\r\n* Fixed merge conflicts\r\n\r\n* Format fix\r\n\r\n* Fix typecheck error\r\n\r\n* Added language support\r\n\r\n* Lint error fix\r\n\r\n* Integrated APIs\r\n\r\n* Revert changes\r\n\r\n* Fixed Failing Test\r\n\r\n* FIxed failing test\r\n\r\n* Fixed LoginPage failing tests\r\n\r\n* Full code coverage\r\n\r\n* Redesigned the Donations page\r\n\r\n* Added Tests\r\n\r\n* Fixed formatting errors","shortMessageHtmlLink":"Redesign of Donations Page (PalisadoesFoundation#1846)"}},{"before":"83ca78c2bab0ffd5cac0d2c0f1c755c91bcd0864","after":"1d057d9166f5dff773ab706a46a48ccb74ff0997","ref":"refs/heads/develop","pushedAt":"2024-04-03T06:05:49.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"Usertype removal - part 1 (#1858)\n\n* delete org fix\r\n\r\n* refactor duplicate code files\r\n\r\n* refactor userType code in Users.tsx\r\n\r\n* userType fix App.test\r\n\r\n* fix leftdrawer\r\n\r\n* settings test\r\n\r\n* events n profile dropdown\r\n\r\n* rename file\r\n\r\n* Fix import casing in OrganizationScreen and SuperAdminScreen\r\n\r\n* Rename profileDropdown.module.css to ProfileDropdown.module.css\r\n\r\n* Rename profileDropdown.test.tsx to ProfileDropdown.test.tsx\r\n\r\n* Rename profileDropdown.tsx to ProfileDropdown.tsx\r\n\r\n* variable rename\r\n\r\n* remove unused code\r\n\r\n* fix test and remove userType in OrgSettings\r\n\r\n* Remove unnecessary beforeEach block in LeftDrawerOrg.test.tsx\r\n\r\n* superadmin screen test\r\n\r\n* unused code\r\n\r\n* login test data fix\r\n\r\n* unused\r\n\r\n* unused\r\n\r\n* fixed userType to userRole\r\n\r\n* Remove InterfaceQueryRequestListItem interface\r\n\r\n* deleteOrg test fix\r\n\r\n* typos\r\n\r\n* Update OrganizationDashboard.test.tsx\r\n\r\n* added files with eslint issue\r\n\r\n* Update pre-commit","shortMessageHtmlLink":"Usertype removal - part 1 (PalisadoesFoundation#1858)"}},{"before":"259e65b222eac74ff21c39d654ba5880587e6536","after":"83ca78c2bab0ffd5cac0d2c0f1c755c91bcd0864","ref":"refs/heads/develop","pushedAt":"2024-03-31T16:41:07.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"Fixed Unauthorized Access By Manipulating Endpoints (#1854)","shortMessageHtmlLink":"Fixed Unauthorized Access By Manipulating Endpoints (PalisadoesFounda…"}},{"before":"68db1fb31088696de550903f572bb72ab534083d","after":"259e65b222eac74ff21c39d654ba5880587e6536","ref":"refs/heads/develop","pushedAt":"2024-03-29T13:34:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"Eslint prettier conflict fix (#1837)\n\n* fix eslint config for conflict\n\n* Update linting and formatting scripts in package.json","shortMessageHtmlLink":"Eslint prettier conflict fix (PalisadoesFoundation#1837)"}},{"before":"63225ec5ac719575010d808b15ce05aab5f1098d","after":"68db1fb31088696de550903f572bb72ab534083d","ref":"refs/heads/develop","pushedAt":"2024-03-28T16:08:14.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"[userTypeFix] Fixed front-end GraphQL schema in the admin portal, Advertisement functionality, and the introspection test. (#1808)\n\n* made changes to pluginqueries\r\n\r\n* Made more changes to the queries\r\n\r\n* Made more changes to the queries\r\n\r\n* Made more changes to the queries\r\n\r\n* Made more changes to the queries\r\n\r\n* Made more changes to the queries\r\n\r\n* Made more changes to the queries\r\n\r\n* Made more changes to the queries\r\n\r\n* Made more changes to the Mutations\r\n\r\n* Fixed error in home.tsx\r\n\r\n* Fixed tests in advertisement\r\n\r\n* Fixed lint errors, and removed all any types\r\n\r\n* Fixed lint errors, and removed all any types\r\n\r\n* Made some more changes\r\n\r\n* Made changes\r\n\r\n* Fixed errors in home.tsx\r\n\r\n* Fixed coverage issue","shortMessageHtmlLink":"[userTypeFix] Fixed front-end GraphQL schema in the admin portal, Adv…"}},{"before":"94af0bc8771bd25a736a8ae08a3cf7822149bbaf","after":"63225ec5ac719575010d808b15ce05aab5f1098d","ref":"refs/heads/develop","pushedAt":"2024-03-27T16:07:21.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"Fix Posts, Refactor Org Home, Add test coverage (#1826)","shortMessageHtmlLink":"Fix Posts, Refactor Org Home, Add test coverage (PalisadoesFoundation…"}},{"before":"480dd4a4efdbf1829ea48d1aaa9ac05bb2481b98","after":"c32455a09e0a62b2167aab787fd4364fc55963c0","ref":"refs/heads/feat/redesign-funds-screen","pushedAt":"2024-03-27T12:14:02.000Z","pushType":"push","commitsCount":20,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"Merge branch 'develop' into feat/redesign-funds-screen","shortMessageHtmlLink":"Merge branch 'develop' into feat/redesign-funds-screen"}},{"before":"1405cb7bbd953d6ec0f3f81d1e6e313544d29372","after":"94af0bc8771bd25a736a8ae08a3cf7822149bbaf","ref":"refs/heads/develop","pushedAt":"2024-03-27T10:00:17.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"Update serve script to disable ESLint dev errors (#1815)","shortMessageHtmlLink":"Update serve script to disable ESLint dev errors (PalisadoesFoundatio…"}},{"before":"971e20ad1b00dae630d1710f62e60806d66b7f68","after":"1405cb7bbd953d6ec0f3f81d1e6e313544d29372","ref":"refs/heads/develop","pushedAt":"2024-03-26T18:46:44.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"Update `pull_request.yml` to check authorized files changed as a job (#1793)\n\n* Update PR workflow to check authorized files changed\r\n\r\n* fix error in in Check-Unauthorized-Changed job\r\n\r\n* debug in Check-Unauthorized-Changed job\r\n\r\n* debug workflows\r\n\r\n* exit code 1 in unauthorized changes\r\n\r\n* test change to fail count files job\r\n\r\n* test change to fail count files job\r\n\r\n* fix Count-Changed-files job\r\n\r\n* add any_deleted condition for unauthorized file changes\r\n\r\n* Changed files count must be greater than 100","shortMessageHtmlLink":"Update pull_request.yml to check authorized files changed as a job (P…"}},{"before":"9538a8fc661963a4ecb65b83b362514d31356e63","after":"971e20ad1b00dae630d1710f62e60806d66b7f68","ref":"refs/heads/develop","pushedAt":"2024-03-26T11:42:13.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"Revert \"Fixed Unauthorized User Access to Admin Portal (#1797)\" (#1804)\n\nThis reverts commit 4efd106afa1d1efb63353978db8342d5e2f79441.","shortMessageHtmlLink":"Revert \"Fixed Unauthorized User Access to Admin Portal (PalisadoesFou…"}},{"before":"66c64bcd326b0f0f8f796ec50d25bab593ac51b0","after":"480dd4a4efdbf1829ea48d1aaa9ac05bb2481b98","ref":"refs/heads/feat/redesign-funds-screen","pushedAt":"2024-03-26T11:41:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"fix: Fixed null funds error\n\nSigned-off-by: Akhilender ","shortMessageHtmlLink":"fix: Fixed null funds error"}},{"before":"8fba3b47d4a483339d50086ba3fa910553c3ce4b","after":"66c64bcd326b0f0f8f796ec50d25bab593ac51b0","ref":"refs/heads/feat/redesign-funds-screen","pushedAt":"2024-03-24T13:41:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"fix: failing test\n\n- MemberDetail previously was not failing and even in local setup it is not failing","shortMessageHtmlLink":"fix: failing test"}},{"before":"ea6ca6707bc2ff39a54d4fd0835119ea9ca60266","after":"8fba3b47d4a483339d50086ba3fa910553c3ce4b","ref":"refs/heads/feat/redesign-funds-screen","pushedAt":"2024-03-24T13:28:54.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"fix: fixing code coverage\n\n- Removed redundant loader and increasing code coverage","shortMessageHtmlLink":"fix: fixing code coverage"}},{"before":"f5b90b4076d69f79106fc7422a7acbe42583054a","after":"ea6ca6707bc2ff39a54d4fd0835119ea9ca60266","ref":"refs/heads/feat/redesign-funds-screen","pushedAt":"2024-03-24T10:13:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"fix: removed default fallback\n\n- Removed fallback as it is used only for testing.\n\nSigned-off-by: Akhilender ","shortMessageHtmlLink":"fix: removed default fallback"}},{"before":null,"after":"f5b90b4076d69f79106fc7422a7acbe42583054a","ref":"refs/heads/feat/redesign-funds-screen","pushedAt":"2024-03-24T09:53:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"feat: Redesigned Funds Screen for Talawa Admin Portal\n\n- Redesigned the funds screen as per the figma design.\n- Except the button to archive/ unarchive funds in the update fund modal I have modified it to switch.\n- Ensured create and delete funds are working properly.\n- Modified the update handler to update the fundId for the fund.\n- Ensured search by fund name also works by adding a new query.\n- added a new query for fundbyOrganization to retrieve all the funds also to help to sort by name easily.\n- Ensured the page is responsive for all screens.\n- Covered all the modified code by tests.\n\nSigned-off-by: Akhilender ","shortMessageHtmlLink":"feat: Redesigned Funds Screen for Talawa Admin Portal"}},{"before":"712bf0460c2e6b15326aba7cc22b09ef44848dee","after":"9538a8fc661963a4ecb65b83b362514d31356e63","ref":"refs/heads/develop","pushedAt":"2024-03-24T09:23:57.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"fix: change error logs to show `error.message` only (#1789)\n\n* change error logs to show error.message only\r\n\r\n* change error log to error.message\r\n\r\n* fix failing test","shortMessageHtmlLink":"fix: change error logs to show error.message only (PalisadoesFounda…"}},{"before":"f309a48eaceaa6b93803e6844c15d98aa67243c6","after":"712bf0460c2e6b15326aba7cc22b09ef44848dee","ref":"refs/heads/develop","pushedAt":"2024-03-24T07:02:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"akhilender-bongirwar","name":"Akhilender Bongirwar","path":"/akhilender-bongirwar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112749383?s=80&v=4"},"commit":{"message":"feat: Redesigned Profile Settings screen for Talawa User Portal (#1678)\n\n* feat: Redesigned Profile Settings screen for Talawa User Portal\r\n\r\n- Implemented the redesign of user portal settings page as it is given in figma design.\r\n- Ensured there are some components working like the upload picture, d.o.b of the user and the reset changes button.\r\n- Made the page responsive across all the screens.\r\n- All the modified code is covered by tests and ensured no other functionality is affected.\r\n\r\nSigned-off-by: Akhilender \r\n\r\n* fix: fixing the tests\r\n\r\n- written tests for the uncovered lines\r\n\r\nSigned-off-by: Akhilender \r\n\r\n* fix: Fixed select options and screen layouts\r\n\r\n- Added select options for gender, marital status, employement status and country.\r\n- Changed the layouts accoriding to the screen width by keeping the profile section on the top for\r\n screen width less than 768px i.e tablet-size.\r\n- Ensured changes are covered by tests and affect no other functionality\r\n\r\nSigned-off-by: Akhilender \r\n\r\n* fix: made changes as suggested\r\n\r\n- Increased spacing above copy profile button.\r\n- aligned choose file button and label\r\n\r\nSigned-off-by: Akhilender \r\n\r\n* refactor: updated Graphql query and mutation\r\n\r\n- Updated UPDATE_USER_MUTATION to include all the additional fields: gender, email, phone number,\r\n birth date, education grade, employment status, marital status, address, and country.\r\n- Updated CHECK_AUTH mutation with all the required fields.\r\n- Updated frontend code to utilize these mutations and queries\r\n- Covered the code with tests.\r\n\r\nSigned-off-by: Akhilender \r\n\r\n* fix: added the utils/formEnumFields\r\n\r\n- Made changes accordingly also ensured no tests were affected.\r\n\r\nSigned-off-by: Akhilender \r\n\r\n* fix: Reducing the number of lines to succeced the lint check\r\n\r\n- Made components to reduce redundancy and also to reduce number of lines\r\n- covered the components with tests\r\n- Fixed the issues where image upload was necessary to update the profile details\r\n\r\nSigned-off-by: Akhilender \r\n\r\n* fix: update user profile\r\n\r\n- Modified code after resolving merge conflicts to support update user profile\r\n\r\nSigned-off-by: Akhilender \r\n\r\n* Fix: Fixing failed tests\r\n\r\nSigned-off-by: Akhilender \r\n\r\n* fix: failing tests\r\n\r\n-Memberdetail test is passing in local setup.\r\n\r\nSigned-off-by: Akhilender \r\n\r\n---------\r\n\r\nSigned-off-by: Akhilender ","shortMessageHtmlLink":"feat: Redesigned Profile Settings screen for Talawa User Portal (Pali…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0yNFQwNzo1NDo1OS4wMDAwMDBazwAAAAQ427iG","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0yNFQwNzo1NDo1OS4wMDAwMDBazwAAAAQ427iG","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMy0yNFQwNzowMjo1Ni4wMDAwMDBazwAAAAQdwx6T"}},"title":"Activity · akhilender-bongirwar/talawa-admin"}