gray-mueller / gray-mueller/flower-delivery-app-react-js
Enatega Rider App: Show each transaction request TIME below the transaction amount
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
Currently, the transaction details only display the transaction amount without showing the corresponding request time directly underneath. This can lead to confusion for users who want to quickly verify when each transaction was made without diving deeper into additional details or clicking elsewhere.
Describe the solution you'd like
Each transaction in the list should display the request time (e.g., 03:45 PM or 14:25) immediately below the transaction amount. This enhances the readability and usability of the transaction list, allowing users to quickly correlate amounts with their respective timestamps at a glance.
Contributor guide
Research direction
No file or test is named in the issue. Start by searching the transaction list components for the code that renders each transaction amount, then trace whether the request-time value is already available in the transaction data. Done means each list item visibly shows its request time directly below the amount in the requested format.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100