Slideshows for Colleges - yajatyadav/intellijs GitHub Wiki

Main Idea

Adding a slideshow for pictures of colleges and information about them based on what the user inputs for their college choices

Planned delivery schedule

  • Phase 1
    • Plan/wiki page for idea
    • Basic slideshow template with images
  • Phase 2
    • Slideshow with college pictures and information about colleges
    • Clicking on pictures links to college website
  • Phase 3
    • Slideshow changes based on user input college list

Contribution to PBL Project

Adding this feature to our project, the college application service, will allow users to easily access information about their selected colleges. In addition, having more images and visuals on the page makes the site look better and more interactive for users.

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.

Code plan

To accomplish this, I'll be using an API with the college information and then write backend code to set up the slideshow with the user's colleges. I'll then display it on frontend on the college_list page.