Big Picture Hub

Unified Contractor Portal & SQL Data Consolidation.
Platform Dev
SQL Database
Big Picture Hub
Role:
Product Designer, Systems Designer and No-Code Developer
Tool used:
JetAdmin (No-Code) and SQL Database
01

Objective

Consolidate a fragmented set of internal applications into a single platform — replacing inconsistent, separately-licensed Microsoft tools with one shared database, one design standard, and one place for a globally distributed contractor base to work.

Audience

Agency contractors submitting data from different regions, and the internal data teams responsible for reporting and evaluation — two operational user groups with very different needs from the same system.

Design & Development Process

The agency ran on a scattered set of Microsoft PowerApps and SharePoint tools — no shared database, no consistent design standard, and per-seat licensing that made scaling expensive. The contractor base was globally distributed: each region needed to see only its own data, through forms structured for its own local requirements.

Before drawing a single screen, the real work was mapping the system — how data should be modelled once and reused everywhere, which fields depended on which, and what each user should and shouldn't be able to see. I rebuilt the platform on two foundations. The data layer became a shared SQL database — one source of truth in place of the disconnected SharePoint lists. The interface was built in the JetAdmin no-code environment, chosen specifically because it could sit on top of that SQL layer and handle the hard part: data-heavy entry forms with hierarchical, grouped, and dependent fields, conditional logic that changed the form's behaviour by region, and strict data segregation so contractors only ever saw what was theirs.

Designing this meant working through the states and edge cases explicitly — what a form shows when a region is missing a value, how a submission moves through review, what each role sees at each step. From there I layered in automated notifications to keep teams in sync as submissions moved through the system.

What began as a reporting tool grew well beyond it. Over time the Hub absorbed invoicing, evaluations, and a centralised support-ticket system, until it became the single entry point contractors and head office used for everything — the architecture held because the data model was built to extend from the start.

Outcomes & Achievements

  • Replaced a fragmented Microsoft ecosystem with a single internal platform — one source of truth for reporting, invoicing, evaluations, and support, extended over time without re-architecting.
  • Held strict data segregation by region across a global contractor base, so each team worked in its own localised view without compromising the shared structure underneath.
  • Modelled the data once in a shared SQL layer, so new modules could be added on top rather than rebuilt — the reason a reporting tool could grow into an operational hub.
  • Removed per-seat Microsoft licensing entirely and freed the platform from vendor lock-in — a direct consequence of the shared-database architecture, and what let it scale to a growing contractor base and to other clients.
  • In daily operational use across head office and a globally distributed contractor base, I wrote the task-by-task handover documentation that onboarded new users and transitioned the platform to the team running it.

The system behind the portal: how every operational request routed through one hub, and the data model — region, client and activity taxonomies — that drove the conditional, per-region forms.