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
Copy file name to clipboardExpand all lines: ACTIVITY_REMINDER_FEATURE.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,18 +94,26 @@ Use the motivational reminders as guidance to:
94
94
95
95
## Token Requirements
96
96
97
-
To use this feature, you need a Personal Access Token with the following permissions:
97
+
**Authentication with a Personal Access Token (PAT) is required** to view and use the ActivityReminder UI. The component is only displayed when you have successfully authenticated with both a GitHub username and a valid PAT.
98
+
99
+
Your PAT should have the following permissions:
98
100
-`public_repo` (access to public repositories)
99
101
-`repo` (access to private repositories - if tracking private repos)
100
102
101
-
**Note**: The feature works with or without a token, but with a token you get higher API rate limits.
103
+
Without valid authentication, the Daily Activity Status reminder widget will not be accessible.
102
104
103
105
## Technical Details
104
106
105
107
### Components
106
108
-**`useGitHubActivity` Hook**: Analyzes activity data and returns activity status
107
109
-**`ActivityReminder` Component**: Displays the reminder UI with all statistics
108
-
-**`activityReminders` Utilities**: Helper functions for generating messages and calculations
0 commit comments