Add comprehensive full example tutorial and reorganize getting started docs - #90
Merged
Conversation
Rename Expert, More to Beyond Basics
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.
Summary
This PR adds a complete end-to-end tutorial demonstrating a realistic abap2UI5 application, reorganizes the getting started documentation structure, and enhances existing docs with clarifications on lifecycle patterns and binding requirements.
Key Changes
New Documentation:
docs/get_started/full_example.md— a comprehensive walkthrough of a complete sales-order management app covering:Documentation Reorganization:
samples.mdpage intonext.mdas a discovery sectionsamples.mdand experimental feature pages (drag_drop.md,smart_control.md)Enhanced Existing Documentation:
lifecycle.mddocumenting three critical patterns:view_display()is calledcheck_on_event()fires once per roundtripbinding.mdwith warning about public attribute requirement for bindingdefinition.mdexplaining:hello_world.mddocumenting Ctrl+F12 source viewer/get_started/samplesto/get_started/next#sample-appsNotable Implementation Details
popup_display(), closing withpopup_destroy(), while main view persistsCASE abap_trueandcheck_on_event()https://claude.ai/code/session_01Egr9sbJJ944KALJbdahgBG