Fix: ToDo App Tutorial: Add missing footer example to the tutorial script using the same gradual approach#6408
Open
GrCOTE7 wants to merge 2 commits intoflet-dev:mainfrom
Open
Fix: ToDo App Tutorial: Add missing footer example to the tutorial script using the same gradual approach#6408GrCOTE7 wants to merge 2 commits intoflet-dev:mainfrom
GrCOTE7 wants to merge 2 commits intoflet-dev:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This Pull Request adds a complementary script to the existing tutorial example.
The documentation currently shows a footer in the screenshot, but the provided code sample does not generate it. This contribution introduces a minimal, incremental implementation of the footer so that the example fully matches the visual result shown in the tutorial.
The solution intentionally follows the same gradual learning approach used throughout the tutorial.
It does not rely on the more advanced reactive version of the Todo app (todo_reactive.py), ensuring consistency with the level of concepts introduced in the earlier steps.
This update improves clarity for new learners by aligning the code with the expected UI and keeping the technology and patterns strictly within the scope of the tutorial.
Test Code
# Test code for the review of this PRType of change
Checklist
Screenshots
Additional details
Summary by Sourcery
Align the tutorial todo app example with the documented UI by adding a footer-style task summary and controls, and improving basic interactions and app structure.
New Features:
Bug Fixes:
Enhancements: