Skip to content

Rename launchpad classes to include "_app_" in class name#648

Merged
oblomov-dev merged 2 commits into
standardfrom
claude/rename-sample-apps-kpvry0
Jul 10, 2026
Merged

Rename launchpad classes to include "_app_" in class name#648
oblomov-dev merged 2 commits into
standardfrom
claude/rename-sample-apps-kpvry0

Conversation

@oblomov-dev

Copy link
Copy Markdown
Member

Summary

Rename the two launchpad app classes to follow a more explicit naming convention by inserting _app_ into their class names, improving clarity and consistency across the codebase.

Changes

  • Class renames:

    • z2ui5_cl_sample_000z2ui5_cl_sample_app_000 (extended samples launchpad in src/01)
    • z2ui5_cl_sample_001z2ui5_cl_sample_app_001 (restricted samples launchpad in src/00)
  • Updated all references to the renamed classes:

    • Class definitions and implementations in both .clas.abap files
    • Class metadata in .clas.xml files
    • Cross-references between launchpads (navigation URLs)
    • Script configuration in generate-launchpad.js
    • Documentation in AGENTS.md (all references to old class names updated)

Implementation Details

  • Both launchpad classes maintain their original functionality and structure
  • Navigation between launchpads continues to work via updated URL parameters
  • The generation script correctly maps source areas to their respective launchpad files
  • All documentation has been updated to reflect the new naming convention

https://claude.ai/code/session_01LrT22ghP1az6CmxKPoTHTn

claude and others added 2 commits July 10, 2026 13:36
Rename the two launchpad classes z2ui5_cl_sample_000 -> z2ui5_cl_sample_app_000
and z2ui5_cl_sample_001 -> z2ui5_cl_sample_app_001. Update the class files
(definition, implementation, CLSNAME), the cross-links between the two
launchpads, the generator TARGETS in scripts/generate-launchpad.js and the
references in AGENTS.md.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LrT22ghP1az6CmxKPoTHTn
@oblomov-dev oblomov-dev merged commit cd44bbb into standard Jul 10, 2026
5 checks passed
@oblomov-dev oblomov-dev deleted the claude/rename-sample-apps-kpvry0 branch July 10, 2026 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants