Miloš refactored the event system, enhancing functionality but spent 40% of time on existing tests.
Avinash dealt with a 2-day electricity outage but continued work using a 55-inch curved monitor setup after LASIK surgery.
Introduced Event Registry and separate Event Emitter, requiring event registration to avoid random emissions.
Plugins can now add/remove their own handlers as flight start handler moved to the plugin system.
Identified a duplication issue causing callbacks to load three times when plugins are loaded on multiple workers.
Technical documentation lacks clarity for newcomers, requiring a dedicated architecture page with visual diagrams.
Successful implementation of a 360 video player faced challenges with component syntax causing re-rendering loops.
Five merge requests are ready for review, with delays attributed to UI issues related to the 360 player.
Streaming architecture discussions favored HTTP endpoint approach for simplicity over WebSocket binary streaming.
Task division agreed: Miloš to focus on file writing, Avinash on data parsing, with streaming implementation as a major hurdle.