Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group storybooks by ReadingLevel #26

Closed
Tracked by #66
nya-elimu opened this issue Oct 27, 2020 · 7 comments
Closed
Tracked by #66

Group storybooks by ReadingLevel #26

nya-elimu opened this issue Oct 27, 2020 · 7 comments
Assignees
Labels
enhancement New feature or request ux/ui

Comments

@nya-elimu
Copy link
Member

nya-elimu commented Oct 27, 2020

Each StoryBook has a ReadingLevel. Display one list of books per reading level, i.e. some type of visual indication/categorization that a storybook belongs to one of the four levels.


Depends on elimu-ai/content-provider#44
Depends on elimu-ai/content-provider#66
Relates to elimu-ai/webapp#1166

@nya-elimu nya-elimu changed the title Group storybooks by ReadingLevel Group books by ReadingLevel Oct 27, 2020
@nya-elimu nya-elimu changed the title Group books by ReadingLevel Group storybooks by ReadingLevel Oct 27, 2020
@nya-elimu nya-elimu mentioned this issue Nov 7, 2020
1 task
@nya-elimu nya-elimu added the enhancement New feature or request label Nov 7, 2020
@gscdev gscdev self-assigned this Nov 15, 2020
@gscdev
Copy link
Member

gscdev commented Dec 7, 2020

Screenshot_2020-12-07-02-07-40-735

@nya-elimuai Do you think this is a good solution for this issue?

@nya-elimu
Copy link
Member Author

nya-elimu commented Dec 8, 2020

@nya-elimuai Do you think this is a good solution for this issue?

@gscdev Yes, this looks like a good way to categorize the books 👍🏿

Also, note that we have some books that are not yet categorized by reading level (readingLevel == null):

Screen Shot 2020-12-08 at 1 57 05 PM

Screenshot from http://xho.test.elimu.ai/content/storybook/list

In the future we'll probably change the backend so that that the reading level field becomes compulsory. But for now, we might have books without a reading level. In that case, how do you think we should categorize them in the app's UI?

CC @Keerthi4308

@Keerthi4308
Copy link

Keerthi4308 commented Dec 8, 2020

I think we can have a section titled as Other Books instead of Reading level: Unleveled for now.
And also if a Reading level has more books (>4) then:

  1. Are we going to wrap to the next row?
  2. Have a single row with a slider kind of to display next book that falls under the same level?

@gscdev
Copy link
Member

gscdev commented Dec 8, 2020

I can add the section Other books.

@Keerthi4308 with more books, the level has more rows

@Keerthi4308
Copy link

Okay, then should we have an additional option say dropdown on the top bar to pick reading level so that scrolling down is not the only option and we can have a default set to Level 1/ save the state to whatever user selects at a later point of time.

@nya-elimu
Copy link
Member Author

@gscdev @Keerthi4308 Let's solve this without adding more complexity to the code. So here is a solution: We will make it a requirement for content creators to always select the reading level when they store storybooks in the database: elimu-ai/webapp#1166. After this has been implemented, we will remove the category "Reading level: Unleveled" from the website.

This way, we will never end up with a situation in the Android app where we have unleveled books. So, for now I suggest you treat storybooks without a reading level as belonging to the LEVEL1 category.

By keeping things as simple as possible, it will be easier to maintain the code in the future.

@nya-elimu
Copy link
Member Author

nya-elimu commented Dec 9, 2020

Okay, then should we have an additional option say dropdown on the top bar to pick reading level so that scrolling down is not the only option and we can have a default set to Level 1/ save the state to whatever user selects at a later point of time.

@Keerthi4308 There are definitely many ways we can improve the user experience of the list of books. For example, a student starting from scratch will not see all the books, since they will be gradually unlocked to match the student's current skill level.

When it comes to the UX/UI, please add new GitHub issues at https://github.com/elimu-ai/vitabu/projects/4 if you have ideas for how to improve it. 🙂

The main point for us to keep in mind is that the user interface needs to be simple enough for a child to be able to use it autonomously, including those children at reading level 1 who are not yet able to read with understanding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ux/ui
Projects
None yet
Development

No branches or pull requests

3 participants