Skip to Content
Utils (small helpers)Overview

Utils (small helpers)

Path: hono-backend/src/utils/

Pure-ish functions with no HTTP and no business workflows (or only tiny shared ones).

FileWhat it helps with
dto.tsMap Mongoose docs → safe JSON for clients (toUserDTO, …)
localized-display-title.tsPick Hindi/English title from localized fields
yt-solution-url.tsBuild/parse YouTube solution links
yt-solution-stored.tsNormalize stored solution metadata
current-affairs-date.tsCA date keys / formatting
ca-local-datetime.tsIST-local datetime for CA
current-affairs-search-expand.tsExpand search terms for CA queries
india-study-calendar.tsExam calendar helpers (India)
nexus-entity-status.tsNexus editorial status enum helpers

If a function needs DB + rules, it belongs in services/, not here.

Last updated on