function updateHeaderHeight() {
        // Get the height of #brx-header
        const headerHeight = document.querySelector('#brx-header').offsetHeight;
          
        // Store the height in the CSS custom property --header-height
        document.documentElement.style.setProperty('--brxw-header-height', headerHeight + 'px');
    }

    // Execute the function as soon as the document is ready
    document.addEventListener('DOMContentLoaded', function() {
        updateHeaderHeight();  // Initial update of header height when the document is ready

        // Update the header height on window resize and orientation change
        window.addEventListener('resize', updateHeaderHeight);
        window.addEventListener('orientationchange', updateHeaderHeight);
});

A Digital Portal for Registering Community Mining Cooperatives

ClientGovernment of Ghana — rCOMSDEP
IndustryGovernment / Public Sector, Mining & Natural Resources
Services ProvidedWeb Portal & Mobile App Development, Registration & Database System, Government Digital Services
PlatformWeb (public-facing registration + government admin dashboard) & Mobile App (field officers registration of miners)

Title: Community Mining Operations Portal Case Study | Stimuluz Technologies

Description: Stimuluz Technologies built the rCOMSDEP Community Mining Operations Portal for the Government of Ghana, digitizing registration and oversight of community mining cooperatives.

Overview

Stimuluz Technologies developed the Community Mining Operations Portal for the Government of Ghana under rCOMSDEP, giving small-scale mining cooperatives a digital way to register and giving government oversight bodies a centralized system to track and manage them.

The Challenge

Community and small-scale mining cooperatives across Ghana had largely been registered and tracked through manual, paper-based processes, making it difficult for government agencies to maintain an accurate, up-to-date picture of who was operating, where, and under what compliance status. This lack of centralized data made it harder to support responsible mining practices and coordinate oversight across regions.

The Solution

Stimuluz built a two-sided web portal and mobile application: a public-facing registration interface where community mining cooperatives and their members can register, submit required documentation, and manage their profiles, and an administrative dashboard where government officials can review applications, track licensing and compliance status, and generate oversight reports across cooperatives nationwide. And an offline first mobile application field officers utilize for on field registration of miners.

Key Features

  • Offline first registration for community mining cooperatives and members by field officers
  • Online registration for community mining cooperatives and members
  • Document upload and verification (identification, land documentation, etc.)
  • Licensing and compliance status tracking
  • Centralized government admin dashboard
  • Search and filter of cooperatives by region, status, or registration date
  • Reporting and analytics for oversight bodies
  • Role-based access for registrars, administrators, and reviewing officers
  • Structured data capture to replace paper-based records

Results & Impact

The portal gave rCOMSDEP a centralized, digital record of community mining cooperatives in place of scattered paper files, making it easier for government agencies to track registration, monitor compliance, and support the broader push toward more responsible and better-regulated small-scale mining across the country.

Technology Approach

Secure web portal with role-based access control, structured database for cooperative and member records, document upload and verification workflow, and administrative reporting tools.