WIMS Safety
BusinessProductivity

WIMS Safety

HanmiGlobal · released 19 May 2026 · Open in App Store ↗

Revenue 30d not estimated
Downloads 30d not estimated
Rating no reviews

No in-app products collected for this app.

Rating
Australia<1%0
Brunei Darussalam<1%0
Bhutan<1%0
Canada<1%0
China<1%0
Micronesia<1%0
Hong Kong<1%0
Indonesia<1%0
Japan<1%0
Cambodia<1%0

The store shows a different set in every country

Description

Overview

WIMS Safety is a construction-industry productivity application that digitalizes safety management and work-history recording on construction sites. The system is operated by HanmiGlobal, a Korea-based construction management (CM) firm, and is designed for construction professionals — including field workers, CM inspectors, contractors, and project owners — who participate in registered construction projects. The app provides role-specific interfaces so that each user sees only the features relevant to their role on site. Account credentials are issued by the operating organization to ensure that work and inspection records are tied to verified site personnel.

1. Key Features

Daily Work Registration

Workers create a daily work card at the start of their shift by entering the project, work location, and task details. Co-workers can be invited to share the card so that a group of workers is logged together.

CM Inspection & NFC Verification

Site managers (CM) view the list of active work in real time and record inspection results. At the time of inspection, the CM scans the worker's pre-registered NFC tag to create a tamper-resistant record that an in-person inspection occurred on site.

Contractor & Owner Monitoring (Read-Only)

Contractors and project owners view the same real-time work information as the CM in read-only mode, allowing them to monitor site conditions securely without modifying any data.

Master Administration

Master administrators manage projects, buildings, companies, users, and NFC tag registrations, and can export system data for operational reporting.

2. Role-Based Access Control (RBAC)

The app enforces five role tiers — Technician (worker), Constructor (contractor), PM (CM inspector), Owner (project owner), and Master (system administrator) — to ensure data security and least-privilege information access.

3. Real-Time Synchronization

The app uses Firebase Cloud Firestore real-time streams. When one user updates a record, all other users' screens reflect the change immediately, without manual refresh.

4. NFC Usage

4.1. Important — NFC Is Not Used for Authentication or Login

NFC tags are used solely as an anti-tampering verification mechanism in two specific workflows:

(a) Work Registration — a worker associates their pre-issued NFC tag with a daily work card to prove physical presence on the construction site.

(b) Inspection Verification — a CM scans the worker's NFC tag to record that an in-person inspection took place.

All NFC tags must be pre-registered to a whitelist (the nfc_registry collection in Firestore) by a Master administrator. Tags that are not on the whitelist are rejected by the app. WIMS Safety does not read arbitrary NFC tags from the public environment, and NFC is never used to authenticate users, unlock content, or replace passwords.

4.2. Why NFC Is Required (Industry Context)

Construction sites have specific constraints that make NFC the most reliable verification method:

Workers wear gloves, which makes touchscreen-based QR-code scanning unreliable.

Outdoor lighting (direct sunlight, low light, glare) frequently causes camera-based QR scanning to fail.

Paper QR codes can be photocopied and reused; NFC tags can be cryptographically bound to a specific worker, preventing fraud.

Construction environments involve dust, moisture, and surface contamination, which degrade printed codes but have minimal effect on embedded NFC tags.

For these reasons, NFC was chosen over QR or camera-based alternatives. The use is limited, purpose-specific, and tied to verified site personnel.