Open rtapella opened 3 months ago
New plan:
We decided maap-py shouldn't be the one creating the file because if the user is using maap-py to register their algorithm directly, they likely already have a yml file and don't need another to be created
Currently algorithm_config.yml files are put into the user's root folder (~) This is creating a lot of clutter in that root path, often leaving dozens of yml files in a location that should not be so cluttered Solution: place the files into
~/algorithm_configs
insteadMight do this at the same time as cleanup of the registration dialog: https://github.com/MAAP-Project/Community/issues/937