{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":478201405,"defaultBranch":"master","name":"full-stack-open-sandbox","ownerLogin":"SidneyBuckner","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-04-05T15:57:28.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/22137352?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1649338836.377457","currentOid":""},"activityList":{"items":[{"before":"784ee91251cf534c529a1e42542514cece05d42c","after":"9da537e9d33b3400e83efbe2208af41ca5bd32f4","ref":"refs/heads/master","pushedAt":"2024-04-05T16:44:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SidneyBuckner","name":"Sidney Buckner","path":"/SidneyBuckner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22137352?s=80&v=4"},"commit":{"message":"Remember to also reference the Key attribute when mapping collections of values. You gt an error in the console otherwise.","shortMessageHtmlLink":"Remember to also reference the Key attribute when mapping collections…"}},{"before":"f394cc64311cd2cb4367da7022305a540695fe35","after":"784ee91251cf534c529a1e42542514cece05d42c","ref":"refs/heads/master","pushedAt":"2024-04-05T16:42:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SidneyBuckner","name":"Sidney Buckner","path":"/SidneyBuckner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22137352?s=80&v=4"},"commit":{"message":"Collections should be mapped to a specific place so that their values are not hard coded and repeated. This is to Keep code DRY and readable as much as possible.","shortMessageHtmlLink":"Collections should be mapped to a specific place so that their values…"}},{"before":"0027606aa9dea7aea45fe4b3cafae868d9ac606c","after":"f394cc64311cd2cb4367da7022305a540695fe35","ref":"refs/heads/master","pushedAt":"2024-04-05T15:51:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SidneyBuckner","name":"Sidney Buckner","path":"/SidneyBuckner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22137352?s=80&v=4"},"commit":{"message":"Part 2 - Rendering collections example sandbox","shortMessageHtmlLink":"Part 2 - Rendering collections example sandbox"}},{"before":"7cb83a6fa3b4879d7601dddd3a5f758c5e27dbfb","after":"0027606aa9dea7aea45fe4b3cafae868d9ac606c","ref":"refs/heads/master","pushedAt":"2024-04-03T23:06:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SidneyBuckner","name":"Sidney Buckner","path":"/SidneyBuckner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22137352?s=80&v=4"},"commit":{"message":"Updating Readme.md","shortMessageHtmlLink":"Updating Readme.md"}},{"before":"9a66f38dec8a348d34a1b491ef9af30242df46b6","after":"7cb83a6fa3b4879d7601dddd3a5f758c5e27dbfb","ref":"refs/heads/master","pushedAt":"2024-03-28T17:31:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SidneyBuckner","name":"Sidney Buckner","path":"/SidneyBuckner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22137352?s=80&v=4"},"commit":{"message":"1.14*: anecdotes step3\n\nNow implement the final version of the application that displays the anecdote with the largest number of votes. Add a reset button to make all vote counts for anecdotes to 0.","shortMessageHtmlLink":"1.14*: anecdotes step3"}},{"before":"768fc4e5746f0c8f3ca8f87dbc7cc4f3ee9b88b0","after":"9a66f38dec8a348d34a1b491ef9af30242df46b6","ref":"refs/heads/master","pushedAt":"2024-03-15T19:27:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SidneyBuckner","name":"Sidney Buckner","path":"/SidneyBuckner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22137352?s=80&v=4"},"commit":{"message":"1.12 continued: Expand the following application by adding a button that can be clicked to display a random anecdote from the field of software engineering.","shortMessageHtmlLink":"1.12 continued: Expand the following application by adding a button t…"}},{"before":"d8288f583360336c794b8309b563444752a49af9","after":"768fc4e5746f0c8f3ca8f87dbc7cc4f3ee9b88b0","ref":"refs/heads/master","pushedAt":"2024-03-15T19:13:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SidneyBuckner","name":"Sidney Buckner","path":"/SidneyBuckner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22137352?s=80&v=4"},"commit":{"message":"1.12: Anecdotes exercise beginning. Rearranged folder structure.","shortMessageHtmlLink":"1.12: Anecdotes exercise beginning. Rearranged folder structure."}},{"before":"89462b3ee63584180e5f71a5b658c776df99b3f8","after":"d8288f583360336c794b8309b563444752a49af9","ref":"refs/heads/master","pushedAt":"2024-03-15T15:21:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SidneyBuckner","name":"Sidney Buckner","path":"/SidneyBuckner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22137352?s=80&v=4"},"commit":{"message":"Exercise 1.8 :\n\nRefactor your application so that displaying the statistics is extracted into its own Statistics component. The state of the application should remain in the App root component.\n\nExercise 1.9:\n\nChange your application to display statistics only once feedback has been gathered.","shortMessageHtmlLink":"Exercise 1.8 :"}},{"before":"c71fc4daef8315ccaff3236d0ce4dead0f70d3df","after":"89462b3ee63584180e5f71a5b658c776df99b3f8","ref":"refs/heads/master","pushedAt":"2024-03-14T20:44:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SidneyBuckner","name":"Sidney Buckner","path":"/SidneyBuckner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22137352?s=80&v=4"},"commit":{"message":"Exercise 1.7: Expand your application so that it shows more statistics about the gathered feedback: the total number of collected feedback, the average score (good: 1, neutral: 0, bad: -1) and the percentage of positive feedback.","shortMessageHtmlLink":"Exercise 1.7: Expand your application so that it shows more statistic…"}},{"before":"9f8cdadb7b967f2e73eb7f135213a45866495548","after":"c71fc4daef8315ccaff3236d0ce4dead0f70d3df","ref":"refs/heads/master","pushedAt":"2024-03-14T18:27:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SidneyBuckner","name":"Sidney Buckner","path":"/SidneyBuckner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22137352?s=80&v=4"},"commit":{"message":"Refactor Code to where we keep up with ONE set of state instead of three","shortMessageHtmlLink":"Refactor Code to where we keep up with ONE set of state instead of three"}},{"before":"07ebb469255b8743d5deb05d4bab719aa72239e5","after":"9f8cdadb7b967f2e73eb7f135213a45866495548","ref":"refs/heads/master","pushedAt":"2024-03-12T19:50:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SidneyBuckner","name":"Sidney Buckner","path":"/SidneyBuckner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22137352?s=80&v=4"},"commit":{"message":"Changing Analogy back to original customer feedback. Using 3 sets of state to track the number of clicks","shortMessageHtmlLink":"Changing Analogy back to original customer feedback. Using 3 sets of …"}},{"before":"757891ac319bc34a247077a29fe21f6d730dc981","after":"07ebb469255b8743d5deb05d4bab719aa72239e5","ref":"refs/heads/master","pushedAt":"2024-03-12T19:08:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"SidneyBuckner","name":"Sidney Buckner","path":"/SidneyBuckner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22137352?s=80&v=4"},"commit":{"message":"First commit made in a while!","shortMessageHtmlLink":"First commit made in a while!"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0wNVQxNjo0NDo1OC4wMDAwMDBazwAAAAQpFUC5","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0wNVQxNjo0NDo1OC4wMDAwMDBazwAAAAQpFUC5","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMy0xMlQxOTowODozNS4wMDAwMDBazwAAAAQTv3Hj"}},"title":"Activity · SidneyBuckner/full-stack-open-sandbox"}