mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-03 19:11:02 +08:00
refactor: remove all Debate Arena feature code
Remove the entire AI Debate Arena module (~5,300 lines) to simplify the codebase. This removes the multi-AI debate trading decision system including backend engine, API handlers, database store, frontend page, navigation, translations, and documentation references.
This commit is contained in:
@@ -35,7 +35,7 @@ export interface FAQCategory {
|
||||
* 4. Trading - How trading works, common issues
|
||||
* 5. Technical Issues - Troubleshooting common problems
|
||||
* 6. Security - API keys, encryption, best practices
|
||||
* 7. Features - Strategy Studio, Backtest, Debate Arena
|
||||
* 7. Features - Strategy Studio, Backtest
|
||||
* 8. Contributing - How to contribute to the project
|
||||
*/
|
||||
export const faqCategories: FAQCategory[] = [
|
||||
@@ -299,11 +299,6 @@ export const faqCategories: FAQCategory[] = [
|
||||
questionKey: 'faqBacktestLab',
|
||||
answerKey: 'faqBacktestLabAnswer',
|
||||
},
|
||||
{
|
||||
id: 'debate-arena',
|
||||
questionKey: 'faqDebateArena',
|
||||
answerKey: 'faqDebateArenaAnswer',
|
||||
},
|
||||
{
|
||||
id: 'competition-mode',
|
||||
questionKey: 'faqCompetitionMode',
|
||||
|
||||
Reference in New Issue
Block a user