-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better handling of companies.xml #148
Comments
Optional solution to not override is to introduce the Another option might be to introduce |
Since the purpose of updating the file is to help end users (ourselves) then it makes sense to ask the users if an update is detected, i.e.:
People with new companies locally will reply "(n)" keeping local changes and then will commit them back to the repo. Those who haven't modified it will receive recent updates. |
There could be also a switch to run ib_edavki to tell the program not to download companies but to use local file which user modified with missing companies. |
Can one of you test #158 ? |
#146
companies.xml
is currently overrriden with the latest version from this repo if the file has not been modified for 30 days. That can be annoying for users that modify the file locally as they loose their data w/o a warning.Think about how we should implement this with the following goals in mind:
companies.xml
without any manual actionThe text was updated successfully, but these errors were encountered: