Skip to content

Instantly share code, notes, and snippets.

@zhenya123
Last active March 2, 2017 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhenya123/7ca69c43c9139e8fab5c0ad788704bc5 to your computer and use it in GitHub Desktop.
Save zhenya123/7ca69c43c9139e8fab5c0ad788704bc5 to your computer and use it in GitHub Desktop.
Project Proposal Part 2 by Zhenya Lindsay

PROJECT PLAN

By Zhenya Lindsay

CS1520

Website idea:

Travel blog about different countries I visited

Tools I am using:

Front-end: jQuery, d3.js for map
Backend: PHP. <- new
+Bootstrap css library
PHP for re-usability of the same code

Features I would like to implement:

  • I would like to try to add picture icons to the map with photos previews of what is inside.
  • Add more graphs/data to compare contries better
  • Add an ability to comment/rate a photo (user would have to enter their name and comment without registration and submit to the database)

Implementation features:

  1. I have functionalities that have the same template but different data. Need to find a way to re-use the templates:
  • Country pages htmls
  • Country pages graphs (js)
  1. Need to store the ratings submitted by the user and live update the overall scores/graphs based on submission.
  2. Need to figure out how to resize the map on the main page to make it a little bigger and maybe change size depending on the browser
  3. Add more graphs if possible.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment