-
-
Notifications
You must be signed in to change notification settings - Fork 712
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
Implement year view in calendar of event screen for both admin and user portal #1423
Comments
I would like to work on this. Please assign it to me. |
I would like to work on this issue |
Can i work on this? |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
Removing assignment due to inactivity |
Can i work on this? |
when user is in year view should it cover the entire page ? |
I had to change the render days function to render every month with 6 weeks in order to maintain reusability. |
Yes design wise, can you replicate the Google calendar which i have uploaded on the issue? They've managed to used single screen for it all the months are in one screen . We can remove the huge green border and keep it minimal. There's no need to render events in year view. On clicking the date the event should render in a modal . Please check fhe behaviour in Google calendar. |
Will continue working on the issue as soon as i resolve the continous reloading bug in talawa-admin. |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
@Pranavx1 Are you working on this now? |
@Cioppolo14 No |
i would like to work on this issue. |
@aashimawadhwa instead of showing all the months inspite of having or not having event in that month we can only show the event of the months like this. Screen.Recording.2024-03-06.at.1.31.13.PM.mov |
Hey @DecodeAndCode we want something similar to the google calendar year view. This is something which is not going well with the design and aesthetic. |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
@DecodeAndCode When will you have a PR ready for this? |
@Cioppolo14 This week |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
Unassigning due to no activity or open PR |
Hello, I would like to work on this issue. Can you please assign it to me? Thanks! |
FYI
|
@Anvita0305 let me know how are you thinking about implementing this, I am working on a similar issue and it will be helpful to co-ordinate in this |
We need a similar design as i have attached in the picture in issue. We want something lean , not too kuch on to the face. For refrence check out google calendar's year view. Nothing is changed |
Hello, I have created Yearly calendar view for the admin portal. Can you please check the design and suggest for improvements if any? Thanks! @palisadoes @aashimawadhwa |
Thanks.
|
Then how can we indicate whether there are any events scheduled for the day? |
Please see how it's done in Google calendar. The expectation is that the user will click the date to see the information. I think it's done this way to reduce traffic on their API at a global scale. With this design there will be either one query for all calendar entries that are then parsed, or 365 queries. In either case the API load could be too much. |
Is your feature request related to a problem? Please describe.
The current calendar interface lacks a comprehensive overview for long-term planning, particularly a year-to-year breakdown that provides insights into activities across all months.
Describe the solution you'd like
Implementation of a year view in the calendar, where all months and their associated activities for the entire year are listed. This feature aims to facilitate long-term planning and enhance the user's ability to visualize and manage yearly schedules effectively.
Describe alternatives you've considered
NA
Approach to be followed (optional)
To address this need, we recommend incorporating a year view feature into the calendar interface. This view should comprehensively list all months and their corresponding activities, providing users with a bird's-eye view of their yearly schedule.
Additional context
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship PalisadoesFoundation/talawa#359
The text was updated successfully, but these errors were encountered: