Project EV box/Chargebox for IRC.
Administrative application, viewing entries in database and make reservations
- Symfony (backend)
- Postgresql
- Twig (template)
- Tailwind
- Docker
- Adminer
- Used data fixtures to load test data automatically
- All tables that should be related are related, ex Car and Person, Reservations to connector and person etc.
- Able to make reservations for selected person and selected connector, connectors that have the in use boolean to true wil not show up in drop down, reservation end time is automatically +2hrs
- Styling
- Wattage for connectors are not yet implemented
- Being able to add people, cars, ... via webapp
- Date for reservation validator -> future