{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":715182638,"defaultBranch":"main","name":"nextjs-dashboard","ownerLogin":"surendrapm","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-11-06T16:26:12.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/112800253?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1699288070.0","currentOid":""},"activityList":{"items":[{"before":"39ee2f9ae63a3a14328c6b5fc464c4537d63b147","after":"f2dd919e3d42f1e429afcf4d3813932f5973193e","ref":"refs/heads/main","pushedAt":"2023-11-24T16:21:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"surendrapm","name":"surendra.oi","path":"/surendrapm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112800253?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"96ed3c6e0c4d1f66dd5c9be929a733606f64fd9b","after":"39ee2f9ae63a3a14328c6b5fc464c4537d63b147","ref":"refs/heads/main","pushedAt":"2023-11-24T16:14:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"surendrapm","name":"surendra.oi","path":"/surendrapm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112800253?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"34024d7654451555b79f9977f1dc534a7d69d59d","after":"96ed3c6e0c4d1f66dd5c9be929a733606f64fd9b","ref":"refs/heads/main","pushedAt":"2023-11-21T13:32:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"surendrapm","name":"surendra.oi","path":"/surendrapm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112800253?s=80&v=4"},"commit":{"message":"added authentication using credential providers and also made pages SEO friendly by adding Metadata","shortMessageHtmlLink":"added authentication using credential providers and also made pages S…"}},{"before":"43699a25cb7d0d8baec95f68f8805442df9389f4","after":"34024d7654451555b79f9977f1dc534a7d69d59d","ref":"refs/heads/main","pushedAt":"2023-11-18T06:14:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"surendrapm","name":"surendra.oi","path":"/surendrapm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112800253?s=80&v=4"},"commit":{"message":"edit form production upgrade","shortMessageHtmlLink":"edit form production upgrade"}},{"before":"14ee1d6fc7c4f3a4cc488a6020f8f574fab98c6b","after":"43699a25cb7d0d8baec95f68f8805442df9389f4","ref":"refs/heads/main","pushedAt":"2023-11-17T14:39:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"surendrapm","name":"surendra.oi","path":"/surendrapm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112800253?s=80&v=4"},"commit":{"message":"added both server side and client dynamic validations using zod lib","shortMessageHtmlLink":"added both server side and client dynamic validations using zod lib"}},{"before":"ecc42b8044a64ef170356f4e72d7d0defc825204","after":"14ee1d6fc7c4f3a4cc488a6020f8f574fab98c6b","ref":"refs/heads/main","pushedAt":"2023-11-15T09:44:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"surendrapm","name":"surendra.oi","path":"/surendrapm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112800253?s=80&v=4"},"commit":{"message":"added custom UI based error","shortMessageHtmlLink":"added custom UI based error"}},{"before":"61ae4f84560d0343e8422b104753b5c41ae69b61","after":"ecc42b8044a64ef170356f4e72d7d0defc825204","ref":"refs/heads/main","pushedAt":"2023-11-15T08:07:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"surendrapm","name":"surendra.oi","path":"/surendrapm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112800253?s=80&v=4"},"commit":{"message":"created server action to mutate data i.e CRUD operation to invoices","shortMessageHtmlLink":"created server action to mutate data i.e CRUD operation to invoices"}},{"before":"1279ecfc1273d0027c432ac349dd49ae4c5e8303","after":"61ae4f84560d0343e8422b104753b5c41ae69b61","ref":"refs/heads/main","pushedAt":"2023-11-14T07:05:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"surendrapm","name":"surendra.oi","path":"/surendrapm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112800253?s=80&v=4"},"commit":{"message":"added pagination and URL search","shortMessageHtmlLink":"added pagination and URL search"}},{"before":"a89351bd5ffc6ae1cb4ba465a0f95e86d825f3a6","after":"1279ecfc1273d0027c432ac349dd49ae4c5e8303","ref":"refs/heads/main","pushedAt":"2023-11-09T09:19:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"surendrapm","name":"surendra.oi","path":"/surendrapm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112800253?s=80&v=4"},"commit":{"message":"Checkpoint 1 - Created a database in the same region as your application code to reduce latency between your server and database.\nFetched data on the server with React Server Components. This allows you to keep expensive data fetches and logic on the server, reduces the client-side JavaScript bundle, and prevents your database secrets from being exposed to the client.\nUsed SQL to only fetch the data you needed, reducing the amount of data transferred for each request and the amount of JavaScript needed to transform the data in-memory.\nParallelize data fetching with JavaScript - where it made sense to do so.\nImplemented Streaming to prevent slow data requests from blocking your whole page, and to allow the user to start interacting with the UI without waiting for everything to load.\nMove data fetching down to the components that need it, thus isolating which parts of your routes should be dynamic in preparation for Partial Prerendering.","shortMessageHtmlLink":"Checkpoint 1 - Created a database in the same region as your applicat…"}},{"before":null,"after":"a89351bd5ffc6ae1cb4ba465a0f95e86d825f3a6","ref":"refs/heads/main","pushedAt":"2023-11-06T16:27:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"surendrapm","name":"surendra.oi","path":"/surendrapm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/112800253?s=80&v=4"},"commit":{"message":"craeted basic routes and navigation of dashboard app with UI","shortMessageHtmlLink":"craeted basic routes and navigation of dashboard app with UI"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADtwhDQAA","startCursor":null,"endCursor":null}},"title":"Activity · surendrapm/nextjs-dashboard"}