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:
tinkle-community
2026-03-11 17:32:41 +08:00
parent 5b82b51b17
commit 94ef009bb5
23 changed files with 22 additions and 5439 deletions

View File

@@ -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',