starpilot icon indicating copy to clipboard operation
starpilot copied to clipboard

Allow vectors to be updated intelligently

Open DaveParr opened this issue 8 months ago • 0 comments

Currently the read function drops the database from the drive and rebuilds it fresh every time.

A better operation would be to check the 'new' information from the API against the json in the repo_content directory, and only run the update operation if the local data is different tto the return from the API.

DaveParr avatar Jun 04 '24 17:06 DaveParr