https://github.com/gemfarmer/realize-change
https://github.com/gemfarmer/realize-change
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gemfarmer/realize-change
- Owner: gemfarmer
- Created: 2013-12-13T22:30:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-22T18:25:13.000Z (over 12 years ago)
- Last Synced: 2025-03-11T02:36:05.868Z (over 1 year ago)
- Language: CSS
- Homepage: http://realizechange.herokuapp.com/
- Size: 1.03 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RealizeChange
=============
### To Setup
####To start (mac):
1. Go to Terminal in Applications folder,
* type `cd /usr/local` then enter
* type `brew install` then enter to install homebrew
2. Download/Install node.js: http://nodejs.org/
3. Install MongoDB
* type `brew update` then enter
* type `brew install mongodb`
* type `mongodb &` - this will run mongodb in the background
* type `disown %1` - this will detach mongodb from the current shell
# After Install
1. In Terminal: `npm install`
2. `npm install -g supervisor`
3. `cake dev`
4. Go to your browser: http://localhost:1337/
### Pages
On trying to answer questions-->( why you should register Modal)
1. Splash, Basic about, Answer Questions
2. See Answers (globals) (locked)
* Read Dreams, Vote on Goals
* Randomize: One question and one random
3. Map- see other's dreams (Geocharts) (locked)
4. Data Visualization (draws user specific data) (locked)
5. Login
* Profile settings to get user specific information
6. Donate (paypal)
7. Dropdown
* About Us
* Mission
### TO DO
1. Mobile Stuff
* Switch click events to tap events
* settings doesn't work on mobile
* asc and desc on rankings don't work
* auto focus on dreams page
2. Limit number of rankings to 10. Add see more button
3. Make sure that the More? button on dreams page disappears once all have been viewed
4. Add timestamp to new users and globalanswers
5. Add tips ? icon and expanation on each page
6. Redo ranking system so to limit overlap
7. General speed enhancements
###Brian Mingus Suggestions
1. - Vote4goals took seconds to load
2. - Fonts are too small - I zoomed in to 150% and that looked about right
DONE 3. - Email address is unprofessional
4. - Donate button could be more prominent - there is room in the header for a bar or a %goal achieved statistic.
5.- Likewise, the Vote for us on IdeaScale button could be in the banner.
DONE 6.- The cloud icon could go with "Begin Dreaming", and an info (circle with i inside?) icon with About Us
7.- The submit answers button on the answer page is not centered
8- I might have gotten logged out?
9- The Vote4goals page is not intuitively clear enough about what is going on. At the very least I would stick the responses in equal width boxes so you don't have to move your mouse around as much. A small explanation about what's going on here might be helpful: The more you vote the more you effect change. Also, maybe this section should be Vote4Change ?
10- Definitely getting logged out.
11- The gap between the header and the content is too large.
12.- On the seeanswers page the All Dreams listing is not rendering correctly. The bottom wrapped portion of this sentence wrenders on top of the top portion: "My hopes : wishing every part of my family and friend.. happy and healthy for ever.. more better than now... My dreams : working overseas, learn more about business and create my own business."
Paypal stuff
-------------
https://devblog.paypal.com/building-a-web-app-with-node-js-the-paypal-sdk-part-2/
When up the site is located here: http://realizechange.herokuapp.com

