View Single Post
Old 01-06-2015, 03:04 AM   #2196
Regular_John
First Line Centre
 
Regular_John's Avatar
 
Join Date: Feb 2010
Location: Calgary
Exp:
Default

Quote:
Originally Posted by Stealth22 View Post
As a software developer, I don't know what Telvent is doing over there, but with the simplicity of the transit system in Calgary, this should not be a difficult project.
It really boggles the mind to look at how complex other countries/cities systems are, and how simple Calgary's should be in comparison and they still can't figure it out eh?

I feel like there's what, 5 "user" types to deal with? Maybe add an "admin/staff" customer type to this list?
- Adult monthly pass
- Youth Monthly pass
- Low income monthly pass
- Adult cash fares
- Youth cash fares

if ("user" == "paid") {
success();
} else {
fail();
}

Regular_John is offline   Reply With Quote