Latest Updates

Documenting code, one commit at a time.

React

Improving Location Picker Accuracy in FNSM Portal

Introduction

The FNSM-2026-PORTAL/FNSM-Portal-Frontend project focuses on developing the user interface for the FNSM portal. Recent work has concentrated on refining the location picker component and eliminating hardcoded values to enhance flexibility and accuracy.

The Challenge

The initial implementation of the location picker suffered from a bug that affected its accuracy.

Read more

Centralized Routing Configuration in a Portal Backend

The FNSM-2026-PORTAL/FNSM-Portal-Backend project is undergoing changes to centralize and streamline routing configurations. This enhancement aims to improve maintainability and scalability of the application by consolidating route definitions.

The Problem: Scattered Route Definitions

Previously, route definitions might have been spread across different modules or files, making it difficult

Read more