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: add set_social_db_profile_description #129

Merged
merged 2 commits into from
Jun 10, 2024

Conversation

PolyProgrammist
Copy link
Collaborator

@PolyProgrammist PolyProgrammist commented Jun 6, 2024

@PolyProgrammist PolyProgrammist requested review from frol and petersalomonsen and removed request for frol June 6, 2024 10:45
Copy link
Collaborator

@petersalomonsen petersalomonsen left a comment

Choose a reason for hiding this comment

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

Should we also store the description in the contract storage? So that it can also be used by the web4 handler here:

https://github.com/NEAR-DevHub/neardevhub-contract/blob/main/src/web4/handler.rs#L23

Then we would also be able to show descriptions for other instances such as events/infrastructure-committee.

@frol
Copy link
Collaborator

frol commented Jun 7, 2024

@petersalomonsen I think we don't need that after all. Web4 supports view-calls that it resolves on the gateway level, see "Loading data" section https://web4.near.page/

Copy link
Collaborator

@frol frol left a comment

Choose a reason for hiding this comment

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

The implementation looks good to me

@petersalomonsen
Copy link
Collaborator

https://web4.near.page/

True, let's try the web4 preloads instead 👍

@PolyProgrammist PolyProgrammist merged commit a974ac6 into NEAR-DevHub:main Jun 10, 2024
1 check passed
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.

3 participants