Skip to content

Make usage of constants uniform in app #467

@ri-pandey

Description

@ri-pandey

Bioloop has files that are supposed to contain constants.

  • ui/src/constants.js
  • api/src/constants.js

Currently, these are invoked via different names in the code - either Constants, or constants. We should settle on a uniform invocation. Constants would be better since it signals that the object is not mutable, and it provides a central source of truth.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions