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
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
At the moment Payments Popover only shows Challenge id with copy and new tab buttons:
We want to update it to show the table with the next columns:
"Challenge ID" - show what we show now: challenge id link with two icons (keep it short like now) and add ... when cut it.
"Weekly Rate" - memberRate as dollar value, ex: $1000.00
"Days" - days as a number, ex: 2
"Amount" - amount as dollar value, ex: $400.00
"Status" - status show as a label, possible values: completed (#0ab88a), scheduled (#9d41c9), in-progress (#9d41c9), failed (#E90C5A), cancelled (#aaa) - Preferable reuse PaymentStatus component.
No sorting is needed. Keep the style of this table as simple as possible, so we keep this popover as small as possible.
Make the Total Paid value dashed if there is at least one payment so we know that we can click it:
The text was updated successfully, but these errors were encountered:
maxceem
changed the title
Extend Payments Popover
[$40] Extend Payments Popover
Jun 17, 2021
At the moment Payments Popover only shows Challenge id with copy and new tab buttons:
We want to update it to show the table with the next columns:
"Challenge ID" - show what we show now: challenge id link with two icons (keep it short like now) and add
...
when cut it."Weekly Rate" -
memberRate
as dollar value, ex:$1000.00
"Days" -
days
as a number, ex:2
"Amount" -
amount
as dollar value, ex:$400.00
"Status" - status show as a label, possible values:
completed
(#0ab88a),scheduled
(#9d41c9),in-progress
(#9d41c9),failed
(#E90C5A),cancelled
(#aaa) - Preferable reuse PaymentStatus component.No sorting is needed. Keep the style of this table as simple as possible, so we keep this popover as small as possible.
Make the Total Paid value dashed if there is at least one payment so we know that we can click it:
The text was updated successfully, but these errors were encountered: