Address page breaks out the Recent transactions sent by this address
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Business/User Value: As an Explorer of Diem I want to see recent transactions sent by an address so that I can see who that address interacts with
### Acceptance Criteria
**GIVEN** an address has made transactions
**WHEN** I am viewing that addresses page
**THEN** I see the 10 most recent transactions in a table
**DESIGN NOTES**
* Display the same columns in the table as on the landing page (Version | Timestamp | Type | Status)
* If the query takes a while, add a story to add a loading spinner.
**DEV NOTES**
* Good to go as query runs in sufficient time
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the address page and the landing-page transactions table, then trace how the address's transactions are queried. The work is done when the address page shows the 10 most recent sent transactions with Version, Timestamp, Type, and Status columns.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100