From 16e759abc68520f0c64b6c532618d4461717ace7 Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Wed, 6 Dec 2023 13:19:16 +0800 Subject: [PATCH] docs: update todos --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 081cfa3d..c8262c27 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,10 @@ AutoDev [#54](https://github.com/unit-mesh/auto-dev/issues/56) - [x] Long Parameters, Long Method, LARGE_CLASS - [ ] Todo: Rewrite If, Switch logic - [x] Estimation from [ArchGuard](https://github.com/archguard/archguard) -- [ ] ArchGuard Governance: [Rule Linter](https://archguard.org/governance) - - [ ] SQL - - [ ] Test SQL +- [ ] MVC architecture Governance: [Rule Linter](https://archguard.org/governance) + - [ ] Controller -> API Rule + Bad Smell + - [ ] Service -> Service Rule + Bad Smell + - [ ] Repository -> HTTP API Rule - [ ] ArchGuard CodeDB OO Metrics: [CodeDB](https://github.com/archguard/codedb) ### Code Picker