cannawen / metric_units_reddit_bot

Reddit bot converting imperial units to metric units
https://www.reddit.com/user/metric_units
GNU General Public License v3.0
78 stars 34 forks source link

Handling ranges better #41

Closed nalinbhardwaj closed 6 years ago

nalinbhardwaj commented 6 years ago

Currently, the bot handles ranges in a non-intuitive way by displaying each value separately, the current ranges handling can be made much better instead if we process them separately in findPotentialConversions and formatConversion to do the following:

I think I can work on this(if the changes make sense?)

cannawen commented 6 years ago

That would be awesome! Thanks for volunteering :) Let me know if you need any assistance