-
Notifications
You must be signed in to change notification settings - Fork 21
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
Frontend: Add conferences list and View Conference Page #90
Frontend: Add conferences list and View Conference Page #90
Conversation
|
create an array variable, in html iterate over the array elements to create the template. |
@Kajol-Kumari Use Virtual scroll https://material.angular.io/cdk/scrolling/overview for achieving this. |
Hi, may I do the virtual scroll part |
Hey @amandhamija98 please complete the assigned issue first as it is required by me for the functionality. Also i will be done with the functionality part maybe by tonight. Then u can work on the UI part after tackling the assigned issues. Also @anoopsingh1996 If i am not wrong, virtual scroll will require the data to be fetched in hand and then display it according to the itemSize specified which will not satisfy our requirement. So i have done it through the approach siggested by @rajatkb and it's working fine that way. |
Sure, I am almost done, will be submitting a PR soon |
Make a draft PR Kajol for the problem u mentioned and the solution code so that we can review and suggest improvement if required. |
@rajatkb @anoopsingh1996 current status of the functionality: |
Looks fine functionally. Will have to work out the UI. I think @amandhamija98 's getOne request is needed as of now right ? Will update rest in code comment. |
@rajatkb I have resolved the conflicts. Can u please merge it now. |
#85 [Feat.] Add list of events (all events) layout page
#86 [Feat.] Individual event details page layout
Required functionalities added: