Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Extract metadata information to a config file #191

Closed
4 tasks done
ozgunozerk opened this issue May 2, 2022 · 0 comments · Fixed by #192
Closed
4 tasks done

Extract metadata information to a config file #191

ozgunozerk opened this issue May 2, 2022 · 0 comments · Fixed by #192
Assignees
Labels
improvement it is already working, but can be better

Comments

@ozgunozerk
Copy link
Contributor

ozgunozerk commented May 2, 2022

Currently we need the store the following information, so that, when the users update their apps to latest version, or simply uninstall and install again, their preferences and settings will be remembered, and the freshly installed app will be able to detect the already existing plot files.:

  • where the plot is stored
  • size of the plot
  • reward address
  • launch on boot preference

Steps:

  • get rid of plottingStarted variable via using plotLocation
  • extract these information to an external config file, resides in the folder that plot files are stored
  • use this config file to read/write this information
  • remove appConfig in the code and wire this config file as a replacement
@ozgunozerk ozgunozerk self-assigned this May 2, 2022
@ozgunozerk ozgunozerk added the improvement it is already working, but can be better label May 2, 2022
@ozgunozerk ozgunozerk moved this from Todo to In Progress in Product Engineering May 2, 2022
@ozgunozerk ozgunozerk linked a pull request May 4, 2022 that will close this issue
Repository owner moved this from In Progress to Done in Product Engineering May 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
improvement it is already working, but can be better
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant