fix: update stale skill name references to match new naming convention
- README.md: update folder structure examples from old names
(generating-apex, generating-custom-object, generating-flow) to new
names (platform-apex-generate, platform-custom-object-generate,
automation-flow-generate)
- samples/AGENT.md (b2e + b2x): update using-ui-bundle-salesforce-data
to experience-ui-bundle-salesforce-data-access
chore: sync React B2E (1.120.6) & B2X (1.120.6) samples with lockfiles and gitignore
Add package-lock.json generation for uiBundle directories and .gitignore
writing to the sync scripts so they persist across syncs.
Co-authored-by: gbockus-sf <76090802+gbockus-sf@users.noreply.github.com>
@W-21861732 fix: convert native mobile rental tenant app README from RTF to Markdown
The README was accidentally saved in RTF format, causing rendering
issues. Stripped RTF formatting and restored plain Markdown.
Co-authored-by: gbockus-sf <76090802+gbockus-sf@users.noreply.github.com>
* W-21672186: Migrate mobile rental app to data providers and design tokens
* Update rental app home screen to use CamaDataService
Replace PortalService with CamaDataService and remove cama_dev namespace for all data providers in the home screen.
---------
Co-authored-by: gbockus-sf <76090802+gbockus-sf@users.noreply.github.com>
fix: use glob pattern in .gitignore to track sample lib/ folders
The lib/ negation rules had incorrect webapp folder names
(appreactsampleb2e/appreactsampleb2x instead of
propertymanagementapp/propertyrentalapp), causing the sample lib/
directories to remain git-ignored. Replaced with a simpler
!samples/**/lib/ glob that is resilient to future name changes.
Made-with: Cursor
* @W-21672186@ Update rentalApp metadata to latest version
Replace rentalApp digital experience folder with latest version:
- Rename app from Homestead to RentalApp
- Update login URL to use HTTPS
- Replace home screen with new homeScreen
- Add experience container definition
- Reformat language settings
* @W-21672186@ Fix radiusBorderCircle type from string to number
* @W-21672186@ Sync rentalApp screens with source of truth
- Rename calendar screen to calendarScreen
- Update homeScreen target and id to match source
chore: rename screen to screenAPIName in sample app metadata
Align sample app metadata with cama-app-metadata schema change (PR #14).
The screen key in tabs is now screenAPIName, reflecting that screen
metadata is delivered by the Delivery API using unique identifiers.