{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":485651738,"defaultBranch":"main","name":"mercari-build-training","ownerLogin":"mercari-build","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-04-26T05:53:50.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/65594563?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1709775567.0","currentOid":""},"activityList":{"items":[{"before":"6117a575da07b4a9d4aa88a55764c16ea63600b4","after":null,"ref":"refs/heads/remove-unused-dir","pushedAt":"2024-03-07T01:39:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"}},{"before":"a9d0de0077827d41ccff141b8d11d6beafbfe5d9","after":null,"ref":"refs/heads/clarify-image-issues-in-step-3-through-5","pushedAt":"2024-03-07T01:39:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"}},{"before":"4e50346d1afac6248960d3932ae07465f2a19b31","after":null,"ref":"refs/heads/step5-fix-onchange","pushedAt":"2024-03-07T01:39:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"}},{"before":"67e8dcd6b8b4a93464966443ce26a6c87085feea","after":null,"ref":"refs/heads/add_extra2_contents","pushedAt":"2024-03-07T01:39:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"}},{"before":"be5157538643c666ebdf1f892aa33b80e4cd677e","after":null,"ref":"refs/heads/fix-step3-dos","pushedAt":"2024-03-07T01:39:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"}},{"before":"f2707dc49b150ca271494f035892bafd40ed040f","after":null,"ref":"refs/heads/remove-step7","pushedAt":"2024-03-07T01:39:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"}},{"before":"081f3d771cd3ddf0d9baca45e397fe7522fcd19e","after":null,"ref":"refs/heads/add-todo-2024-2","pushedAt":"2024-03-07T01:39:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"}},{"before":"a235611750563a1abae2787c16e195473a21fbcc","after":null,"ref":"refs/heads/document-update","pushedAt":"2024-03-07T01:39:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"}},{"before":"850b807be2263abebb166d59c05e41825c4286c2","after":"31f92414e79d89487b8cdd361f0a2efa1e631df4","ref":"refs/heads/main","pushedAt":"2024-02-26T06:54:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"},"commit":{"message":"Revert \"[step7] fix setItems() properties\" (#206)\n\nReverts mercari-build/mercari-build-training#205\r\n\r\n\r\nhttps://github.com/mercari-build/mercari-build-training/pull/205#issuecomment-1963382677","shortMessageHtmlLink":"Revert \"[step7] fix setItems() properties\" (#206)"}},{"before":"0ec865108dc102eac1117a60ade0eb5cb3e80ce0","after":"850b807be2263abebb166d59c05e41825c4286c2","ref":"refs/heads/main","pushedAt":"2024-02-26T06:07:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"},"commit":{"message":"[step7] fix setItems() properties (#205)\n\n## What\r\nFixed to display screen by `npm start`\r\n\r\nCurrently, if we just run `npm start`, nothing is displayed on the\r\nscreen.\r\n\r\n\r\n```\r\nGET success: \r\nArray(3)\r\n0\r\n{ID: 1, name: 'name', category: 'category', imageFileName: 'image_url'}\r\n1\r\n{ID: 2, name: 'shoes', category: 'mercari', imageFileName: 'edcd3ab5ced7c63e3fc6e10be59452ee6feab674630de3eff3c510bce28f4bff'}\r\n2 \r\n{ID: 3, name: 'super shoes', category: 'mercari', imageFileName: 'edcd3ab5ced7c63e3fc6e10be59452ee6feab674630de3eff3c510bce28f4bff'}\r\nlength 3\r\n[[Prototype]]\r\nArray(0)\r\n```\r\n\"screenshot_2024-02-26_at_14\r\n\r\n\r\n\r\n## CHECKS :warning:\r\n\r\nPlease make sure you are aware of the following.\r\n\r\n- [x] **The changes in this PR doesn't have private information","shortMessageHtmlLink":"[step7] fix setItems() properties (#205)"}},{"before":"2fec798e28d6bd975107632c80a6d7101e216763","after":"0ec865108dc102eac1117a60ade0eb5cb3e80ce0","ref":"refs/heads/main","pushedAt":"2024-02-26T05:21:33.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"momom-i","name":null,"path":"/momom-i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51011095?s=80&v=4"},"commit":{"message":"Fix typos in document/07-frontend (#192)","shortMessageHtmlLink":"Fix typos in document/07-frontend (#192)"}},{"before":"0e8ddd1c19b4ee98a5157b8e26cc44564de705de","after":"2fec798e28d6bd975107632c80a6d7101e216763","ref":"refs/heads/main","pushedAt":"2024-02-26T05:20:18.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"momom-i","name":null,"path":"/momom-i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51011095?s=80&v=4"},"commit":{"message":"documentのNext周りの修正 (#189)\n\n## What\r\n些細な部分なのですが、documentのNext部分の記述について修正を行いました。","shortMessageHtmlLink":"documentのNext周りの修正 (#189)"}},{"before":null,"after":"be5157538643c666ebdf1f892aa33b80e4cd677e","ref":"refs/heads/fix-step3-dos","pushedAt":"2024-02-26T05:13:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"momom-i","name":null,"path":"/momom-i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51011095?s=80&v=4"},"commit":{"message":"Fix STEP3 docs","shortMessageHtmlLink":"Fix STEP3 docs"}},{"before":"7e9f5d665db85805960a0cd2743007b5ed4bc826","after":"0e8ddd1c19b4ee98a5157b8e26cc44564de705de","ref":"refs/heads/main","pushedAt":"2024-02-26T05:02:57.000Z","pushType":"pr_merge","commitsCount":8,"pusher":{"login":"momom-i","name":null,"path":"/momom-i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51011095?s=80&v=4"},"commit":{"message":"Curlのインストール方法を追加 (#148)\n\nCurlのインストール方法がわからないというメンバーが複数いたので、\r\nCurlのインストール方法とバージョン確認方法を追加しました。\r\nご確認お願いします。","shortMessageHtmlLink":"Curlのインストール方法を追加 (#148)"}},{"before":"698f019bce61264160d4e8a873b9c28c718cf9a9","after":null,"ref":"refs/heads/ci","pushedAt":"2024-02-21T09:53:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"}},{"before":"edb8afd4a8ef5435d47e9b008fa8e73c124100ab","after":"7e9f5d665db85805960a0cd2743007b5ed4bc826","ref":"refs/heads/main","pushedAt":"2024-02-21T09:53:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"},"commit":{"message":"Add build.yml (#166)\n\n## What\r\n\r\n- Add build.yaml to workflow\r\n- Resolve\r\nhttps://github.com/mercari-build/mercari-build-training/issues/165\r\n\r\n\r\n## CHECKS :warning:\r\n\r\nPlease make sure you are aware of the following.\r\n\r\n- [x] **The changes in this PR doesn't have private information","shortMessageHtmlLink":"Add build.yml (#166)"}},{"before":null,"after":"a235611750563a1abae2787c16e195473a21fbcc","ref":"refs/heads/document-update","pushedAt":"2024-02-21T09:34:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"},"commit":{"message":"Add comment","shortMessageHtmlLink":"Add comment"}},{"before":"71c428439c8dc9445dfb3b0a7747f02cc3964ac6","after":null,"ref":"refs/heads/nits-update-for-follow-up","pushedAt":"2024-02-19T11:19:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"}},{"before":"da14566d10cb53093efa03e2beaf03b3e19d1134","after":"edb8afd4a8ef5435d47e9b008fa8e73c124100ab","ref":"refs/heads/main","pushedAt":"2024-02-19T11:19:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"},"commit":{"message":"Add some comment for following up setup environment (#162)\n\n## What\r\n\r\n* Add comment for creating python virtual environment.\r\n* Go: 201 --> 200, because we don't return new resource location.\r\n * https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/201\r\n\r\n## CHECKS :warning:\r\n\r\nPlease make sure you are aware of the following.\r\n\r\n- [ ] **The changes in this PR doesn't have private information","shortMessageHtmlLink":"Add some comment for following up setup environment (#162)"}},{"before":null,"after":"698f019bce61264160d4e8a873b9c28c718cf9a9","ref":"refs/heads/ci","pushedAt":"2024-02-19T09:49:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"},"commit":{"message":".github/workflows/build.yml (https://github.com/mercari-build/mercari-build-training/issues/165)","shortMessageHtmlLink":".github/workflows/build.yml (#165)"}},{"before":"fe4213a6e7e54efb40245c2a8cfcdb3a931e41db","after":"71c428439c8dc9445dfb3b0a7747f02cc3964ac6","ref":"refs/heads/nits-update-for-follow-up","pushedAt":"2024-02-19T09:19:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"},"commit":{"message":"Move comment","shortMessageHtmlLink":"Move comment"}},{"before":null,"after":"fe4213a6e7e54efb40245c2a8cfcdb3a931e41db","ref":"refs/heads/nits-update-for-follow-up","pushedAt":"2024-02-19T08:33:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"},"commit":{"message":"Add some comment","shortMessageHtmlLink":"Add some comment"}},{"before":"8782c3ca2190f23492c3867c4d8674ed280eb4ca","after":"da14566d10cb53093efa03e2beaf03b3e19d1134","ref":"refs/heads/main","pushedAt":"2024-02-19T05:25:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"},"commit":{"message":"Change status code to 201 with POST method (#152)\n\n## What\r\n\r\n些細な点で失礼します。\r\n\r\ngo/app/main.go\r\nの`addItem`メソッドはPOSTメソッドが呼ばれた際にitemを追加するため、ステータスコードは200より201のほうが適しているように思い、該当箇所を変更しました。\r\n\r\nrefs: [HTTP レスポンスステータスコード - HTTP |\r\nMDN](https://developer.mozilla.org/ja/docs/Web/HTTP/Status#%E6%88%90%E5%8A%9F%E3%83%AC%E3%82%B9%E3%83%9D%E3%83%B3%E3%82%B9),\r\n[代表的なHTTPステータスコードと問題解決へのヒント - freee Developers\r\nCommunity](https://developer.freee.co.jp/reference/faq/http-response-code#:~:text=%E4%BB%A3%E8%A1%A8%E7%9A%84%E3%81%AA200%E7%95%AA%E5%8F%B0,%E6%88%90%E5%8A%9F%E6%99%82%E3%81%AB%E5%88%A9%E7%94%A8%E3%81%95%E3%82%8C%E3%81%BE%E3%81%99%E3%80%82)\r\n\r\n## CHECKS :warning:\r\n\r\nPlease make sure you are aware of the following.\r\n\r\n- [x] **The changes in this PR doesn't have private information","shortMessageHtmlLink":"Change status code to 201 with POST method (#152)"}},{"before":"5c3df84a089e3e2f767f0bc6fb469a6f3dd4215d","after":"8782c3ca2190f23492c3867c4d8674ed280eb4ca","ref":"refs/heads/main","pushedAt":"2024-02-18T07:51:41.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"momom-i","name":null,"path":"/momom-i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51011095?s=80&v=4"},"commit":{"message":"Update document in 03-api_*.md (#147)\n\n## What\r\n\r\nSSIA\r\n\r\n## Why\r\nつまづく参加者が多いため\r\n\r\n\r\n## CHECKS :warning:\r\n\r\nPlease make sure you are aware of the following.\r\n\r\n- [ ] **The changes in this PR doesn't have private information","shortMessageHtmlLink":"Update document in 03-api_*.md (#147)"}},{"before":"cfd3c2d6c5f8c56e969a47deea7893ffb2d39401","after":"5c3df84a089e3e2f767f0bc6fb469a6f3dd4215d","ref":"refs/heads/main","pushedAt":"2024-02-17T03:53:37.000Z","pushType":"pr_merge","commitsCount":6,"pusher":{"login":"momom-i","name":null,"path":"/momom-i","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51011095?s=80&v=4"},"commit":{"message":"Fix code and docs to improve readability and strictness (#132)\n\nSSIA\r\n\r\nYou can cherry-pick some commits if you need.","shortMessageHtmlLink":"Fix code and docs to improve readability and strictness (#132)"}},{"before":"e1ba2c2a0e06883f3ca14097a79f7b17f028d69f","after":null,"ref":"refs/heads/update-readme-algo","pushedAt":"2024-02-16T07:40:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"}},{"before":"29493969f9b6faae43d6f958e3afb9f3bfa3f67d","after":"cfd3c2d6c5f8c56e969a47deea7893ffb2d39401","ref":"refs/heads/main","pushedAt":"2024-02-16T07:40:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"},"commit":{"message":"Update EXTRA1 link (#119)\n\n## What\r\n\r\nAdd new contents link: Algorithm\r\n\r\n## CHECKS :warning:\r\n\r\nPlease make sure you are aware of the following.\r\n\r\n- [ ] **The changes in this PR doesn't have private information","shortMessageHtmlLink":"Update EXTRA1 link (#119)"}},{"before":"cdb5c8d0375d30b1172ad7e4067df9530fc56425","after":"e1ba2c2a0e06883f3ca14097a79f7b17f028d69f","ref":"refs/heads/update-readme-algo","pushedAt":"2024-02-16T01:17:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"},"commit":{"message":"Update link","shortMessageHtmlLink":"Update link"}},{"before":null,"after":"cdb5c8d0375d30b1172ad7e4067df9530fc56425","ref":"refs/heads/update-readme-algo","pushedAt":"2024-02-16T01:14:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"},"commit":{"message":"Update link","shortMessageHtmlLink":"Update link"}},{"before":"f41ccf538e2b30a84ede9db86f2d0d6def9547b4","after":"29493969f9b6faae43d6f958e3afb9f3bfa3f67d","ref":"refs/heads/main","pushedAt":"2024-02-16T01:13:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cocodrips","name":"ku-mu","path":"/cocodrips","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1905956?s=80&v=4"},"commit":{"message":"change(docs): apply small fixes (#116)\n\n## What\r\nThis PR contains some small fixes in the documentation. I'd appreciate\r\nyou to review when you have time :bow:\r\n\r\n- unify mixed `image_name` and `image_filename` with `image_name` in\r\nhttps://github.com/mercari-build/mercari-build-training/commit/abc52fddd35aef905deadcfc86331702e4118db1\r\n- rename the table name from `category` to `categories` in\r\nhttps://github.com/mercari-build/mercari-build-training/commit/a417217901be7293e2816dc97d2ad215d373c96d\r\n - the existing `items` table is a plural form.\r\n - I don't think mixed naming convention is good.\r\n- fix typos in\r\nhttps://github.com/mercari-build/mercari-build-training/commit/f05800cc3bfcabd52a6af80a42316c3a9aaec22d\r\n\r\n## CHECKS :warning:\r\n\r\nPlease make sure you are aware of the following.\r\n\r\n- [ ] **The changes in this PR doesn't have private information","shortMessageHtmlLink":"change(docs): apply small fixes (#116)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEDo4tSwA","startCursor":null,"endCursor":null}},"title":"Activity · mercari-build/mercari-build-training"}