-
Notifications
You must be signed in to change notification settings - Fork 10
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
Poll Functionality #76
Open
KrishnaTech6
wants to merge
35
commits into
doubtless46:development
Choose a base branch
from
KrishnaTech6:ui_poll
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Screen.Recording.2023-06-27.at.9.33.38.PM.mov |
@KrishnaTech6 You can show a minimum of two options to the user and the user can add more options by clicking add option button and you can combine both create doubt or create poll by showing a switch button to switch b/w create post and create doubt |
* fix fatal NPE * logout user if user is null * code clean up * add non fatal log for null user
…wers (doubtless46#68) * test * added animation to upvote and downvote icons for doubts * added animation to upvote and downvote icons for answers * fix animation for first load and code clean up * fix merge conflict --------- Co-authored-by: pratthamarora <[email protected]>
* fix fatal NPE * logout user if user is null * code clean up * add non fatal log for null user
…ss46#70) * test * added animation to upvote and downvote icons for doubts * added animation to upvote and downvote icons for answers * fix animation for first load and code clean up * automatically close keyboard after search query is submitted * fix merge conflict --------- Co-authored-by: pratthamarora <[email protected]>
* Implemented Filter Tags in the Main Home Screen * File Rename * Fixes * Addressed code review feedback * Review Changes * Removed onSearchClicked() function from fragments * Removed Unused code * fix fatal NPE for ViewDoubtViewModel (doubtless46#73) * fix fatal NPE * logout user if user is null * code clean up * add non fatal log for null user * Added icon animations to upvote and downvote icons for Doubts and Answers (doubtless46#68) * test * added animation to upvote and downvote icons for doubts * added animation to upvote and downvote icons for answers * fix animation for first load and code clean up * fix merge conflict --------- Co-authored-by: pratthamarora <[email protected]> * automatically close keyboard after search query is submitted (doubtless46#70) * test * added animation to upvote and downvote icons for doubts * added animation to upvote and downvote icons for answers * fix animation for first load and code clean up * automatically close keyboard after search query is submitted * fix merge conflict --------- Co-authored-by: pratthamarora <[email protected]> * bottom nav icons changes * removed voting usecase from onBind * on pressing back on bottom nav redirects to home frag * in app notif implemented * Added Analytics in Filter Tags * Implemented Filter Tags in the Main Home Screen * File Rename * Fixes * Addressed code review feedback * Review Changes * Removed onSearchClicked() function from fragments * Removed Unused code * Added Analytics in Filter Tags * Fixed Merge Conflicts * fixed merge conflicts --------- Co-authored-by: Prattham Arora <[email protected]> Co-authored-by: pratthamarora <[email protected]> Co-authored-by: sidsharma2002 <[email protected]> Co-authored-by: Siddharth sharma <[email protected]>
* added margin * home screen item repeating fix --------- Co-authored-by: sidsharma2002 <[email protected]>
Co-authored-by: sidsharma2002 <[email protected]>
* Added Badge Feature * Added xpCount in the answer * Fixed Badges Problem * Code Reviews
* changed doubt + answer layout a but * profile ui impl wip * ui changes * ui finalised --------- Co-authored-by: sidsharma2002 <[email protected]>
sidsharma2002
requested changes
Jul 18, 2023
} | ||
const val TYPE_SEARCH_RESULT = 2 | ||
const val TYPE_USER_PROFILE = 3 | ||
const val TYPE_BUTTONS = 4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's this type buttons?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
-created ui for the poll view and poll create