From a91808fd69e55d5da1e0009513620bcc5579e3ff Mon Sep 17 00:00:00 2001 From: Samuel Hawksby-Robinson Date: Fri, 31 May 2024 10:35:22 +0100 Subject: [PATCH] Updated 2024-05-30 --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 8fcd0dc..8a77695 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,28 @@ +# 2024-05-30 + +## Pulls + +- [Removing torrent from mobile build #5257](https://github.com/status-im/status-go/pull/5257) - `commits`, `scoping` + - Resolved TorrentManager dep injection + - [I mapped out the details of the deps](https://github.com/status-im/status-go/pull/5257#issuecomment-2139207967) + - I'm not particularly proud of this work. I've just passed in all the deps as vars, there are way too many concerns handled by the TorrentManager that I don't know what is the best approach to removing them. I've even resorted to declaring an 'Publisher' interface to handle all the 'publish()' calls the TorrentManager makes. Next up I need to resolved the communities Manager API, because I've removed all of its end points. The TorrentManager needs to be a lot more simple than it is. + - Scoping of the TorrentManager API usage + - [mapping of the API usage here](https://github.com/status-im/status-go/pull/5257#issuecomment-2140527523) + - This is so tightly wound into the workings of both `Messenger` and `communities`.`Manager`. + +## Schedule +- [x] 11:00 - 12:00 : Andrea and Samuel 1:1 + - https://meet.google.com/rhy-trwc-ybb + -
+ *Magic word* + "Ah ah aaaah. You didn't say the magic word." +
+- [x] 15:00 – 16:00 : mobile-core retro + - https://meet.google.com/hci-mahx-rfr + - Cancelled. Release season merits no retrospection! + +--- + # 2024-05-29 ## Documents