Devlog
This devlog will be a short one because I’ve been focusing on implementing OAuth 2.0. I’ll cover that in more detail in the next update but I will add photo of a “login” screen that I created for it (it looks bad on purpose).
What’s new
- The terminal now works with more than one static car.
- The dashboard can (once again) create new cars.
- The codebase has been split into multiple files instead of a single large file:
-
mainstill contains the public API endpoints. -
internalcontains the dashboard logic and internal API endpoints. -
databasewill contain multiple predefined car scenarios.
-
- I also started writing a new manual that documents the quirks of the Volvo API and my implementation ( and edge cases). I will write more about in next 2 devlogs
What’s left before the first ship
- An example application demonstrating the differences between the official Volvo Sandbox and this project.
- OAuth 2.0 with PKCE (it would be great to have before the first ship).
- Documentation.
- A major code cleanup and refactoring.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.