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

Trading Rewards Copy #198

Merged
merged 7 commits into from
Jan 9, 2024
Merged

Conversation

mike-dydx
Copy link
Contributor

@mike-dydx mike-dydx commented Dec 8, 2023

Copy link

linear bot commented Dec 8, 2023

Copy link

vercel bot commented Dec 8, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
v4-localization ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 9, 2024 2:09am

@mike-dydx mike-dydx self-assigned this Dec 8, 2023
Comment on lines 1417 to 1344
"TRADING_REWARDS" : {
"EVENT": "Event",
"FOR_TRADING": "For trading {PERIOD}",
"TRADING_REWARD": "Trading Reward"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is this from?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -1394,6 +1401,8 @@
"POSTAL_CODE": "Postal Code",
"PRINT_NAME": "Print Name",
"REWARDS_BY_EPOCH": "Rewards by Epoch",
"REWARDS_LAST_7_DAYS": "Rewards last 7 days",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't think we need this anymore -- should be This week or This week rewards

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addressed in bb53067

@@ -128,6 +131,7 @@
"GO_TO_MARKET": "Go to market",
"GOVERNANCE": "Governance",
"HEDGIES": "Hedgies",
"HELP": "Help",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This key exists already

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addressed in bb53067

@@ -676,7 +683,8 @@
"LEGAL": {
"ACADEMY_LINK_DESCRIPTION": "To access the dYdX Academy, you will leave the dYdX Trading Inc. website and join a website made available by dYdX Foundation, which is independent from and unaffiliated with dYdX Trading Inc. dYdX Trading Inc. is not responsible for any action taken or content on the third-party website.",
"LEGAL": "Legal",
"GOVERNANCE_LINK_DESCRIPTION": "To participate in governance, you will leave the dYdX Trading Inc. website and join a website made available by dYdX Foundation, which is independent from and unaffiliated with dYdX Trading Inc. dYdX Trading Inc. is not responsible for any action taken or content on the third-party website.",
"GOVERNANCE_LINK_DESCRIPTION": "To participate in governance, you need to export your secret phrase to Keplr Wallet.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah it looks like now it's a duplicate of the one inside TRADING_REWARDS? should we just keep one?

also where is this supposed to show up? i think these should be the most updated according to feedback by antonio:
image

@@ -1314,7 +1322,31 @@
"TRADE_TO_WIN": "Trade to win",
"TRADERS_JOINED": "Traders Joined",
"USERS_REFERRED": "Users Referred",
"YOU_CAN_WIN_THESE": "You can win these in our {LEAGUES_LINK}"
"YOU_CAN_WIN_THESE": "You can win these in our {LEAGUES_LINK}",
"REWARD_HISTORY_TOOLTIP": "Time is displayed in Coordinated Universal Time (UTC)"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might want to include this in the tooltip strings instead

"GOVERNANCE": "Governance",
"GOVERNANCE_LINK_DESCRIPTION": "To participate in governance, you need to export your secret phrase to Keplr Wallet.",
"LAUNCH_INCENTIVES":"Launch Incentives",
"LAUNCH_INCENTIVES_DESCRIPTION":"Each season, you can earn rewards for trading on dYdX Chain. Trade to earn your rightful spot on the leaderboard.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the most updated according to legal
image

Comment on lines 1344 to 1349
"FAQ_WHO_IS_ELIGIBLE_QUESTION":"Who is eligible for trading rewards?",
"FAQ_WHO_IS_ELIGIBLE_ANSWER":"All traders are eligible for trading rewards.",
"FAQ_HOW_DO_TRADING_REWARDS_WORK_QUESTION":"How do trading rewards work?",
"FAQ_HOW_DO_TRADING_REWARDS_WORK_ANSWER":"Immediately after each fill, trading rewards are sent directly to the trader’s dYdX Chain address, based on the amount of fees paid by the trader.",
"FAQ_HOW_DO_I_CLAIM_MY_REWARDS_QUESTION":"How do I claim my rewards?",
"FAQ_HOW_DO_I_CLAIM_MY_REWARDS_ANSWER":"Each block, trading rewards are automatically sent directly to the trader’s dYdX Chain address."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: formatting

@@ -198,6 +198,9 @@
"UNREALIZED_PNL": {
"TITLE": "Unrealized Profit / Loss",
"BODY": "Total profit / loss if you were to fully close the remainder of your current position at the current oracle price. Resets if you close your position or change position sides (long to short, or vice versa)."
},
"REWARD_HISTORY": {
"BODY": "Time is displayed in Coordinated Universal Time (UTC)"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note, the tooltip does not have a title per design

@mike-dydx mike-dydx requested a review from aforaleka January 4, 2024 18:11
@mike-dydx mike-dydx force-pushed the mike/trcl-3314-trading-rewards-profile-card branch from 72884eb to 8c8b844 Compare January 9, 2024 02:05
@mike-dydx mike-dydx force-pushed the mike/trcl-3314-trading-rewards-profile-card branch from d8ba3d8 to ca4dcd0 Compare January 9, 2024 02:09
@mike-dydx mike-dydx merged commit 4795168 into main Jan 9, 2024
3 checks passed
@mike-dydx mike-dydx deleted the mike/trcl-3314-trading-rewards-profile-card branch January 9, 2024 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants