Hello everyone!
Here is my report for the 7th week.
Week 8 Wrap-Up:
Added 2 ways to send the update report - IRC bot and email.
IRC bot was implemented using Python's sockets modules
using only standard library.
And emails right can be send using SendGrids API key. I am
also working on adding support for email relay, like postifx,
but there are some challenges that I haven't overcome yet.
Week 9 Plan:
This week, I aim to start working on the web app’s architecture and design,
while also implementing key code enhancements.
These include extending the logger to cover all program components,
refactoring the report from a dictionary to a Python object such as a dataclass,
and streamlining how gentoo_updater accepts its CLI flags to reduce redundancy.