Description
Build a deep-dive screen for specific ecosystem projects, showing their goals, progress, and funding status. Complexity: Medium (150 points) 🚀
Requirements and Context
- Reached by tapping a project on the Home/Explore screen.
- Shows description, roadmap, and a "Funding Progress" bar.
Success Criteria (Done)
ProjectDetailScreen with a clean, image-heavy layout.
- Progress bar showing % of goal reached (data from Soroban Vault).
- List of recent contributors (if available).
Suggested Execution
- Branch:
feat/mobile-project-details
- Implementation: Use
expo-image for high-performance project banners.
Test and Commit
- Testing: Verify that progress bars correctly reflect the underlying vault data.
- Example Commit Message:
feat(mobile): create project detail screen
- Screenshots: Include a screenshot of a project detail page.
Description
Build a deep-dive screen for specific ecosystem projects, showing their goals, progress, and funding status. Complexity: Medium (150 points) 🚀
Requirements and Context
Success Criteria (Done)
ProjectDetailScreenwith a clean, image-heavy layout.Suggested Execution
feat/mobile-project-detailsexpo-imagefor high-performance project banners.Test and Commit
feat(mobile): create project detail screen