docs: Add documentation for adding new features#302
Open
tvpeter wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #302 +/- ##
=======================================
Coverage 57.45% 57.45%
=======================================
Files 22 22
Lines 3695 3695
=======================================
Hits 2123 2123
Misses 1572 1572
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
tvpeter
force-pushed
the
docs/adding-a-feature
branch
from
July 18, 2026 00:23
7391aad to
14c34d6
Compare
Musab1258
approved these changes
Jul 18, 2026
Musab1258
reviewed
Jul 18, 2026
Comment on lines
+88
to
+90
| fn execute(&self, contex: &mut AppContext<OfflineOperations<'_>>) -> Result<Self::Output, Error> { | ||
| // Access the loaded wallet via the context state | ||
| let wallet = &contex.state.wallet; |
Contributor
There was a problem hiding this comment.
nit: Is the contex parameter here a typo or intentional?
Collaborator
Author
There was a problem hiding this comment.
Typo. Fixed. Thank you
tvpeter
force-pushed
the
docs/adding-a-feature
branch
from
July 19, 2026 03:30
14c34d6 to
8f27808
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
With the introduction of modular design architecture in the app (PR #278) , new contributors may find it challenging adding new features/commands. This PR adds a documentation section to provide them with an easy-to-follow guide.
Fixes #298
Changelog notice
Checklists
All Submissions:
cargo fmtandcargo clippybefore committing