From c40c6ef6264bec3fc22c3dc98b4af310f3367e28 Mon Sep 17 00:00:00 2001 From: dal Date: Tue, 11 Mar 2025 22:21:23 -0600 Subject: [PATCH] dashboard handler with list endpoitns --- api/.windsurfrules | 7 +++---- api/documentation/testing.mdc | 1 - 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/api/.windsurfrules b/api/.windsurfrules index 5e5c60abb..798d94e7c 100644 --- a/api/.windsurfrules +++ b/api/.windsurfrules @@ -137,7 +137,6 @@ let results = try_join_all(futures).await?; Remember to always consider: 1. Connection pool limits when designing concurrent operations -2. Transaction boundaries for data consistency -3. Error propagation and cleanup -4. Memory usage and ownership -5. Please use comments to help document your code and make it more readable. +2. Error propagation and cleanup +3. Memory usage and ownership +4. Please use comments to help document your code and make it more readable. diff --git a/api/documentation/testing.mdc b/api/documentation/testing.mdc index 5e9aebe7a..8506360fe 100644 --- a/api/documentation/testing.mdc +++ b/api/documentation/testing.mdc @@ -120,7 +120,6 @@ mod tests { ## Database Testing - Use a separate test database for integration tests - Clean up test data after tests complete -- Test database transactions and rollbacks - Test database connection error handling ## Test Output