Skip to content
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

Improve Weather Factors (Add Weather Conditions) #2

Open
lucaswhitaker22 opened this issue Aug 2, 2019 · 2 comments
Open

Improve Weather Factors (Add Weather Conditions) #2

lucaswhitaker22 opened this issue Aug 2, 2019 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@lucaswhitaker22
Copy link
Owner

lucaswhitaker22 commented Aug 2, 2019

Add more to the weather. Currently, the only things influencing sales is the temperature. Instead of using temperature to influence customer count, other weather conditions should be the deciding factor. Cloudy, Raining, Sunny etc

Each weather condition will be given a "score", the higher the score the more visitors. The score increases weather becomes more desirable (since people typically walk around outside more on a nice day).

For example, @markjames-eng gave the example (all numbers are arbitrary) of :

  • nice sunny day then the score would be 5
  • hot sunny day then the score would be 4
  • cloudy day then the score would be 5
  • stormy day then the score would be 2
@lucaswhitaker22 lucaswhitaker22 added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Aug 2, 2019
@markjames-eng
Copy link

markjames-eng commented Aug 14, 2019

Would you be okay with having weather scores be consistent based on a condition, instead of the actually temperature?
(all numbers are arbitrary)
So if it was nice sunny day (21-26) then the score would be 5
If it was a hot sunny day (27-34) then the score would be 4
Cloudy( 17-20) then the score would be 5
Storming (12-16) then the score would be 2

and so on.

This would make the actual temperature just cosmetic, the real work would be done by the conditions (based on their ranges).

Just an idea!

@lucaswhitaker22
Copy link
Owner Author

Would you be okay with having weather scores be consistent based on a condition, instead of the actually temperature?
(all numbers are arbitrary)
So if it was nice sunny day (21-26) then the score would be 5
If it was a hot sunny day (27-34) then the score would be 4
Cloudy( 17-20) then the score would be 5
Storming (12-16) then the score would be 2

and so on.

This would make the actual temperature just cosmetic, the real work would be done by the conditions (based on their ranges).

Just an idea!

That is a great idea! May even make calculation sales easier. Will add this to the issue. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants