diff --git a/JQHTML_LOADING_PATTERN_RESEARCH_REPORT.md b/JQHTML_LOADING_PATTERN_RESEARCH_REPORT.md index f8c4ffbea..499078eff 100755 --- a/JQHTML_LOADING_PATTERN_RESEARCH_REPORT.md +++ b/JQHTML_LOADING_PATTERN_RESEARCH_REPORT.md @@ -39,7 +39,7 @@ The user (framework creator) observed the implementation and provided corrective **JavaScript:** ```javascript -class Contacts_DataGrid extends Jqhtml_Component { +class Contacts_DataGrid extends Component { async on_load() { // ❌ WRONG: Setting loading state at START this.data.state = {loading: true}; @@ -76,7 +76,7 @@ class Contacts_DataGrid extends Jqhtml_Component { **JavaScript:** ```javascript -class Contacts_DataGrid extends Jqhtml_Component { +class Contacts_DataGrid extends Component { async on_load() { // ✅ CORRECT: NO loading flags at start // ✅ CORRECT: NO manual this.render() calls diff --git a/app/RSpade/Core/Route/.placeholder b/app/Models/.placeholder similarity index 100% rename from app/RSpade/Core/Route/.placeholder rename to app/Models/.placeholder diff --git a/app/Models/FlashAlert.php b/app/Models/FlashAlert.php deleted file mode 100755 index 9e6ed92bd..000000000 --- a/app/Models/FlashAlert.php +++ /dev/null @@ -1,40 +0,0 @@ - 'datetime', - 'updated_at' => 'datetime', - ]; -} \ No newline at end of file diff --git a/app/RSpade/CodeQuality/CLAUDE.md b/app/RSpade/CodeQuality/CLAUDE.md index 290c6f21a..0897a58b2 100755 --- a/app/RSpade/CodeQuality/CLAUDE.md +++ b/app/RSpade/CodeQuality/CLAUDE.md @@ -64,7 +64,7 @@ The Code Quality system is a modular, extensible framework for enforcing coding 1. **JqhtmlInlineScriptRule** (JQHTML-INLINE-01) - Prohibits inline