IPM 2018 Prototype "TriPlaner"
The goal of TriPlaner
is to create a platform to streamline the process of creating travel plans.
CAUTION
All HTML is hardcoded and does not have a dynamic backend. It's just a prototype
Code Structure
- carousel-slider.html - Home screen for signed users.
- index.html - Home screen for the unsigned users. First thing a user sees.
- login.html - The login screen. "You have to press twice to enter the carousel-slider.html screen
- mix-style.html - Culture Feed.
- mix-style2.html - Nature Feed.
- mix-style3.html - Party Feed.
- mix-style4.html - Free Feed.
- mix-style5.html - Uncategorized Feed.
- Dresden.html - Feed for a town (Dresden in our case, which during the use tests the user will search for)
- register.html - The register screen
- single-blog.html - View of a single itinerary. (Dresden in our case)
- tag.html - The profile of a user screen. (Tom Hanks in our case)
- Today.html - Daily Feed
- Week.html - Weekly Feed Feed.
- Month.html - Monthly Feed.
- Year.html - Yearly Feed.
- SavedPlans.html - Feed of all plans saved by user.
- Plans.html - Feed of all plans created by a user (public and private).