Skip to main content

Frontend Screen Configuration

In the Hexabase frontend, each element can be represented as:

Frontend component

  • Item:
  • Item: Equivalent to a record in a database.
  • Item Details: Item's
  • Action: Operation menu for the item. In addition to new, update, and delete, you can use status as a simple workflow and add your own operations.

Multiple pages can be created in a single program

By making good use of the Hexabase API, pages with many common elements can be consolidated into a single program. This is aimed towards standardizing simple page and is effective when used properly. However, it is not available for complex and business-specific page.

Common page