-
Notifications
You must be signed in to change notification settings - Fork 521
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
Lowfi: HelpActivity (Part 1) #692
Comments
@rt4914 in this should I add a recycler view, considering extra option might be added in the future? Or should I just add a single text view for now? |
Yes. |
Actually considering that you have not worked on recyclerview yet in this Project and you already have one task assigned regarding the recyclerview, lets unassign you from this because you have very less time to work on right now. |
@rt4914 sure. No problem |
@rt4914 can I take this one? |
Hello @aggarwalpulkit596 before we get started on any task, please go through this https://github.com/oppia/oppia-android/wiki and also, make sure that you sign the CLA and fill the survey form. Once that is done, we will assign you some issues to get started. |
okay 👍 |
@rt4914 Hey, I've already completed the survey as well as signed the CLA. Can you take a look at it so that I can start contributing |
Assigning this to @SayantanBanerjee16 now. |
Okay sir, am on it. |
* Single item layout done * Recycler view implemented using MVVM * Refractoring done and minor fix * FAQ fragment, activity and its presenter created * Interface created * Help FAQ test implemented * Refractoring done * Item click implemented * Test bug fixed * Refractoring done * Nit changes and refractor * Refractor in fetching ViewModel * Tests modified * HelpItems enum class implemented * Refractoring and NIT changes * Interface and OnClick listener done * NIT changes * refractoring done and bug fix * Indentation fixed * RouteToFAQ interface implemented * Item click done through enum of HelpItem * Constructor redefined in HelpViewModel * Undoing addition of auto-generated lines * Manifest files re-arrangement * Nit changes * Nit changes and refactoring * Item click done inside Adapter and corresponding View Model itemClick deleted * Comment modified * Secondary constructor omitted in HelpViewModel * Indentation fix * HelpActivity Test added and NIT fix * NIT fix
Mock: https://xd.adobe.com/view/0687f00c-695b-437a-79a6-688e7f4f7552-70b6/screen/8e1bbf3c-3287-4149-b599-5d5a5486809d/HL-Help-Menu-
In this we don't need to include Send. Feedback feature.
Also, create an empty FAQActivity with its fragment and presenter in this PR and write test cases too.
The text was updated successfully, but these errors were encountered: