Calendar - yajatyadav/intellijs GitHub Wiki
Main Idea
Adding a calendar that will help clients keep track of due dates, and allow them to add events to certain days that they need to attend.
Planned delivery schedule
- Phase 1
- Plan/wiki page for idea
- Look up calendar templates
- Phase 2
- Calendar added into site
- Be able to add own events to each of the days
- Phase 3
- Integrate it with the login system with Yajat
Contribution to PBL Project
Adding this feature to our project, the college application service, will allow users to easily access information about certain selected colleges. In addition, it will give users a timeline for when their due dates are and when to add / attend events
Design ideas
- The slideshows will be under the list on the college_list page of our website. This would make it easy to access while the user views their college choices.
- There'll be 2 slideshows; one for an image of the college linking to their website and one for text information about the college.
- Gives constant reminders and feedback regarding when deadlines or other events are approaching on the calendar. This is important so that the user always knows what to focus on so they don’t get off task
- Make it possible to access more information for each college using links that could be in the form of the image of each college
- The calendar will be different for each user depending on their database ID
Code plan
To accomplish this, I'll likely be using javascript and jquery in order to receive user input and change the calendar based on that user input. Furthermore, with Yajat's login system, we will likely be using databases to implement user's calendars.