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

2h 50m 23s logged

Devlog

Authorization was my mistake. It should have been accessToken, not Authorization. Why I thought that? I have no idea. No it was good before I was sleepy I think when I did that

The snapshots system now works.

Why it didn’t work as expected:

  • I forgot to use copy(deep=True).

  • One of the small dictionaries was written incorrectly.

  • Added saving and loading snapshots from a file.

  • The scenarios system now works and has been tested.

Difference between snapshots and scenarios

  • Snapshots copy all data about a car. They are persistent and can be saved to a file.
  • Scenarios only change selected attributes. They are designed to be created and edited manually in a JSON file.

Main app

The main app is mostly ready. Before the first release, I still need to:

  • Finish the documentation.
  • Add a roadmap with future updates.
  • Verify error responses against the real API.
  • Finish the comparison feature in the companion app.
  • Add more ready-to-use scenarios and API keys.

Companion app

  • Manual login now works, so only the comparison logic is left.
  • I found a bug where api_key_p was None because one endpoint redirected using api_key instead.
  • Started working on the comparison feature.

PS: A photo of why the api_key_p was none

0
3

Comments 0

No comments yet. Be the first!