{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":605391273,"defaultBranch":"main","name":"labanque","ownerLogin":"toutelabanque","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-02-23T03:42:27.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/130323507?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1677123750.1442502","currentOid":""},"activityList":{"items":[{"before":"1a0d398e21c2cb9d2e956d8b840b0572c1f31c60","after":"a784fd5893e2bda6ea8f6316feb73a3d6145607e","ref":"refs/heads/main","pushedAt":"2024-04-14T19:08:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xboxone08","name":"Medhansh Choudhury","path":"/xboxone08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70237427?s=80&v=4"},"commit":{"message":"Fixed Direct Transfer issue\n\n- Fixed bug where Direct Transfer would deduct money from your account when sending to a nonexistent account\n- Also added skeleton for future credit card payments in /charge/","shortMessageHtmlLink":"Fixed Direct Transfer issue"}},{"before":"24e581005accd6c1ddc6b38feb1fef71e91d3e3d","after":"1a0d398e21c2cb9d2e956d8b840b0572c1f31c60","ref":"refs/heads/main","pushedAt":"2024-04-14T17:05:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xboxone08","name":"Medhansh Choudhury","path":"/xboxone08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70237427?s=80&v=4"},"commit":{"message":"Fixed form validation to use cents","shortMessageHtmlLink":"Fixed form validation to use cents"}},{"before":"25bf9edf19ad2e3e662aaf3213f79a8ea4038fe2","after":"24e581005accd6c1ddc6b38feb1fef71e91d3e3d","ref":"refs/heads/main","pushedAt":"2024-04-14T16:16:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xboxone08","name":"Medhansh Choudhury","path":"/xboxone08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70237427?s=80&v=4"},"commit":{"message":"Backend changes\n\n- Server-side form validation to prevent payments under a cent.\n- Changed charge API to better support bouncing payments.","shortMessageHtmlLink":"Backend changes"}},{"before":"1742800c5d43a6f6bc1ac4dfea2e708f4a4e2cec","after":"25bf9edf19ad2e3e662aaf3213f79a8ea4038fe2","ref":"refs/heads/main","pushedAt":"2024-04-14T16:13:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xboxone08","name":"Medhansh Choudhury","path":"/xboxone08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70237427?s=80&v=4"},"commit":{"message":"Fixed rounding in templates","shortMessageHtmlLink":"Fixed rounding in templates"}},{"before":"9f8975794764d6899c2693bf3935a9f2238b3e50","after":"1742800c5d43a6f6bc1ac4dfea2e708f4a4e2cec","ref":"refs/heads/main","pushedAt":"2024-04-14T06:01:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xboxone08","name":"Medhansh Choudhury","path":"/xboxone08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70237427?s=80&v=4"},"commit":{"message":"Fixed sales tax\n\n- Fixed sales tax calculation to treat amount as already in cents\n- Changed Direct Transfers to not be taxable since they shouldn't be taxed as sales tax but rather income tax, which we can figure out *later* ;).","shortMessageHtmlLink":"Fixed sales tax"}},{"before":"60644341cbf6408368c1f31cc2a8f230fa07b716","after":"9f8975794764d6899c2693bf3935a9f2238b3e50","ref":"refs/heads/main","pushedAt":"2024-04-14T05:32:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xboxone08","name":"Medhansh Choudhury","path":"/xboxone08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70237427?s=80&v=4"},"commit":{"message":"Finished the switch from $ -> cents\n\nFixed some spots which were still behaving as if money was stored in dollars\nAlso:\n- Updated method of getting current time due to deprecation of `datetime.datetime.utcnow`\n- Updated SQLite schema to include necessary `INSERT`s.\n- Modified the index page a bit","shortMessageHtmlLink":"Finished the switch from $ -> cents"}},{"before":"0991adb2f53870abf5f44250f1b0fbc31bfe6135","after":"60644341cbf6408368c1f31cc2a8f230fa07b716","ref":"refs/heads/main","pushedAt":"2023-08-09T07:13:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xboxone08","name":"Medhansh Choudhury","path":"/xboxone08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70237427?s=80&v=4"},"commit":{"message":"One more missed conversion\n\n(Cent to dollar)","shortMessageHtmlLink":"One more missed conversion"}},{"before":"01834ec8c9eddc9d64c0985685e7f2c2773113a7","after":"0991adb2f53870abf5f44250f1b0fbc31bfe6135","ref":"refs/heads/main","pushedAt":"2023-08-09T07:07:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xboxone08","name":"Medhansh Choudhury","path":"/xboxone08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70237427?s=80&v=4"},"commit":{"message":"Bugfix\n\n- Fixed some missed cent-dollar conversions\n- Fixed weird error","shortMessageHtmlLink":"Bugfix"}},{"before":"b777abfe8ed0ef69b155cbc879b7cc1485a2f910","after":"01834ec8c9eddc9d64c0985685e7f2c2773113a7","ref":"refs/heads/main","pushedAt":"2023-07-30T00:02:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xboxone08","name":"Medhansh Choudhury","path":"/xboxone08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70237427?s=80&v=4"},"commit":{"message":"Stores balance in cents instead of dollars\n\nI hope I didn't miss anything","shortMessageHtmlLink":"Stores balance in cents instead of dollars"}},{"before":"94035838c33a05394363950a785079c9b174c22f","after":"b777abfe8ed0ef69b155cbc879b7cc1485a2f910","ref":"refs/heads/main","pushedAt":"2023-04-18T19:08:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xboxone08","name":"Medhansh Choudhury","path":"/xboxone08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70237427?s=80&v=4"},"commit":{"message":"Update db.schema","shortMessageHtmlLink":"Update db.schema"}},{"before":"f0190523b4990aadb3d72df0533f59bb67f17d2e","after":"94035838c33a05394363950a785079c9b174c22f","ref":"refs/heads/main","pushedAt":"2023-04-18T19:04:18.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"xboxone08","name":"Medhansh Choudhury","path":"/xboxone08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70237427?s=80&v=4"},"commit":{"message":"Merge branch 'main' of https://github.com/toutelabanque/labanque","shortMessageHtmlLink":"Merge branch 'main' of https://github.com/toutelabanque/labanque"}},{"before":"67220c8e5b47aa4694afb6f5be28add72569be9e","after":"f0190523b4990aadb3d72df0533f59bb67f17d2e","ref":"refs/heads/main","pushedAt":"2023-04-18T17:25:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xboxone08","name":"Medhansh Choudhury","path":"/xboxone08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70237427?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"9de753616e7b8785f2a1ace0a02f0f25f82b94d7","after":"67220c8e5b47aa4694afb6f5be28add72569be9e","ref":"refs/heads/main","pushedAt":"2023-04-18T17:22:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xboxone08","name":"Medhansh Choudhury","path":"/xboxone08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70237427?s=80&v=4"},"commit":{"message":"Delete db.sqlite","shortMessageHtmlLink":"Delete db.sqlite"}},{"before":"430d4d7c3ac477718f49144b397e3dd84995aeb1","after":"9de753616e7b8785f2a1ace0a02f0f25f82b94d7","ref":"refs/heads/main","pushedAt":"2023-04-18T17:20:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xboxone08","name":"Medhansh Choudhury","path":"/xboxone08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70237427?s=80&v=4"},"commit":{"message":"Another big update\n\n- Fixed three infinite money hacks\n * Rounding is soft now\n * Money to open account now comes from your checking, not thin air\n- /charge/ API uses PIN instead of password to work with L'EFTPOS (numpad only)\n- Enable and disable debit access on checking\n- Fixed sign up\n- Overdraft now bounces instead of draining account\n- Closing accounts added\n- Transferring money between accounts added\n- Added SQLite DB Schema instead of actual DB.","shortMessageHtmlLink":"Another big update"}},{"before":"5e3f3692acc02cade4620184c8047a81ad93793e","after":"430d4d7c3ac477718f49144b397e3dd84995aeb1","ref":"refs/heads/main","pushedAt":"2023-04-10T00:33:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xboxone08","name":"Medhansh Choudhury","path":"/xboxone08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70237427?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"d71a8fe2005a2e4c8f1133f91e53e1a48312a4f8","after":"5e3f3692acc02cade4620184c8047a81ad93793e","ref":"refs/heads/main","pushedAt":"2023-04-10T00:19:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xboxone08","name":"Medhansh Choudhury","path":"/xboxone08","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/70237427?s=80&v=4"},"commit":{"message":"Chunky update\n\n- Added Flask-Talisman for some security\n- Added Direct Transfer\n- Implemented Account Opening\n- Added Loan Application\n- Added Transaction History\n- Get Credit Card route for later\n- Redid `/charge/` route API stuff\n- Interest Rates and Credit Score\n- Fixed general DB stuff\n- Put id space in DB for persistence\n- JSON config for taxes and stuff\n- Docker stuff because fun\n- `requirements.txt`\n- EZ `run` from command line","shortMessageHtmlLink":"Chunky update"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEMFKaswA","startCursor":null,"endCursor":null}},"title":"Activity ยท toutelabanque/labanque"}