30.1 Saving Draft vs. Publishing

For a new Bio Page, the builder offers Save Draft and Publish. Draft mode allows some required publication fields to remain incomplete. Publish mode requires a valid username, display name, and block array.

When editing an existing page, the main action is Update. The saved active state follows the submitted save mode.

30.2 Public Username

The public Bio Page route uses the saved username. Usernames may contain letters, numbers, periods, underscores, and hyphens and are limited to 80 characters.

PROS ensures the username is unique within the tenant. If necessary, the controller adjusts a requested base to produce a unique username.

30.3 Public URL

An active Bio Page is available through the PROS public route using the username. Use Copy link from the listing when you need the public URL.

30.4 Generate Matching Short Link

The Bio Page save request supports generate_short_link. When selected and no Short Link is already attached, PROS creates a Short Link whose destination is the public Bio Page.

The generated link uses the Bio display name as its title, a unique alias derived from the username, the tag bio-page, and an active state.

30.5 Generate Matching QR Code

The Bio Page can also generate a QR Code pointing directly to the public Bio Page URL. The generated QR is active, uses a code derived from bio- plus the username, and receives basic rounded-dot styling.

30.6 Linked Asset Updates

When a Bio Page with an existing linked Short Link is saved, PROS updates that Short Link title and destination to continue pointing to the current public Bio Page URL.

30.7 Listing Actions

  1. Copy link
  2. Preview
  3. Edit
  4. Analytics
  5. Delete

The listing also shows Published/Draft status and analytics summaries such as Last 7 days, Unique, Top country, and Top device.

30.8 Deleting a Bio Page

Select Delete and confirm Delete this bio page? This cannot be undone. Editors are explicitly prevented from deleting Bio Pages.

When deleting, PROS also handles an attached Short Link by changing its alias to a deleted-safe value and soft-deleting it, then marks the Bio Page inactive and changes the username before deleting the page. This helps release the public identifier for future use.

30.9 Bio Page View Tracking

When an active public Bio Page is opened, PROS increments the view count/last-viewed timestamp and records a bio_page_view Analytics event.

30.10 Publication Checklist

  1. Username is final and recognizable.
  2. Display name/headline/description are correct.
  3. Avatar and backgrounds load.
  4. Every Link Stack and Image Card destination works.
  5. Social links open the intended profiles.
  6. Page looks correct on mobile.
  7. Matching Short Link/QR are generated only when desired.
  8. Public page is active after publishing.
  9. Analytics begins recording real views.
Write Your Comment