Before I start my project, I want to ask some questions about best practices.
I am writing a route planner type app. This is what it will do.
- Import CVS (Location unknown yet) to a list or TinyDB.
- Be able to select 10 records that will do the following.
a. Add the location to Google Maps for directions.
This information will be deleted so more information can be imported. This question is, Do I save this in a TinyDB or keep it in a list within the App?
So basically I will the Import, Save, Edit, and Delete functions.
Hope this helps and I am willing to read and learn before I start doing this.
Thank you