Skip to content

v0.0.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@kuanfandevops kuanfandevops released this 10 Feb 21:00
· 94 commits to master since this release
1db21b3

Pull Requests

Range types #59

ZEVA-69 Implement vehicle ZEV class rules
Removed back from the government vehicle listing page (As it's already a list page)
Updated the vehicle list table
-- Removed Fuel Type column
-- Added ZEV Type column
-- Changed the logic behind the Class column
Set widths on the columns to show a nicer layout
By default, shows the whole list instead of needing to page

Added Sales List and Sales Detail front-end #60

ZEVA-64 ZEV sales page
Added SalesDetailsContainer
Added SalesListContainer
Removed unused imports
Renamed VehicleDetailContainer to VehicleDetailsContainer

Roles and Permissions #61

Create a new management script sync_roles that will create appropriate roles and groups within Keycloak. It must be run with valid SA account token having realm_admin scope and role assignment to function correctly.
Add role checks for some Navbar items and viewset responses (preliminary, so far)
Roles can be assigned to users within the Keycloak admin console for now (assign a group to a user and they get all that group's roles. Users may have more than one group.)
Create role/permission view page that loads information from Keycloak