Skip to content

Refactor code for improved readability and consistency - #763

Open
agnesnaomiolim-cloud wants to merge 1 commit into
Core-Foundry:mainfrom
agnesnaomiolim-cloud:issue683
Open

Refactor code for improved readability and consistency#763
agnesnaomiolim-cloud wants to merge 1 commit into
Core-Foundry:mainfrom
agnesnaomiolim-cloud:issue683

Conversation

@agnesnaomiolim-cloud

@agnesnaomiolim-cloud agnesnaomiolim-cloud commented Aug 30, 2026

Copy link
Copy Markdown

Closes #682


Closes #683


  • Updated import statements to maintain consistent formatting across files.
  • Enhanced readability by adding commas and adjusting line breaks in object literals and function parameters.
  • Simplified template rendering functions for better clarity.
  • Improved variable extraction and replacement logic in template utilities.
  • Refactored event filtering and aggregation functions for better maintainability.
  • Added utility function for parsing event IDs from URL parameters.
  • Updated mock data generation functions for webhook deliveries and activity events.
  • Cleaned up test files to ensure consistent formatting and improved readability.

Overview

Related Issue

Closes #

Changes

Verification

# e.g.
cd dashboard && npm test
cd listener && npm run typecheck && npm test
cd contract/contracts/hello-world && cargo test

How to Test

Checklist

  • Branch is up to date with main
  • Tests added/updated and all pass locally
  • cargo fmt --all run (if Rust changes)
  • npm run lint passes (if TypeScript changes)
  • Documentation updated if behavior changed

#close issues683

- Updated import statements to maintain consistent formatting across files.
- Enhanced readability by adding commas and adjusting line breaks in object literals and function parameters.
- Simplified template rendering functions for better clarity.
- Improved variable extraction and replacement logic in template utilities.
- Refactored event filtering and aggregation functions for better maintainability.
- Added utility function for parsing event IDs from URL parameters.
- Updated mock data generation functions for webhook deliveries and activity events.
- Cleaned up test files to ensure consistent formatting and improved readability.
@drips-wave

drips-wave Bot commented Aug 30, 2026

Copy link
Copy Markdown

@agnesnaomiolim-cloud Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Event Selection URL State Preserve Event List Position During Refresh

1 participant