{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":771592584,"defaultBranch":"master","name":"ChadFairlie_ST10269509_CloudDevPOE","ownerLogin":"AlphaSweater","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-03-13T15:26:40.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/104318840?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1719245817.0","currentOid":""},"activityList":{"items":[{"before":"16fa473e0361a8ba82bf28cebffc5ce3df8b23e6","after":null,"ref":"refs/heads/Search-Features","pushedAt":"2024-06-24T16:16:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"AlphaSweater","name":"Chad Fairlie ","path":"/AlphaSweater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104318840?s=80&v=4"}},{"before":"d8eeb07016955f072ed17f4fcd85c3ea2423eee6","after":"5e7bbf7c40d1910e84c6cba6a68f1c1596eec681","ref":"refs/heads/master","pushedAt":"2024-06-24T16:16:02.000Z","pushType":"pr_merge","commitsCount":9,"pusher":{"login":"AlphaSweater","name":"Chad Fairlie ","path":"/AlphaSweater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104318840?s=80&v=4"},"commit":{"message":"Merge pull request #18 from AlphaSweater/Search-Features\n\nSearch features","shortMessageHtmlLink":"Merge pull request #18 from AlphaSweater/Search-Features"}},{"before":"c8bbfa698a8b8a7633591921a0754a193b1a6f79","after":"16fa473e0361a8ba82bf28cebffc5ce3df8b23e6","ref":"refs/heads/Search-Features","pushedAt":"2024-06-24T16:13:07.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"AlphaSweater","name":"Chad Fairlie ","path":"/AlphaSweater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104318840?s=80&v=4"},"commit":{"message":"Fix syntax and unify stock level logic\n\nThis commit corrects a syntax error in a condition check and ensures consistency and uniformity in handling stock levels across the file. Specifically, it fixes a missing parenthesis in an `if` statement condition, updates a case statement condition to match this logic, and adjusts another condition to apply the 'stock-low' class consistently when stock levels are between 1 and 4.","shortMessageHtmlLink":"Fix syntax and unify stock level logic"}},{"before":null,"after":"c8bbfa698a8b8a7633591921a0754a193b1a6f79","ref":"refs/heads/Search-Features","pushedAt":"2024-06-24T10:52:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"AlphaSweater","name":"Chad Fairlie ","path":"/AlphaSweater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104318840?s=80&v=4"},"commit":{"message":"Add appsettings template and update csproj\n\nAdded a new `appsettings.Template.json` file with default logging, allowed hosts, Azure Search configuration, and a placeholder for the database connection string. Modified `CloudDevPOE.csproj` to exclude `appsettings.template.json` from the build output to prevent it from being copied to the output directory. No changes were made to existing package references.","shortMessageHtmlLink":"Add appsettings template and update csproj"}},{"before":"d52c5a01dc663df3805c2ff5dc9c6de6216357c4","after":"d8eeb07016955f072ed17f4fcd85c3ea2423eee6","ref":"refs/heads/master","pushedAt":"2024-05-27T19:02:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"AlphaSweater","name":"Chad Fairlie ","path":"/AlphaSweater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104318840?s=80&v=4"},"commit":{"message":"clean","shortMessageHtmlLink":"clean"}},{"before":"c4754382c9245eb461a38dc82269c6b676012d4b","after":null,"ref":"refs/heads/Products","pushedAt":"2024-05-27T19:00:03.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"AlphaSweater","name":"Chad Fairlie ","path":"/AlphaSweater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104318840?s=80&v=4"}},{"before":"90bd434ce3fda96f8dae2efb01bc50a15bd7644d","after":"d52c5a01dc663df3805c2ff5dc9c6de6216357c4","ref":"refs/heads/master","pushedAt":"2024-05-27T18:59:58.000Z","pushType":"pr_merge","commitsCount":40,"pusher":{"login":"AlphaSweater","name":"Chad Fairlie ","path":"/AlphaSweater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104318840?s=80&v=4"},"commit":{"message":"Merge pull request #17 from AlphaSweater/Products\n\nProducts","shortMessageHtmlLink":"Merge pull request #17 from AlphaSweater/Products"}},{"before":"f6c45a5b8309747d4162918d10a81af3538d2b93","after":"c4754382c9245eb461a38dc82269c6b676012d4b","ref":"refs/heads/Products","pushedAt":"2024-05-27T18:59:25.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"AlphaSweater","name":"Chad Fairlie ","path":"/AlphaSweater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104318840?s=80&v=4"},"commit":{"message":"finished","shortMessageHtmlLink":"finished"}},{"before":"b0f4676cacf7463a919bd3d3bfecca2631cefdcd","after":"f6c45a5b8309747d4162918d10a81af3538d2b93","ref":"refs/heads/Products","pushedAt":"2024-05-27T17:22:04.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"AlphaSweater","name":"Chad Fairlie ","path":"/AlphaSweater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104318840?s=80&v=4"},"commit":{"message":"Updated UI and refactored login/signup functionality\n\nSignificant CSS updates have been made to improve the look and feel of the AddProduct page. The form for adding a product and the JavaScript code for handling image uploads have been updated. The login and signup forms have been combined into a single form in a modal dialog, replacing the previous separate forms. The login and signup files have been removed as a result. The link in _UserInfo.cshtml now directs to the UserProfile page with the cart section highlighted. New JavaScript code has been added to UserProfile.cshtml to handle the display of the cart section. Changes have been made to navbar.css for better responsive design and the click event handlers in loginSignup.js have been updated to prevent unwanted page reloads.","shortMessageHtmlLink":"Updated UI and refactored login/signup functionality"}},{"before":"cb97386c06e54de8a68a2f3aba8b069b34061776","after":"b0f4676cacf7463a919bd3d3bfecca2631cefdcd","ref":"refs/heads/Products","pushedAt":"2024-05-26T22:43:59.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"AlphaSweater","name":"Chad Fairlie ","path":"/AlphaSweater","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104318840?s=80&v=4"},"commit":{"message":"Updated UI elements in UserInfo.cshtml and UserProfile.cshtml\n\nUpdated UserInfo.cshtml with CSS styles, improved layout, and removed unnecessary condition. Added product image display in UserProfile.cshtml.\n\nDetailed changes:\n- In UserInfo.cshtml, added a `` section with a `