Quote:
Originally Posted by Stealth22
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();
}