Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish admin form #30

Open
Ashwin-T opened this issue Feb 16, 2024 · 1 comment
Open

Finish admin form #30

Ashwin-T opened this issue Feb 16, 2024 · 1 comment
Assignees

Comments

@Ashwin-T
Copy link
Collaborator

When adding a bus model the admin will have to enter:

priceLow (number input)
priceHigh (number input)
company (string input)
model (string input)
max. passenger capacity (number input)
GVWR (number input)
Max charge capacity (kWh) (number input)
Max range (miles) (number input)
Bidirectional Charging (boolean input)
Charging port (string input)
Charging Type Restrictions (select 2, 3, 2 and 3 possibly checkbox)
"All American RE Electric": {
"priceLow": NULL,
"priceHigh": NULL,
"company": "Blue Bird",
"maxPassengerCapacity": 84,
"gvwr": 36000,
"maxChargeCapacity": 155,
"maxRange": 120,
"bidirectional": Y,
"chargingport": "CCS1 (AC, DC)",
"chargingType": "2,3"
}
Additionally, the admin will need to be able to change the on peak and off peak pricing:

Summer On Peak $/kWh (number input)
Summer Off Peak $/kWh (number input)
Summer on Peak $/kW (number input)
Winter On Peak $/kWh (number input)
Winter Off Peak $/kWh (number input)
Winter On Peak $/kW (number input)
Dist. $/kW (number input)
Diesel Bus Miles/Gallon (number input)
Diesel $/Gallon (number input)

@Ashwin-T Ashwin-T self-assigned this Feb 16, 2024
@Ashwin-T
Copy link
Collaborator Author

Finished with main functionality. Need to ask a few questions at meeting today. CSS needs a decent amount of work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant