|
2 | 2 |
|
3 | 3 | Achievements is a Visual Studio Code extension that allows you to track your progress in coding, and earn achievements for completing tasks. |
4 | 4 |
|
| 5 | + |
| 6 | + |
5 | 7 | ## Features |
6 | 8 |
|
7 | 9 | - Track your progress in coding |
8 | 10 | - Earn achievements for completing tasks |
9 | 11 | - View your achievements in the **Achievements** panel |
10 | 12 | - View each achievement's description and requirements |
11 | 13 | - View your progress towards each achievement |
| 14 | +- Track your time spent coding |
| 15 | +- Filter achievements by category, progress, and name |
| 16 | +- View your profile and completion percentage |
| 17 | +- Enable or disable notifications |
| 18 | +- Enable or disable any type of listeners for **privacy** |
12 | 19 |
|
13 | 20 | ## Extension Commands |
14 | 21 |
|
15 | | -### Configuration commands |
16 | | -- `achievements.enable`: Enables the Achievements extension. |
17 | | -- `achievements.disable`: Disables the Achievements extension. |
18 | | -- `achievements.configuration`: Opens the Achievements configuration page. |
19 | | -- `achievements.notifications`: Enables or disables notifications for achievements. |
20 | | - |
21 | | -### Achievement commands |
22 | | -- `achievements.show`: Opens the Achievements panel. |
23 | | - |
24 | | -## Release Notes |
25 | | - |
26 | | -### [0.0.1] | 2024-11-?? - Initial release |
27 | | - |
28 | | -Initial release of Achievements |
29 | | - |
30 | | -#### Added |
31 | | -- Over 1200 achievements |
32 | | - - Git related |
33 | | - - Code related |
34 | | - - Debugging related |
35 | | - - Testing related |
36 | | - - Refactoring related |
37 | | - - Commenting related |
38 | | - - File related |
39 | | - - More... |
40 | | -- Profile |
41 | | - - View your profile and completion percentage |
42 | | - - View your time spent coding |
43 | | - - Check your progressions towards achievements |
44 | | -- Achievements panel |
45 | | - - View achievements |
46 | | - - View progress towards achievements |
47 | | - - View achievement descriptions |
48 | | - - Filter achievements by category |
49 | | - - Filter achievements by progress |
50 | | - - Filter achievements by name |
51 | | -- Configuration |
52 | | - - Enable / disable extension |
53 | | - - Enable / disable notifications |
54 | | - - Enable / disable any type of listeners (for privacy) |
55 | | - - Define your username |
56 | | - - Select log level |
57 | | - - Select log directory |
58 | | - |
59 | | -- Database |
60 | | - - Database model for achievements |
61 | | - - Database model for progressions |
62 | | - - Database model for requirements |
63 | | - - Database model for database schema |
64 | | - - Migration manager for database schema |
65 | | - - Initial achievements populated in database |
66 | | - |
67 | | -## Known Issues |
68 | | - |
| 22 | +Several commands are available to interact with the Achievements extension. You can access these commands through the Command Palette (Ctrl+Shift+P) or by using keybindings. |
| 23 | + |
| 24 | +|Command|Description| |
| 25 | +|---|---| |
| 26 | +|`achievements.enable`|Enable or Disable the Achievements extension event tracking (requires a restart)| |
| 27 | +|`achievements.settings`|Open the Achievements configuration page| |
| 28 | +|`achievements.show`|Show the Achievements panel| |
| 29 | + |
| 30 | +## Configuration |
| 31 | + |
| 32 | +The Achievements extension can be configured through the settings. You can access the settings by going to **File > Preferences > Settings** and searching for "Achievements". |
| 33 | +You can also access the settings by using the command `achievements.settings`. |
| 34 | + |
| 35 | +|Setting|Description| |
| 36 | +|---|---| |
| 37 | +|`achievements.enabled`|Enable or disable the Achievements extension event tracking| |
| 38 | +|`achievements.notifications`|Enable or disable notifications for achievements| |
| 39 | +|`achievements.logDirectory`|Select the directory where the log files will be stored| |
| 40 | +|`achievements.logLevel`|Select the log level (info, debug, error)| |
| 41 | +|`achievements.username`|Define your username for the Achievements score display| |
| 42 | +|`achievements.listeners.debug`|Enable or disable debug listeners| |
| 43 | +|`achievements.listeners.git`|Enable or disable git listeners| |
| 44 | +|`achievements.listeners.extensions`|Enable or disable extension listeners| |
| 45 | +|`achievements.listeners.files`|Enable or disable file listeners| |
| 46 | +|`achievements.listeners.tabs`|Enable or disable tab listeners| |
| 47 | +|`achievements.listeners.tasks`|Enable or disable task listeners| |
| 48 | +|`achievements.listeners.time`|Enable or disable time tracking listeners| |
0 commit comments