Skip to content
anggoran edited this page Jul 21, 2024 · 4 revisions

Target release

30th of June 2024 >> 21st July 2024

Context

The app doesn't provide a way to see a certain hanzi, we currently need to play a quiz with randomized questions.

Objective

To help us relearn hanzis that we have ever met before.

Success metrics

Listing all of the hanzis, including the learned ones.

Requirements

1. As a user, I want to navigate to the /hanzi, so that I can see a hanzi list.

GIVEN the browser is opened,
WHEN the user navigates to the route,
THEN shows a paginated hanzi list, sorted by sound.

2. As a user, I want to view the hanzis, so that I know the available hanzis.

GIVEN the hanzi list page is shown,
WHEN the user scrolls the page,
THEN shows form, sound, and meaning.

3. As a user, I want to navigate to a certain hanzi, so that I can learn the detail of it.

GIVEN the hanzi list is there,
WHEN user click one of the hanzis,
THEN navigate to detail page, showing strokes, etymology, decomposition, pinyin, and english.

4. As a user, I want to animate the hanzi, so that I can learn how the hanzi is written.

GIVEN the hanzi detail page is shown,
WHEN user clicks the animate button,
THEN starts showing the stroke animation.

Clone this wiki locally