G2PRegistryConfiguration

g2p_registry_configuration

The g2p_registry_configurationarrow-up-right table stores the high-level configuration for a Registry instance. This configuration defines the identity and branding of the registry deployment, which is primarily used by the Registry Staff Portal.

A registry instance typically represents a domain-specific registry operated by a government department or organization, such as:

  • Farmer Registry operated by the Ministry of Agriculture

  • Household Registry operated by the Ministry of Social Welfare

  • Vehicle Registry operated by the Transport Department

The information stored in this table is used by the platform to display registry-level metadata and branding in the user interface.


Attributes

Attribute
Description

configuration_id

Primary key of the table. A UUID is used to uniquely identify the registry configuration.

registry_name

Defines the name of the registry instance. This typically represents the official name of the registry and the hosting organization. Example: Farmer Registry – Ministry of Agriculture. The registry name is displayed in the top header of the Registry Staff Portal.

registry_logo

A Base64-encoded image used as the logo for the registry instance. This is typically the logo of the hosting department or organization, and is displayed in the Registry Staff Portal UI.


Reference Implementation

Database scripts for g2p_registry_configuration for a Reference Farmer Registry are available herearrow-up-right.

Last updated

Was this helpful?