DEV Community

Cover image for Onboarding Continuity - Building SaaS #50
Matt Layman
Matt Layman

Posted on • Originally published at mattlayman.com

1

Onboarding Continuity - Building SaaS #50

In this episode, we stepped from the welcome onboarding page to the first interactive page in the flow. I extracted the common banner for each of the templates and customized it for each of the steps in the process.

The first thing we did was create a button on the starting page. The button connects the welcome page to the second step in the flow where the app will ask for information about the user's school year.

With the button in place, we created the new view to handle the school year form. Before getting into that form, I extracted the common onboarding banner into a template fragment.

I cleaned up the banner to change some of the styles and make the banner configurable so that each page can highlight the right segment in the flow.

To end the stream, we added the user interface elements for the school year page and will add the form in the next stream.

This article first appeared on mattlayman.com.

Image of Datadog

The Future of AI, LLMs, and Observability on Google Cloud

Datadog sat down with Google’s Director of AI to discuss the current and future states of AI, ML, and LLMs on Google Cloud. Discover 7 key insights for technical leaders, covering everything from upskilling teams to observability best practices

Learn More

Top comments (0)

Image of Datadog

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay