Skip to content

Commit 4f2fa86

Browse files
committed
feat(docs): Update coding standards to clarify database storage guidelines
1 parent 3f80d2e commit 4f2fa86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/skills/code-standards/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ description: NetAlertX coding standards and conventions. Use this when writing c
1313
- follow DRY principle - maintainability of code is more important than speed of implementation
1414
- code files should be less than 500 LOC for better maintainability
1515
- DB columns must not contain underscores, use camelCase instead (e.g., deviceInstanceId, not device_instance_id)
16+
- treat DB as temporary storage for stats, long term configuration should be stored in the /config folder, the /config folder should allow you to restore most of your functionality (excluding historical data)
1617

1718
## File Length
1819

0 commit comments

Comments
 (0)