SuperNimbusKnowledge Base

Feature Implementation

Introduction

In a real-world situation, we would start with requirements or use cases for the dashboard.

For example:

  1. Search player records by Email and Username
  2. Filter player records by login date
  3. Delete player records
  4. Display player data
  5. Edit player data
  6. Send emails to players

This tutorial will go through the development process of implementing these use cases, introducing the various elements of a Retool application as we proceed.

First, we will look at basic components.

Jump to section