GuildCrafts / web-development-js

Craft repository for Web Development with JavaScript
http://jsdev.learnersguild.org/
Other
1 stars 1 forks source link

Street Sweeper Tracker Site #31

Open harmanTheCarMan opened 8 years ago

harmanTheCarMan commented 8 years ago

Description

As anyone who has a car and parks on the street, it is terrible to receive a parking ticket due to street sweeping times. Especially since the street sweeper may or may not show up but the traffic ticket person definitely will make it.

Basic use flow:

  1. Type address (or use current location using GPS)
  2. Press enter
  3. Show list of 10 nearby streets with sweeping times
  4. Update map with today's and tomorrow's street sweeping streets highlighted in red on map
  5. Notify whether or not it is clear to park on current street.
  6. Show nearby areas where street sweeping is not happening soon (within next 24 hours)
  7. Show parking garages or other unrestricted forms of parking nearby to park easily

    Context

This goal helps the public avoid parking in street sweeping areas and search for better non-restricted parking spaces nearby to park instead.

Specifications

Do not remove these specs - they are required for all goals.


Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

tannerwelsh commented 8 years ago

@harmanisdeep nice idea! This would be a lot of fun to work on.

To help people get a better sense of what the finished product would look like, could you add some content to the description about what information would be available? You could even structure it as a set of steps:

  1. Type address
  2. Press enter
  3. Show list of 10 nearby streets with sweeping times
  4. Update map with today's street sweeping streets highlighted

Or something along those lines.

harmanTheCarMan commented 8 years ago

@tannerwelsh Thanks for your comment, I updated the goal. Take a look and see if I implemented your suggestion well. 👍

shereefb commented 8 years ago

@harmanisdeep your specs don't match your description. For example, there's no spec for finding parking spaces.

Also, give more information for reviewers to figure out what quality look like. Is it about test coverage? Is it about not using frameworks? Is it about the UI look and feel?

For example, you can create a quality rubric like this: UI/UX: 100 Test Coverage: 100 Good file organization: 50 Good variable and function names: 50 Code is object oriented: 75

I

tannerwelsh commented 8 years ago

Made some minor edits, otherwise this is good to go. Removing draft label.

harmanTheCarMan commented 8 years ago

@tannerwelsh: edited further with links and all kinds of fun. How's it looking now? I think this goal is all ready for voting.

@shereefb: I added a quality rubric, not sure percentages to assign to each quality spec. though.

tannerwelsh commented 8 years ago

Looks good @harmanlearns - thanks!