garyj
Yes we thought about this but implementation is not that easy.
In the AUTO-PREDICT page, filters are never removed from one state to another UNTIL the page is REFRESHED. So we can implement this with the PREDICTION page too.
HOWEVER, EXAMPLE: When does the program save filters? A member can start entering filters then they enter more filters and then more filters. When does the program know when to record a group of filters? We could make a filter history drop down but when how does the program know when to record. Each filter shows the result immediately.
We could code a SAVE FILTERS dropdown. Once you finish entering all the filters, you click the drop down and click SAVE FILTERS. It saves the current filters as a BUTTON. THUS, all you need to do is click the button and it APPLIES the saved filters. You can also ROLLOVER the button and see all the filters that button refers to. We can also add a DELETE button.
PLAY RESULTS: we can also add the ability to RECORD wins that the filter gets. For example, even if you dont play the filters, it will show you how many times it caught the winner by having a number next to the “BUTTON(5)”
SHARE FEATURE: Gives you the ability to send your filters to other members. You will be able to enter a members username and the filter BUTTON will be added to their filter history dropdown.
AI
We can add this to AI where you can ask AI to add filters and also which filters are more successful plus take your saved filters and produce numbers with it.
Would this be enough?