You are browsing as a guest. Sign up (or log in) to start making projects!

5h 17m 30s logged

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:
    • main still contains the public API endpoints.
    • internal contains the dashboard logic and internal API endpoints.
    • database will 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.
0
4

Comments 0

No comments yet. Be the first!