Accelerator · Fuuz package
ImperialUnits — Fuuz Imperial Units of Measure Package
Fuuz Package including all Imperial UoM and their conversions for your Fuuz Apps
A Fuuz package containing Imperial (US Customary) units of measure, unit types, and unit conversions for the Fuuz platform.
Description
ImperialUnits@1.0.0.fuuz is a Fuuz platform package that provides a complete set of Imperial-only units of measure for use in any Fuuz application. It seeds three core data models — UnitType, Unit, and UnitConversion — giving your application a US Customary / Imperial measurement system out of the box. This package excludes SI / metric units, making it ideal for environments that operate exclusively with the Imperial system.
Package Contents
| Data Model | Record Count | Description |
|---|---|---|
| UnitType | 17 | Imperial unit categories plus Amount, Currency, Frequency, and Time |
| Unit | 83 | Individual Imperial units of measure across all unit types |
| UnitConversion | 364 | Conversion factors between Imperial units within the same type |
Unit Types Included
| Category | Unit Type |
|---|---|
| Area | Area (Imperial) |
| Density | Density (Imperial) |
| Energy | Energy (Imperial) |
| Flow Rate | Flow Rate (Imperial) |
| Force | Force (Imperial) |
| Length | Length (Imperial) |
| Power | Power (Imperial) |
| Pressure | Pressure (Imperial) |
| Speed | Speed (Imperial) |
| Temperature | Temperature (Imperial) |
| Torque | Torque (Imperial) |
| Volume | Volume (Imperial) |
| Weight | Weight (Imperial) |
| Standalone | |
| Amount | Amount |
| Currency | Currency |
| Frequency | Frequency |
| Time | Time |
When to Use This Package
Use this package when:
- You are setting up a new Fuuz application that requires a standardized set of Imperial / US Customary units only.
- You operate in a region or industry that exclusively uses the Imperial system and do not need SI / metric units.
- You want a lighter-weight alternative to the full AllUnits package (83 units vs. 164, 364 conversions vs. 1,720).
- You want to replace the platform's default seed data with a comprehensive Imperial unit system.
How to Import
- Download the
ImperialUnits@1.0.0.fuuzfile from this repository. - Open your Fuuz application in the platform.
- Drag and drop the
.fuuzfile into the platform UI to import the package.
Before You Import — Deleting Existing Seed Data
The Fuuz platform seeds default UnitConversion, Unit, and UnitType records into new applications. These will conflict with the package import. You must delete the existing seed data first by running the GraphQL mutations provided in deleteSeededUnitData.graphql.
Mutations must be run in this order (foreign key dependencies):
deleteUnitConversion— Remove seeded unit conversions first (they reference Units).deleteUnit— Remove seeded units next (they reference UnitTypes).deleteUnitType— Remove seeded unit types last.
The deleteSeededUnitData.graphql file contains all three mutations pre-built with the default seeded record IDs.
Note: You may need to update the IDs in the mutations or add additional entries depending on your environment. If your application has had units modified, added, or removed since initial setup, the seeded record IDs may differ from the defaults provided.
Package Metadata
| Field | Value |
|---|---|
| Package Name | ImperialUnits |
| Version | 1.0.0 |
| Spec Version | 2.0.0 |
| Platform Version | 2026.2.1.782 |
| Publisher | fuuz |
Before you install
A Jump Start, Not A Finished Answer
An accelerator is a pre-built, configurable starting point that addresses the bulk of the common challenges in its domain. It is not intended to solve every possible variation off the shelf — requirements that fall outside it are expected and normal for the model, not a shortcoming of this one.
Standard
Delivered and working as-is. No configuration needed.
Configurable
A base capability you adapt with the platform's own no-code and low-code tools — screen builder, transforms, workflow rules, flow parameters — without professional services.
Custom development
Feasible on the platform but outside this accelerator's current scope. A scoped change through Fuuz or a certified partner.
Once installed, it is yours
Installation forks the flows, models and screens into your environment as your own copies. Later versions published against this accelerator do not propagate to you automatically — picking up a change means deliberately re-applying it.