{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":701623168,"defaultBranch":"master","name":"Nerxeas","ownerLogin":"Aokiri","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-10-07T04:56:21.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/62292670?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1696654584.0","currentOid":""},"activityList":{"items":[{"before":"adfe4bca3efe1fc4d89785151e90271aef50cc9d","after":"454a432f471f1339eed1df03d5bc2968da123e07","ref":"refs/heads/master","pushedAt":"2023-11-29T23:13:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Aokiri","name":"Alan Dominguez","path":"/Aokiri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62292670?s=80&v=4"},"commit":{"message":"Implemented 133 changes\nAdded and implemented ShoppingCart and Application models and repository to UnitOfWork","shortMessageHtmlLink":"Implemented 133 changes"}},{"before":"7a58bab7d13af578424d1e09923917cd8e6e6431","after":"adfe4bca3efe1fc4d89785151e90271aef50cc9d","ref":"refs/heads/master","pushedAt":"2023-11-29T10:09:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Aokiri","name":"Alan Dominguez","path":"/Aokiri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62292670?s=80&v=4"},"commit":{"message":"Implemented 129 changes\nAdded a Migration to add Company in ApplicationUser","shortMessageHtmlLink":"Implemented 129 changes"}},{"before":"88aa23f22ac2be437cf1f13c55ee8f663c04b9bc","after":"7a58bab7d13af578424d1e09923917cd8e6e6431","ref":"refs/heads/master","pushedAt":"2023-11-27T00:09:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Aokiri","name":"Alan Dominguez","path":"/Aokiri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62292670?s=80&v=4"},"commit":{"message":"Implemented 127 changes\nAdded all the Company logic and implementations, including the views","shortMessageHtmlLink":"Implemented 127 changes"}},{"before":"d8b38d0e13637255a15d02e65eb9a2ea5cbaa46b","after":"88aa23f22ac2be437cf1f13c55ee8f663c04b9bc","ref":"refs/heads/master","pushedAt":"2023-11-26T20:36:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Aokiri","name":"Alan Dominguez","path":"/Aokiri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62292670?s=80&v=4"},"commit":{"message":"Implemented 124 changes\nIntroduced identity manager roles\nRevamped Identity UI (Login, Register, Manage Profile)\nUpdated the ApplicationUser model with a focus on the Name property.","shortMessageHtmlLink":"Implemented 124 changes"}},{"before":"85b3cc4210d1eab3a47d87c470b5c5f1b50c6010","after":"d8b38d0e13637255a15d02e65eb9a2ea5cbaa46b","ref":"refs/heads/master","pushedAt":"2023-11-23T17:27:09.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Aokiri","name":"Alan Dominguez","path":"/Aokiri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62292670?s=80&v=4"},"commit":{"message":"Merge branch 'master' of https://github.com/Aokiri/Nerxeas","shortMessageHtmlLink":"Merge branch 'master' of https://github.com/Aokiri/Nerxeas"}},{"before":"b70cbc125bf6909bfa554c707fdbdcedcae303d3","after":"85b3cc4210d1eab3a47d87c470b5c5f1b50c6010","ref":"refs/heads/master","pushedAt":"2023-10-25T18:05:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Aokiri","name":"Alan Dominguez","path":"/Aokiri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62292670?s=80&v=4"},"commit":{"message":"Create README.md","shortMessageHtmlLink":"Create README.md"}},{"before":"1d2011f7c9c5c51cc5308658f27efc645f9de2ef","after":"b70cbc125bf6909bfa554c707fdbdcedcae303d3","ref":"refs/heads/master","pushedAt":"2023-10-22T11:04:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Aokiri","name":"Alan Dominguez","path":"/Aokiri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62292670?s=80&v=4"},"commit":{"message":"Added 116 new features since start\nCreated ApplicationUser model and added it to CreateUser() method on RegisterModel from Identity.\nAdded RazorPages and MapingRazorPages into Program.cs to afford the use of Identity.\n\nTODO> Continue with Identity features and finish the Details View features as well.","shortMessageHtmlLink":"Added 116 new features since start"}},{"before":"518392ed290a1cde8e3ec4a95bef4b14c9e3a5d4","after":"1d2011f7c9c5c51cc5308658f27efc645f9de2ef","ref":"refs/heads/master","pushedAt":"2023-10-21T21:40:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Aokiri","name":"Alan Dominguez","path":"/Aokiri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62292670?s=80&v=4"},"commit":{"message":"Added 112 new features since start\nAdded the Scaffolding Identity from ASP.NET and configured it a little bit.\nAdded Authentication and removed (temporal) Email confirming to the project.\n\nTODO> Continue with Identity features and finish the Details View features as well.","shortMessageHtmlLink":"Added 112 new features since start"}},{"before":"344b3a33450f41f4261b7eecd7a388ac7a249763","after":"518392ed290a1cde8e3ec4a95bef4b14c9e3a5d4","ref":"refs/heads/master","pushedAt":"2023-10-21T21:10:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Aokiri","name":"Alan Dominguez","path":"/Aokiri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62292670?s=80&v=4"},"commit":{"message":"Added 110 new features since start\nAdded the Scaffolding Identity from ASP.NET.\n\nTODO> Continue with Identity features and finish the Details View features as well.","shortMessageHtmlLink":"Added 110 new features since start"}},{"before":"ed9e2b1ee6a02a626967541092309897bce9c0fc","after":"344b3a33450f41f4261b7eecd7a388ac7a249763","ref":"refs/heads/master","pushedAt":"2023-10-21T20:18:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Aokiri","name":"Alan Dominguez","path":"/Aokiri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62292670?s=80&v=4"},"commit":{"message":"Added 109 new features since start\nCreated a Details action and View.\n\nTODO> Add Identity features and finish the Details View features as well.","shortMessageHtmlLink":"Added 109 new features since start"}},{"before":"14d934ecd8963d83e9d6bebc849dd04c51b884c8","after":"ed9e2b1ee6a02a626967541092309897bce9c0fc","ref":"refs/heads/master","pushedAt":"2023-10-21T09:30:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Aokiri","name":"Alan Dominguez","path":"/Aokiri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62292670?s=80&v=4"},"commit":{"message":"Added 106 new features since start.\nAdded product.js and configured some functionalities on it.\nCreated the Delete action into ProductController\nRemoved the previous Delete action and Delete View.\nAdded SweetAlerts2 to the project, so we can confirm and everything.\nUsed some Ajax in the product.js\n\nTODO> Work on the Home Page","shortMessageHtmlLink":"Added 106 new features since start."}},{"before":"a9872532cd447bbd8774638972f8d727c6c161bc","after":"14d934ecd8963d83e9d6bebc849dd04c51b884c8","ref":"refs/heads/master","pushedAt":"2023-10-20T16:18:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Aokiri","name":"Alan Dominguez","path":"/Aokiri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62292670?s=80&v=4"},"commit":{"message":"Added 101 new features since start.\nAdded DataTables to ProductController\nAdded some explainations about EFCore into Product Models.\nWorked on Img Function.\nTODO> Load DataTables.","shortMessageHtmlLink":"Added 101 new features since start."}},{"before":"9bd357aab396113af309ab87a1d4726e41edcbb2","after":"a9872532cd447bbd8774638972f8d727c6c161bc","ref":"refs/heads/master","pushedAt":"2023-10-19T09:50:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Aokiri","name":"Alan Dominguez","path":"/Aokiri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62292670?s=80&v=4"},"commit":{"message":"Added 95 new features since start.\nMerged Create and Edit into Upsert.\nAdded TinyMCR for text edition into my Description editor from Product form.\nTODO> Work into the IMG upload function.","shortMessageHtmlLink":"Added 95 new features since start."}},{"before":"8579a8259676e4d18c53f5caa4d11f2127e21a1e","after":"9bd357aab396113af309ab87a1d4726e41edcbb2","ref":"refs/heads/master","pushedAt":"2023-10-15T19:02:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Aokiri","name":"Alan Dominguez","path":"/Aokiri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62292670?s=80&v=4"},"commit":{"message":"Added 93 new features since start.\nCreated Product ViewModel and Projected CategoryId List into the create Project.\nCreated a file uploader for ProductVM / ImageUrl\nTODO> Work on Combine, Create and Edit pages.","shortMessageHtmlLink":"Added 93 new features since start."}},{"before":"887c20e19d276f771cb68fc2dbf60a77dddd3c96","after":"8579a8259676e4d18c53f5caa4d11f2127e21a1e","ref":"refs/heads/master","pushedAt":"2023-10-14T10:48:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Aokiri","name":"Alan Dominguez","path":"/Aokiri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62292670?s=80&v=4"},"commit":{"message":"Added 87 new features since start.\nCreated Product Model, View and Controller.\nCreated a Foreign Key between Product and Category.\nTODO> Add Image Url Column and Test some projections in EFCore.","shortMessageHtmlLink":"Added 87 new features since start."}},{"before":"ed2e0a6ac4db6064fdaedc4da7e001288ff1ebb6","after":"887c20e19d276f771cb68fc2dbf60a77dddd3c96","ref":"refs/heads/master","pushedAt":"2023-10-13T21:28:23.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Aokiri","name":"Alan Dominguez","path":"/Aokiri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62292670?s=80&v=4"},"commit":{"message":"Added 81 new features since start.","shortMessageHtmlLink":"Added 81 new features since start."}},{"before":"65e8ab7045eca2cd5f73f3d1e27e5db92bad8e34","after":"ed2e0a6ac4db6064fdaedc4da7e001288ff1ebb6","ref":"refs/heads/master","pushedAt":"2023-10-12T22:57:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Aokiri","name":"Alan Dominguez","path":"/Aokiri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62292670?s=80&v=4"},"commit":{"message":"Added 69 changes since start.\nUpdated the site UI\nAdapted the N-Tier Architecture to the project.\nTODO> Try to apply some Repository Pattern.","shortMessageHtmlLink":"Added 69 changes since start."}},{"before":"f61caad1ea59cb018f8c353fb5d39ffec2215816","after":"65e8ab7045eca2cd5f73f3d1e27e5db92bad8e34","ref":"refs/heads/master","pushedAt":"2023-10-11T14:56:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Aokiri","name":"Alan Dominguez","path":"/Aokiri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62292670?s=80&v=4"},"commit":{"message":"Deleted Razor Proyect [TEST]","shortMessageHtmlLink":"Deleted Razor Proyect [TEST]"}},{"before":"83e1895b57ef35d2a20226b3cbbffb7c29a5a23f","after":"f61caad1ea59cb018f8c353fb5d39ffec2215816","ref":"refs/heads/master","pushedAt":"2023-10-11T11:52:48.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Aokiri","name":"Alan Dominguez","path":"/Aokiri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62292670?s=80&v=4"},"commit":{"message":"Merged (Updates)\nAdded 65 changes since start.\nTested with Razor Pages.\nTODO> Modify the page style.","shortMessageHtmlLink":"Merged (Updates)"}},{"before":"1bc6582414b5350420079d56905a6978c47f9e8e","after":"83e1895b57ef35d2a20226b3cbbffb7c29a5a23f","ref":"refs/heads/master","pushedAt":"2023-10-09T00:45:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Aokiri","name":"Alan Dominguez","path":"/Aokiri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62292670?s=80&v=4"},"commit":{"message":"Added 54 new changes from start.\nFinished the CRUD Operators, also added some documentation into the code.\nAdded Toastr for global notifications.\nTODO> Rearrange the Edit/Delete Buttons in Category section.","shortMessageHtmlLink":"Added 54 new changes from start."}},{"before":"89de71b069ae4614183f9c804b47e1b4d6679457","after":"1bc6582414b5350420079d56905a6978c47f9e8e","ref":"refs/heads/master","pushedAt":"2023-10-08T10:29:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Aokiri","name":"Alan Dominguez","path":"/Aokiri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62292670?s=80&v=4"},"commit":{"message":"Added 46 new changes from start.\nAdded more features like the Category Add button and section,\nHandled some server-side and client-side validations with ASP.NET\nTODO> Add Edit and Delete actions to the Category controller, and rearrange the Edit/Delete Buttons in Category section.","shortMessageHtmlLink":"Added 46 new changes from start."}},{"before":"d2d455147e34bc998536647091da61e5d85a6cf1","after":"89de71b069ae4614183f9c804b47e1b4d6679457","ref":"refs/heads/master","pushedAt":"2023-10-07T12:15:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Aokiri","name":"Alan Dominguez","path":"/Aokiri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62292670?s=80&v=4"},"commit":{"message":"Added 37 new features.\nAdded DbContext, new css theme, the category view and table...\nTODO> Get the footer text a little bit brighter.","shortMessageHtmlLink":"Added 37 new features."}},{"before":null,"after":"d2d455147e34bc998536647091da61e5d85a6cf1","ref":"refs/heads/master","pushedAt":"2023-10-07T04:56:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Aokiri","name":"Alan Dominguez","path":"/Aokiri","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/62292670?s=80&v=4"},"commit":{"message":"Agregar archivos de proyecto.","shortMessageHtmlLink":"Agregar archivos de proyecto."}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADu2hCNAA","startCursor":null,"endCursor":null}},"title":"Activity ยท Aokiri/Nerxeas"}