Skip to content

Commit 6145cd8

Browse files
authored
updates to reputation page (#451)
* updates to reputation page * fixed main menu
1 parent 6868fad commit 6145cd8

File tree

2 files changed

+15
-18
lines changed

2 files changed

+15
-18
lines changed

docs/your-profile/reputation.md

+14-17
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,19 @@ Reputation is a metric that reflects the trust you earn from the community throu
1313

1414
When you sign up for daily.dev, you start with **10 points**, celebrating your entry into the community. Reputation never falls below **0**, preventing negative scores.
1515

16-
<!-- ## Reputation Update
16+
Reputation is visible across the platform
1717

18-
Reputation is visible across the platform: -->
19-
20-
<!-- - 👤 **Next to Your Profile**: See your reputation near your profile image. -->
21-
<!-- ![Profile Reputation](https://daily-now-res.cloudinary.com/image/upload/v1724396491/docs-v2/5b31c20a-903e-4e42-8e26-70b45993a31e.png)
22-
-->
23-
<!-- - 💬 **On Your Comments and Posts**: Reputation is highlighted on your interactions. -->
24-
<!-- ![Comments and Posts Reputation](https://daily-now-res.cloudinary.com/image/upload/v1722605160/docs-v2/902c0367-6733-4f9a-bf9e-4f7e81fe9fbe.png) -->
25-
26-
<!-- - 🙎 **On Your Profile Page**: Showcases your overall reputation. -->
27-
<!-- ![Profile Page Reputation](https://daily-now-res.cloudinary.com/image/upload/v1724396615/docs-v2/0572d900-1422-4b43-9cec-d9946d2768ba.png) -->
28-
29-
<!-- - 🃏 **On Your DevCard**: Display reputation on your personalized DevCard. -->
30-
<!-- ![DevCard Reputation](https://daily-now-res.cloudinary.com/image/upload/v1724396681/docs-v2/3710da78-bfa9-4572-803c-e0c40c327b2f.png) -->
31-
32-
<!-- You can now lose points, and only upvotes or downvotes from users with **250+ reputation** affect your score, ensuring fairness. -->
18+
* **On tha app's header**: See your reputation near your profile image.
19+
* **On your comments and posts**: Reputation is highlighted on your interactions.
20+
* **On your public profile page**: Showcases your overall reputation.
21+
* **On your DevCard**: Reputation is also displayed on your personalized DevCard.
3322

3423
## How to Earn Reputation Points
3524

25+
:::info
26+
Reputation points are granted only when actions such as upvotes, downvotes, or other contributions come from users with 250 or more reputation points. For example, if a user with less than 250 reputation points upvotes your post or comment, it will not affect your reputation score. This ensures that reputation reflects feedback from established members of the community.
27+
:::
28+
3629
Reputation points are gained or lost through specific actions, fostering accountability:
3730

3831
| Activity | Points |
@@ -47,6 +40,10 @@ Reputation points are gained or lost through specific actions, fostering account
4740

4841
> Last update: February 2024
4942
43+
:::warning
44+
Engaging in reputation farming or any activities intended to manipulate reputation scores is strictly against our terms of service. Such behavior may result in penalties, including the loss of reputation points or even account suspension or banning. Always use the platform responsibly and adhere to the community guidelines.
45+
:::
46+
5047
## Privileges Unlocked with Reputation
5148

5249
Reputation growth brings special privileges:
@@ -74,4 +71,4 @@ Strive for respectful and constructive contributions, fostering a welcoming and
7471

7572
## Reputation is Optional
7673

77-
Reputation isn’t required to enjoy daily.dev essentials: read news, upvote, and comment freely.
74+
Reputation isn’t required to enjoy daily.dev essentials: read stuff, upvote, and comment freely.

src/components/homepage/homeNavBoxes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const FeatureList = [
3939
icon: 'img/icons/your-profile.svg',
4040
items: [
4141
{url: "docs/your-profile/activity", text: "Activity"},
42-
{url: "docs/your-profile/reputation", text: "Reputation explained"},
42+
{url: "docs/your-profile/reputation", text: "Reputation"},
4343
{url: "docs/your-profile/reading-history", text: "Reading history"},
4444
{url: "docs/your-profile/reading-streak", text: "Reading streak"},
4545
{url: "docs/your-profile/verified-badge", text: "Company verified badge"},

0 commit comments

Comments
 (0)