Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implement proposal details logic #302

Merged
merged 3 commits into from
Sep 7, 2024

Conversation

nbetsaif
Copy link
Collaborator

@nbetsaif nbetsaif commented Sep 6, 2024

This PR implements the logic for retrieving proposal details. It fetches data from GraphQL using a query to obtain the proposal details, and then utilizes the PPP Profile Service to retrieve the image URLs of the voters.

@nbetsaif nbetsaif added the feature Super Awesome Future Features label Sep 6, 2024
@nbetsaif nbetsaif requested a review from n13 September 6, 2024 14:21
@nbetsaif nbetsaif self-assigned this Sep 6, 2024
@nbetsaif nbetsaif linked an issue Sep 6, 2024 that may be closed by this pull request
# Conflicts:
#	lib/core/network/api/services/proposal_service.dart
#	lib/core/network/repository/proposal_repository.dart
#	lib/ui/proposals/list/components/hypha_proposals_action_card.dart
Copy link
Collaborator

@n13 n13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@nbetsaif nbetsaif merged commit 1560b25 into main Sep 7, 2024
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Super Awesome Future Features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement the logic for fetching the proposal details
2 participants