edehr/edehr

Implement a file-naming convention that is safe

開放

#1,083 建立於 2023年5月4日

 (1 則留言) (0 個反應) (0 位負責人)JavaScript (11 個分叉)auto 404
front-endgood first issuehelp wanted

倉庫指標

星標
 (14 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Currently on ehr-utils.js, we have a function called makeSafeFileName which needs to be implemented in a way that doesn't break the build.

Previously (as you can see it commented out currently), we used to implement filenamify to handle this, but this implementation was breaking the build.

With that in mind, the task at hand is to create a new implementation (or re-implement filenamify) in a way that won't break the build. We encorage using conventions that are easy to read and understand at first glance.

貢獻者指南