{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":720572990,"defaultBranch":"main","name":"PAP-Inventory-Processing","ownerLogin":"TritonSE","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-11-18T22:25:18.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/40015608?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718403557.0","currentOid":""},"activityList":{"items":[{"before":"768ddadb2dd51abbe37b46b66f0c950ce59d7a02","after":"63c14b368ec5999d77641823e4802a16b5f39721","ref":"refs/heads/main","pushedAt":"2024-06-29T01:38:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Fix issue w/ downloading PDFs in production","shortMessageHtmlLink":"Fix issue w/ downloading PDFs in production"}},{"before":"24c436b5f08c55e7ef9ba0cc31055aedf388f5dc","after":null,"ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-06-14T22:19:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"}},{"before":"107c387b795af6a7542fe8f7eee770b501b3efa6","after":"768ddadb2dd51abbe37b46b66f0c950ce59d7a02","ref":"refs/heads/main","pushedAt":"2024-06-14T22:19:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Search, sort, and filters (#43)\n\n* Writing Architecture for api/user\r\n\r\n* profile page frontend progress\r\n\r\n* admin info progress, will fix alignment issues\r\n\r\n* Initial branch\r\n\r\n* Initial branch\r\n\r\n* added delete api route\r\n\r\n* Made POST route to create furniture item and furniture item validator\r\n\r\n* Made POST route to create furniture item and furniture item validator\r\n\r\n* more frontend, waiting on designer clarification to finalize\r\n\r\n* fixed frontend alignment issue\r\n\r\n* Added PUT route for updating furniture items\r\n\r\n* Initial frontend and components structure\r\n\r\n* Fixed Header bar\r\n\r\n* Edit template component\r\n\r\n* Added backend for search function, haven't tested\r\n\r\n* Removed other get route, and made search functionality work with vsr route that was already there\r\n\r\n* added sorting based on status and then date received\r\n\r\n* added searchability on frontend; bug: can only search by name, and needs to be entire name for a result to hit\r\n\r\n* added a button and have yet to add functionality to it\r\n\r\n* temp commit\r\n\r\n* Revert \"added searchability on frontend; bug: can only search by name, and needs to be entire name for a result to hit\"\r\n\r\nThis reverts commit c891e663cf078eee3967e748cd0c750a98d29e0e.\r\n\r\n* Revert \"Revert \"added searchability on frontend; bug: can only search by name, and needs to be entire name for a result to hit\"\"\r\n\r\nThis reverts commit 365f6bf93512797d261ccb00bb665cbbca8e5f07.\r\n\r\n* pasted harsh's original vsr.ts in, hopefully will solve merge issues\r\n\r\n* Added draft of backend code for testing\r\n\r\n* Added props for editing ability for EditTemplate and added comments for rendering series of EditTemplates\r\n\r\n* Added a popup, blank so far\r\n\r\n* modified FilterModal and zip code filtering\r\n\r\n* Fixed word-only issue with search\r\n\r\n* Adding Profile Picture and Firebase Profile WIP\r\n\r\n* Added multiple choice to filter modal, began work for frontend sending to backend\r\n\r\n* Added frontend api functions to send requests to backend, fixed bug with EditTemplate\r\n\r\n* added connection to backend for filtering by zipcode and income; need to test if it is working correctly\r\n\r\n* Rough first start to edit section\r\n\r\n* When no VSRs are found, a message is now displayed\r\n\r\n* Income filtering works\r\n\r\n* Filtering by zip code works\r\n\r\n* filter by status added\r\n\r\n* merged yoto changes and added nonfunctional elements\r\n\r\n* Full functionality for add, edit, and delete furniture items. Updated DeleteModal component to be more general\r\n\r\n* reset filters button works\r\n\r\n* Added functionality for chips on filtering\r\n\r\n* fixed styling for applied filters and added Any button to status (need to fix coloring)\r\n\r\n* Added styling to box shadows and buttons\r\n\r\n* fixed coloring on any tag\r\n\r\n* modified zip code filtering\r\n\r\n* Added error for when zipcode isn't formatted properly\r\n\r\n* minor changes\r\n\r\n* Zip code filtering appends zip codes instead of overwritting what is there\r\n\r\n* changes discussed in meeting; need to change popup to not be full screen\r\n\r\n* Remove commented-out code & touch up styles\r\n\r\n* Apply filters to VSR bulk exporting\r\n\r\n* Remove unused zip code invalid error code\r\n\r\n* Remove unused files\r\n\r\n* Save edits from VSR individual page directly rather than showing confirmation popup\r\n\r\n* Fix linter issues\r\n\r\n* Fix styling for edit furniture items feature\r\n\r\n* Require admin role for modifying furniture items\r\n\r\n* Add mobile & tablet styles for profile page\r\n\r\n* Redirect staff to profile page by default\r\n\r\n* Implement V2 nav bar\r\n\r\n* Implement create user feature\r\n\r\n* Delete user & change password features\r\n\r\n* Display confirmation dialog if user has unsaved changes\r\n\r\n* Notification emails to user & admin when password is changed\r\n\r\n* Edit confirmation email feature\r\n\r\n* New build of backend\r\n\r\n* Fix NextJS build errors\r\n\r\n* Add type declaration files to dev dependencies\r\n\r\n* More type decl files\r\n\r\n* Debug firebase settings env var\r\n\r\n* Revert Firebase debugging\r\n\r\n* Fix styling issues Aska found with deployment\r\n\r\n* Make VSRs searching case insensitive\r\n\r\n* Rebuild backend\r\n\r\n---------\r\n\r\nCo-authored-by: SB1019 \r\nCo-authored-by: sydneyzhang18 <114766656+sydneyzhang18@users.noreply.github.com>\r\nCo-authored-by: Yoto Kim \r\nCo-authored-by: Daniel \r\nCo-authored-by: 2s2e \r\nCo-authored-by: Benjamin Johnson ","shortMessageHtmlLink":"Search, sort, and filters (#43)"}},{"before":"c37d1dfa0c9cb2074ec917bbac9d10496d9420cd","after":"24c436b5f08c55e7ef9ba0cc31055aedf388f5dc","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-06-14T22:16:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Rebuild backend","shortMessageHtmlLink":"Rebuild backend"}},{"before":"306581fdba1a7fbbd25f955a02dbdae3f3a455c3","after":"c37d1dfa0c9cb2074ec917bbac9d10496d9420cd","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-06-14T22:14:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Make VSRs searching case insensitive","shortMessageHtmlLink":"Make VSRs searching case insensitive"}},{"before":"db3dc24622594e4378ff35889da772e5ee674e56","after":"306581fdba1a7fbbd25f955a02dbdae3f3a455c3","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-06-14T07:51:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Fix styling issues Aska found with deployment","shortMessageHtmlLink":"Fix styling issues Aska found with deployment"}},{"before":"84fff9bd875b0776e9203478821176a6102d5eb3","after":"db3dc24622594e4378ff35889da772e5ee674e56","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-06-01T18:08:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Revert Firebase debugging","shortMessageHtmlLink":"Revert Firebase debugging"}},{"before":"0f128d10b9ed3d605feb305bd197ac5326fcff4c","after":"84fff9bd875b0776e9203478821176a6102d5eb3","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-06-01T17:59:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Debug firebase settings env var","shortMessageHtmlLink":"Debug firebase settings env var"}},{"before":"a370ed117352ea86eee0e2a9cc5e4a1f1d115bbc","after":"0f128d10b9ed3d605feb305bd197ac5326fcff4c","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-05-30T17:52:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"More type decl files","shortMessageHtmlLink":"More type decl files"}},{"before":"64483f52127f4c06ea3489ff08859fbf1386bd5f","after":"a370ed117352ea86eee0e2a9cc5e4a1f1d115bbc","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-05-30T17:49:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Add type declaration files to dev dependencies","shortMessageHtmlLink":"Add type declaration files to dev dependencies"}},{"before":"837fb441124d00330fa1380c203a252bbaf4a420","after":"64483f52127f4c06ea3489ff08859fbf1386bd5f","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-05-30T17:44:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Fix NextJS build errors","shortMessageHtmlLink":"Fix NextJS build errors"}},{"before":"6c8e6d87e41ab3efbd0c95e06dddda4d0e4f04d3","after":"837fb441124d00330fa1380c203a252bbaf4a420","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-05-30T16:57:51.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"New build of backend","shortMessageHtmlLink":"New build of backend"}},{"before":"357d6bf7fd541d8049b8eb5d9f36586acca9d164","after":"6c8e6d87e41ab3efbd0c95e06dddda4d0e4f04d3","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-05-28T22:54:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Notification emails to user & admin when password is changed","shortMessageHtmlLink":"Notification emails to user & admin when password is changed"}},{"before":"129f47901bea8bd6fda4be1cb423288fb58b2e84","after":"357d6bf7fd541d8049b8eb5d9f36586acca9d164","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-05-28T20:40:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Display confirmation dialog if user has unsaved changes","shortMessageHtmlLink":"Display confirmation dialog if user has unsaved changes"}},{"before":"937569351c49550248bfb53913b2d128a98aca2e","after":"129f47901bea8bd6fda4be1cb423288fb58b2e84","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-05-28T07:09:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Delete user & change password features","shortMessageHtmlLink":"Delete user & change password features"}},{"before":"ca61cadf841107dcf74dda1075ae06c80fa46ad2","after":"937569351c49550248bfb53913b2d128a98aca2e","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-05-28T04:35:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Implement create user feature","shortMessageHtmlLink":"Implement create user feature"}},{"before":"9122f81b2bba8233ee3feb9b0762c26c5f6abf91","after":"ca61cadf841107dcf74dda1075ae06c80fa46ad2","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-05-28T03:52:47.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Implement V2 nav bar","shortMessageHtmlLink":"Implement V2 nav bar"}},{"before":"ba9adbc17bbe3ea0dfe5ecd99fa507bf01b69fe4","after":"9122f81b2bba8233ee3feb9b0762c26c5f6abf91","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-05-28T03:13:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Add mobile & tablet styles for profile page","shortMessageHtmlLink":"Add mobile & tablet styles for profile page"}},{"before":"2f3c4a3f1fb85d092604340d8d29290c54aec72a","after":"ba9adbc17bbe3ea0dfe5ecd99fa507bf01b69fe4","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-05-28T01:44:48.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Merge branch 'feature/samvrit+sydney/Profile-Home-Page' into feature/harsh-steven/search-sort-filter","shortMessageHtmlLink":"Merge branch 'feature/samvrit+sydney/Profile-Home-Page' into feature/…"}},{"before":"d73a39ab5618598414c0a5c1603d67c8e75e4c5b","after":"2f3c4a3f1fb85d092604340d8d29290c54aec72a","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-05-28T01:32:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Require admin role for modifying furniture items","shortMessageHtmlLink":"Require admin role for modifying furniture items"}},{"before":"2cb2a86f4e1ea459797520add0c8237038f4d555","after":"d73a39ab5618598414c0a5c1603d67c8e75e4c5b","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-05-28T01:25:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Fix styling for edit furniture items feature","shortMessageHtmlLink":"Fix styling for edit furniture items feature"}},{"before":"8131cc4a5fb8ba4bfc4abf0d78206feefe103876","after":"2cb2a86f4e1ea459797520add0c8237038f4d555","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-05-27T23:51:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Fix linter issues","shortMessageHtmlLink":"Fix linter issues"}},{"before":"9c3f0fa141e69a8f994866e1e0b7ed1c208287e9","after":"8131cc4a5fb8ba4bfc4abf0d78206feefe103876","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-05-27T23:42:29.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Save edits from VSR individual page directly rather than showing confirmation popup","shortMessageHtmlLink":"Save edits from VSR individual page directly rather than showing conf…"}},{"before":"795ef9455301ace2fd0153c5f5eb5249181af64b","after":"9c3f0fa141e69a8f994866e1e0b7ed1c208287e9","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-05-27T23:29:19.000Z","pushType":"push","commitsCount":21,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Merge search/sort/filter branch","shortMessageHtmlLink":"Merge search/sort/filter branch"}},{"before":"a584520b0e59e1528ea26f4bc69d94efc04ac5fb","after":"9c3f0fa141e69a8f994866e1e0b7ed1c208287e9","ref":"refs/heads/feat/daniel+yoto/furniture-edit-template","pushedAt":"2024-05-27T23:28:48.000Z","pushType":"push","commitsCount":36,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Merge search/sort/filter branch","shortMessageHtmlLink":"Merge search/sort/filter branch"}},{"before":"0c767f19165e1252f9d2fc1e9588b1419411a021","after":"795ef9455301ace2fd0153c5f5eb5249181af64b","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-05-27T23:19:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Remove unused zip code invalid error code","shortMessageHtmlLink":"Remove unused zip code invalid error code"}},{"before":"8059c1ba604466b4227f6a70093fc75d73f359b2","after":"0c767f19165e1252f9d2fc1e9588b1419411a021","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-05-27T23:16:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Apply filters to VSR bulk exporting","shortMessageHtmlLink":"Apply filters to VSR bulk exporting"}},{"before":"c586f6709327c677cf19c8bc022365f77785b1fa","after":"8059c1ba604466b4227f6a70093fc75d73f359b2","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-05-27T23:01:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Remove commented-out code & touch up styles","shortMessageHtmlLink":"Remove commented-out code & touch up styles"}},{"before":"bcc3c5701032cb040edf42845c4131cd1e37e3a8","after":"c586f6709327c677cf19c8bc022365f77785b1fa","ref":"refs/heads/feature/harsh-steven/search-sort-filter","pushedAt":"2024-05-27T21:23:34.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"},"commit":{"message":"Merge branch 'main' into feature/harsh-steven/search-sort-filter","shortMessageHtmlLink":"Merge branch 'main' into feature/harsh-steven/search-sort-filter"}},{"before":"87686678e9028f3dd12a3168d4e85b67535ec351","after":null,"ref":"refs/heads/feature/sophia/vsr-review-page","pushedAt":"2024-05-27T21:22:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"benjaminJohnson2204","name":"Benjamin Johnson","path":"/benjaminJohnson2204","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/68413232?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEclXDPAA","startCursor":null,"endCursor":null}},"title":"Activity · TritonSE/PAP-Inventory-Processing"}