Pending Development Tasks¶
Some items from the development schedule remain outstanding. The notes below outline recommended steps for completing them.
Interactive Cloud Triangle lesson¶
- Design interactive plots using libraries such as Plotly or Altair to illustrate the Cloud Triangle concept.
- Host the interactive components as standalone HTML or within Jupyter notebooks and integrate them into the documentation with
mkdocs-jupyter
or embedded iframes. - Provide explanatory text and data sources alongside the interactive elements.
- Link the lesson to the existing Cloud Triangle overview and examples pages.
Further automation¶
- Enhance
scripts/update_dev_schedule.py
to fetch issue titles and status directly from the GitHub API. - Extend the script to update the timeline table in
docs/dev-schedule.md
for a fully automated roadmap.
Running python scripts/update_dev_schedule.py
will rebuild the upcoming task list and planned Gantt section from docs/upcoming_tasks.yaml
.