GSoC 2023: Week 9
This article is a summary of all the changes made on Automated Gentoo System Updater project during week 9 of GSoC. Project is hosted on GitHub, blog post can be also found on Gentoo Blogs Progress on Week 9 This week, much of my time was devoted to improving Dart and Flutter skills, preparing to develop the mobile app and researching app architecture. I have made some gentoo_update code improvements as well: Parse update log into dataclass instead of a dictionary. Remove y/n option for CLI flags, now if the flag is present it automatically means y Read multiple mount point disk usage stats, instead of just / Simplify package info parsing by replacing complex regular expressions with string splitting Challenges It was very challenging to create a suitable app architecture, and this task is still not 100% complete. ...