My Seventh Week of GSoC #week7 #mss
What I Did This Week:
This week, I implemented several new features in the Multiple Flightpath Widget:
Line Thickness: Added options to increase or decrease line thickness.
Line Transparency: Implemented adjustable transparency for lines.
Line Style: Provided various line styles for plots.
Check All Operations: Introduced a feature to check all flight operations with a single click.
New Color Palette: Integrated a new color palette for different widgets and implemented a mechanism that automatically assigns different random colors to flight tracks, which were previously only blue by default.
Where I Got Stuck:
I encountered difficulties in implementing synchronization between the options in the top view and the Multiple Flightpath Widget. I need a better understanding of how the Multiple Flightpath Widget works to write the synchronization code effectively.
What's Coming Next Week:
I am almost done with this widget. Once I write the synchronization code, my current PR should be ready for merging. If this is completed before the week ends, I will move on to implementing a regex filter feature using the re module.