mirror of
https://github.com/tiennm99/miti99bot.git
synced 2026-04-17 15:20:58 +00:00
docs: update all docs to reflect current trading module state
Trading module now VN stocks only with dynamic symbol resolution. Update test counts (105), remove crypto/gold/forex references from project-level docs, update architecture file tree descriptions.
This commit is contained in:
@@ -33,7 +33,7 @@ Run `npm run format` before committing.
|
||||
- **Files:** lowercase, hyphens for multi-word (`stats-handler.js`, `fake-kv-namespace.js`)
|
||||
- **Directories:** lowercase, single word preferred (`trading/`, `util/`)
|
||||
- **Functions/variables:** camelCase
|
||||
- **Constants:** UPPER_SNAKE_CASE for frozen config objects (`SYMBOLS`, `CURRENCIES`)
|
||||
- **Constants:** UPPER_SNAKE_CASE for frozen config objects (e.g. `CURRENCIES`)
|
||||
- **Command names:** lowercase + digits + underscore, 1-32 chars, no leading slash
|
||||
|
||||
## Module Conventions
|
||||
|
||||
Reference in New Issue
Block a user