Skip to content

Commit

Permalink
Merge pull request #369 from WangCheng0116/master
Browse files Browse the repository at this point in the history
Fix format
  • Loading branch information
A1WAYSD authored Nov 14, 2023
2 parents e1b4b28 + 710f732 commit 1acb300
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,7 @@ In enhancing the functionality of our flashcard system, we considered how users
* The pie chart will offer a clearer, more immediate visual representation of the user's success rate, making it easier to grasp their learning progress at a glance.

**Sample Output:**

|Before the update | ![img.png](images/Stats.png) |
|:-----------------|-------------------:|
|**After the update**| ![img.png](images/StatsChart.png) |
Expand All @@ -826,9 +827,11 @@ For advanced users who manually edit the data, they may accidentally introduce i
### Enhancement 6: Renaming `reveal` command to reduce ambiguity

**Feature Flaw**
<br>
Currently, the `reveal` command is used to reveal or hide the translation of the flash card. However, it may be ambiguous to users as they may think that the command is used to reveal the word itself.

**Proposed Enhancement**
<br>
Renaming the `reveal` command to `flip` to reduce ambiguity.


Expand Down

0 comments on commit 1acb300

Please sign in to comment.