colinsheppard / pevi

GNU General Public License v3.0
1 stars 0 forks source link

reorganize charger-types #25

Closed colinsheppard closed 10 years ago

colinsheppard commented 11 years ago

let's think through how we could separate the level of the charger and the issue of access to the charger.

what would it look like if we reduced the number of charger types to 4 (L1, L2, L3, Batt. Swap) and then specified chargers that drivers have privileged access to.

so each driver would have a list (or stack or hashtable) of privileged chargers he can use, indexed by current TAZ, which would be considered alongside the public chargers in that TAZ.

this could be used to solve the problem of multi-unit chargers (b/c multiple drivers could have privileged access to a common charger) as well as non-residential chargers used in an exclusive fashion (e.g. business parks for employees only, fleet chargers, or the Tesla example).

arharris commented 10 years ago

Closed with commit eca2f84