o355 / PyWeather

Viewing the weather in a CLI has never been this much fun. (ARCHIVED)
https://gitlab.com/o355/PyWeather
GNU General Public License v3.0
28 stars 8 forks source link

Separating iteration configs for data types #85

Open o355 opened 6 years ago

o355 commented 6 years ago

Confusing title, but the TL;DR is that there's 1 config value for setting iterations for a lot of data types. We need to separate them all out.

To do list:

o355 commented 6 years ago

Now working on this issue, ETA is next week.

At this point, we have a few different loop config variables, all in the UI section.

The new hope is for every data type to have their own unique variable.

Now modifying the todo list, ETA for fix is 6/8.

o355 commented 6 years ago

Now working on PyWeather to read the new variables.

If you have an indev copy of PyWeather and git pull it'll be broken for a few days.

o355 commented 6 years ago

Also while we're working with the config loading part of code let's make sure that occurred. is moved to the 1st line of print and not the 2nd.

Oh and let's also completely redo the entire logger section for config variables

o355 commented 6 years ago

Finished up with coding for reading the variables.

Now on to other various stuff.

o355 commented 6 years ago

I make sure that print statements looked good.

Refactoring all the config logger statements then back to the ACTUAL plan.

o355 commented 6 years ago

New ETA for completion is this weekend