Externalize position constants to shared enum #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Strings "upstream", "downstream", "atEquipment" are hardcoded across 12+ files, with case sensitivity issues (atEquipment vs atequipment).
Current state
✅ POSITIONS constant created in generalFunctions/src/constants/positions.js
✅ Exported from generalFunctions/index.js
Remaining work