资 源 简 介
Problem
Different parking passes and permits allow the use of different parking spots that have different rules at different times of day and change further during particular campus events.
# Solution #
Keeping track of the different parking areas, the location of a vehicle, and the permit associated with that vehicle could quickly answer the question of whether an individual can park in a given area. Can I Park Here aims to be a system to address one of the most frustrating aspects of visiting campus: parking.
# General (Framework) #
* Define lots (and sub-lots?).
* Do something clever to make it work on any campus.
# Website (PHP & MySQL) #
* Associate optional account with permit type.
* Mouse over a permit type to highlight approved lots.
* Mouse over a lot to view approved permit types.
# Handheld (Google Android) #
* Login to account or select permit type.
* Determine which parking area a user is in based on their current position.
* Compare permit type with th
文 件 列 表
ciph
.hg_archival.txt
.hgignore
.hgtags
404.php
FAQ.php
_logic.php
admin-exceptions.php
admin-lots.php
admin-passes.php
admin-rules.php
admin-schemes.php
admin-users.php
admin.php
api.php
auth.php
ciph.php
css
ciph.css
exceptions.php
favicon.ico
images
CIPH36.png
index.php
install.php
js
ciph.js
login-exec.php
login-form.php
login.php
logout.php
register.php
rules.php
sql
ciph_schema.sql
user-profile-exec.php
user-profile.php
wcip.php
wdip.php