feat: implement social sharing, data export, referral program, and se…#843
Open
teslims2 wants to merge 2 commits into
Open
feat: implement social sharing, data export, referral program, and se…#843teslims2 wants to merge 2 commits into
teslims2 wants to merge 2 commits into
Conversation
…arch enhancements - closes StellarDevHub#826: Add ShareButton component to Web3 Learning Roadmap with Twitter/X, LinkedIn, and copy-link sharing - closes StellarDevHub#824: Add Data Export Feature for Open Source Contribution Trainer (JSON/CSV export service + routes + tests) - closes StellarDevHub#827: Add Referral Program System as Soroban contract (register_referral, get_referral_count, get_referrer) - closes StellarDevHub#828: Add ContractSearch component to Smart Contract Playground with text search and type filter
|
@teslims2 is attempting to deploy a commit to the Ayomide Adeniran's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@teslims2 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! 🚀 |
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.
PR: Implement Social Sharing, Contribution Export, Referral Program, and Contract Search
Description
This PR delivers four new platform features across the frontend, backend, and Soroban smart contracts. It introduces social sharing for the learning roadmap, contribution export APIs, a referral program contract, and enhanced search/filter capabilities for the smart contract playground.
Type of Change
Related Issues
Closes #824
Closes #826
Closes #827
Closes #828
Changes Made
#826 — Social Media Sharing
Added a reusable
ShareButtoncomponent for the Web3 Learning Roadmap.Supports sharing via:
Integrated the sharing controls into the roadmap node detail overlay.
Added component tests covering rendering and user interactions.
#824 — Contribution Data Export
Added
contributionExportServicesupporting:Added REST endpoints for exporting user contribution history.
Added tests validating response structure and content types.
#827 — Referral Program (Soroban)
Implemented a referral program smart contract with:
register_referralget_referral_countget_referrerPrevents duplicate referrals and self-referrals.
Added unit tests for contract behavior.
Exported the referral module through
lib.rs.#828 — Smart Contract Playground Search
Added a
ContractSearchcomponent.Supports:
Integrated into the Smart Contract Playground.
Added component tests for search and filtering behavior.
Testing
Documentation
Breaking Changes
Checklist
Additional Context
This PR enhances multiple areas of the platform by improving content sharing, enabling contribution data portability, introducing referral tracking through Soroban smart contracts, and making the Smart Contract Playground easier to navigate with search and filtering capabilities.