Open Issues Need Help
View All on GitHubAI Summary: Implement a settings menu in the DuoJP app allowing users to select and save their preferred learning and review modes. This involves creating the UI elements for the settings menu, storing user preferences (likely using local storage), and integrating the selected modes into the app's learning and review processes.
An open source alternative to Duolingo for learning Japanese. This includes an all offline app (APK) where your learning is put first. You get full control of how you learn and what you learn, whenever you want to learn. This is a sort of amalgamation of different features taken from other language learning apps to create the best experience.
AI Summary: The task involves organizing vocabulary and phrases for a Japanese language learning app into a structured format, ideally a JSON file, for easy management and integration into the app's codebase. This will likely involve gathering existing vocabulary data, cleaning it, and structuring it according to a consistent schema.
An open source alternative to Duolingo for learning Japanese. This includes an all offline app (APK) where your learning is put first. You get full control of how you learn and what you learn, whenever you want to learn. This is a sort of amalgamation of different features taken from other language learning apps to create the best experience.
AI Summary: The task involves creating a vocabulary database for a Japanese language learning app. This database needs to be stored in a readily accessible and parsable format (like JSON) within the GitHub repository, making it easily importable into the app for use in vocabulary lessons.
An open source alternative to Duolingo for learning Japanese. This includes an all offline app (APK) where your learning is put first. You get full control of how you learn and what you learn, whenever you want to learn. This is a sort of amalgamation of different features taken from other language learning apps to create the best experience.
AI Summary: The task involves sourcing and organizing all Kanji characters for a Japanese language learning app. This includes finding a suitable data source (likely a large Kanji character database), deciding on a suitable file format (JSON is suggested), and then structuring the data for easy parsing and use within the app. The goal is to make this data easily accessible and manageable within the app's codebase.
An open source alternative to Duolingo for learning Japanese. This includes an all offline app (APK) where your learning is put first. You get full control of how you learn and what you learn, whenever you want to learn. This is a sort of amalgamation of different features taken from other language learning apps to create the best experience.
AI Summary: The task involves creating a data file (likely JSON) containing all Katakana characters for use in the DuoJP app. This data will be used by the app to teach users Katakana. The file needs to be well-organized and easily parsed by the application.
An open source alternative to Duolingo for learning Japanese. This includes an all offline app (APK) where your learning is put first. You get full control of how you learn and what you learn, whenever you want to learn. This is a sort of amalgamation of different features taken from other language learning apps to create the best experience.
AI Summary: The task involves creating a JSON file (or a suitable alternative) containing all Hiragana characters for use in the DuoJP open-source Japanese learning app. This data will be integrated into the app's curriculum for Hiragana lessons.
An open source alternative to Duolingo for learning Japanese. This includes an all offline app (APK) where your learning is put first. You get full control of how you learn and what you learn, whenever you want to learn. This is a sort of amalgamation of different features taken from other language learning apps to create the best experience.
AI Summary: Implement functionality to allow users to select a profile picture for their local account within the DuoJP app. This involves integrating image selection from the device's gallery or offering default avatars, and then displaying the chosen image in the app's UI (top bar and profile page).
An open source alternative to Duolingo for learning Japanese. This includes an all offline app (APK) where your learning is put first. You get full control of how you learn and what you learn, whenever you want to learn. This is a sort of amalgamation of different features taken from other language learning apps to create the best experience.