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

⭐️[High-level Goal] Improve NEAR apps' UX #13

Open
3 tasks
gagdiez opened this issue Dec 18, 2024 · 0 comments
Open
3 tasks

⭐️[High-level Goal] Improve NEAR apps' UX #13

gagdiez opened this issue Dec 18, 2024 · 0 comments
Assignees
Labels
DevRel Developer Relations High-level Goal
Milestone

Comments

@gagdiez
Copy link

gagdiez commented Dec 18, 2024

Background

Near applications currently have an important limitation on terms of user experience: they can only ask wallets to sign and send a transaction. This makes them block their UI until the transaction resolves (either successfully or failing)

This is in general a poor UX, as users need to wait for the Blockchain to execute and finalize the transaction before keep using the app, thus interrupting their journey

We could mitigate this if the apps were able to handle the life cycle of the transaction, but for this we need to implement changes on wallets and APIs to add the feature, as well as create documentation and examples to showcase how to use it

User Story

As a developer, I want to be able to control the whole life cycle of a transaction, from creation to broadcast into the network

As a developer, I want to be able to easily learn how to control the life cycle of a transaction

Acceptance Criteria

  • Create an NEP for enabling wallets to sign and return a signature
  • Implement the new API method in wallet selector
  • Create documentation and examples on how to use the new API

Resources & Additional Notes

No response

Priority

🟠 P1 : High

@gagdiez gagdiez moved this to 🌱 Q1 2025 in DevHub Roadmap & Progress Dec 18, 2024
@thisisjoshford thisisjoshford added the DevRel Developer Relations label Dec 18, 2024
@thisisjoshford thisisjoshford changed the title [Epic] Improve NEAR apps' UX ⭐️ [Initiative] Improve NEAR apps' UX Dec 18, 2024
@thisisjoshford thisisjoshford added this to the Q1 2025 milestone Dec 18, 2024
@thisisjoshford thisisjoshford moved this from 🌱 Q1 2025 to Pending in DevHub Roadmap & Progress Jan 7, 2025
@thisisjoshford thisisjoshford changed the title ⭐️ [Initiative] Improve NEAR apps' UX ⭐️[High-level Goal] Improve NEAR apps' UX Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevRel Developer Relations High-level Goal
Projects
Status: Pending
Development

No branches or pull requests

2 participants