You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The home of the application should display a brief summary of its state. Total numbers for inputs will always be available, adding numbers for notices/vouchers/reports when a connection is available to check these numbers and a brief list of the latest inputs including short information.
PS: #152 needs to go first, so we "clean" the area to the next "friend".
✔️ Solution
Implement a summary page for the application under route /applications/<address>
Display summary cards with total Inputs / Vouchers / Notices / Reports
If a connection is not available, a Skeleton resembling the 3 cards that require connection should be displayed instead with a call to action saying ADD CONNECTION
A summary card below the four cards / Skeleton should list the latest 6 inputs (Similar to Home page)
Display the following read-only tabular information [ From / Method / Age ]
Bottom include a VIEW INPUTS button/link (go to /applications/<address>/inputs)
A few icons to use (Selection inspired by a work done by Celine Lee in the past):
📄 Context
The home of the application should display a brief summary of its state. Total numbers for inputs will always be available, adding numbers for notices/vouchers/reports when a connection is available to check these numbers and a brief list of the latest inputs including short information.
Depends on:
PS: #152 needs to go first, so we "clean" the area to the next "friend".
✔️ Solution
Implement a summary page for the application under route
/applications/<address>
ADD CONNECTION
VIEW INPUTS
button/link (go to/applications/<address>/inputs
)A few icons to use (Selection inspired by a work done by Celine Lee in the past):
Report: TbReportAnalytics
Notices: TbAlertTriangle
Vouchers: TbTicket
📈 Subtasks
home / applications / <address>
(possible to copy the address)[ From / Method / Age ]
. PS: Display the usualNo inputs
when no entries are returned.VIEW INPUTS
link ( go to/applications/<address>/inputs
)🎯 Definition of Done
The text was updated successfully, but these errors were encountered: