You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/skills/code-standards/SKILL.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ description: NetAlertX coding standards and conventions. Use this when writing c
13
13
- follow DRY principle - maintainability of code is more important than speed of implementation
14
14
- code files should be less than 500 LOC for better maintainability
15
15
- 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)
0 commit comments