Replies: 7 comments 25 replies
-
Legacy field that hasn't been used since the early days of development, its far easier todo it on the fly |
Beta Was this translation helpful? Give feedback.
-
Guys I made a small PoC that uses the calculated distance and stores it into the QSO table. This is just PoC state as of now. I.e. only storing upon creating the QSO. No UI for update/editing of this value (yet). Just looking for feedback here. See: |
Beta Was this translation helpful? Give feedback.
-
Nice idea but would need logic to handle if the grid changes at any point within Cloudlog think this would only be qso edit and perhaps lotw |
Beta Was this translation helpful? Give feedback.
-
My code is now merged into dev branch. @Werzi2001 pls test and report. |
Beta Was this translation helpful? Give feedback.
-
Seems OK just ran it |
Beta Was this translation helpful? Give feedback.
-
Tnx feedback. The initial run to update all QSOs with missing data may run for a while on first run :-) |
Beta Was this translation helpful? Give feedback.
-
Hhmmmm difficult question. You could log a QSO with a station in the same square. Distance is then 0 and stored as such. These QSOs would be updated with 0s over and over again ... This is why I decided to only select QSOs with no distance at all.
Thats great. |
Beta Was this translation helpful? Give feedback.
-
Hello everybody,
I just noticed that there actually is a COL_DISTANCE in the database which is also available in the advanced search. Anyhow that column is not filled (always NULL) and the distance shown in the UI (e.g. in the QSO details) seems to be calculated on-the-fly.
I would find it really interesting to have that column filled correctly (especially to search by it using the advanced search). Is there any specific reason why the column exists but is not filled? I'm not really sure where it should be filled (maybe every time a QSO is created/updated?) but if you give me a hint I would try to add that feature.
Best Regards
Werzi2001
Beta Was this translation helpful? Give feedback.
All reactions