Music Philosophy Art Math Chess Programming and much more ...
Eplanation of symbols: |
|
✅ | Function or Script fully working and tested |
✅🔄 | Function or Script fully working and tested |
❌🔄 | Under investigation |
❌ | Bug or missing function |
2025-04-28 19:05:46 Search on White performs as expected; i.e once "Morphy, Paul" is selected Black at once contains only Paul Morphys opponent just as you expect as a user. Here though we must think this through, we dont need to connect everything with everything so to speak, but a very good example is that white player should be connected to black player(s) As soon as we triggers Morphy, Paul search From date should be at first date with correct format and To date should automatically be last game with correct date format. Note, that fortunately the db is sorted chronologically by default ID :) .
We must also consider the Collections table where we have 2 major things to do, the display must be not the CollectionID but rather the "Event" Column. Event must naturally be connected to players both black and white. Here same logic about date from - to applies