Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
A:
My project is large and it can take up to 30 minutes to scan the entire project. My project is also at the stage where it is quite stable, so the DQMH interfaces don't change that often. I would like a way to avoid having to scan the project every time.
Describe the solution you'd like
A clear and concise description of what you want to happen.
A:
Cache the results of a project/module scan and persist them somewhere on disk so that the user doesn't have to scan the project every time.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
A:
I considered writing a python script to parse through all of the data instead.
Additional context
Add any other context or screenshots about the feature request here.
Hi @pfoneill, this makes sense, I´ll work on this ASAP, this is what I feel like it is the best solution:
Add VI Path to Requests Maps, also add Library Path.
Save a File per Project with this information, maybe a JSON file (to be defined)
add another UI to Panther Dashboard project to keep all the projects worked, basically save the project history and previous file location, I want a UI as a Starting Point like LabVIEW does.
Once the user click on a scanned project it will use the File to load Panther Dashboard Interfase
Everytime a Module is refreshed or the Project is scanned, the file will be updated
This file could be added to any source code control for teams working on a project to load Panther Dasboard even if someone else scanned the project.
Internally add a validation to check if the reference to any vi is valid, if the reference is not valid use the VI Path to refresh the VI reference.
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
A: My project is large and it can take up to 30 minutes to scan the entire project. My project is also at the stage where it is quite stable, so the DQMH interfaces don't change that often. I would like a way to avoid having to scan the project every time.
Describe the solution you'd like A clear and concise description of what you want to happen.
A: Cache the results of a project/module scan and persist them somewhere on disk so that the user doesn't have to scan the project every time.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
A: I considered writing a python script to parse through all of the data instead.
Additional context Add any other context or screenshots about the feature request here.