提交图

51 提交

作者 SHA1 备注 提交日期
Peter Goodhall
3d7258c1f5 Optimize dashboard model loading and DXCC count
Refactored Dashboard controller to load common models in the constructor and optimize dashboard options processing using associative arrays for faster lookups. Replaced DXCC entity counting logic with a new get_total_dxcc_count() method in the Dxcc model to avoid loading all records, improving performance.
2025-08-09 21:14:39 +01:00
Peter Goodhall
278a4b384c Optimize QSO statistics retrieval with consolidated query
Replaced multiple individual queries for QSO statistics in Dashboard controller with a single consolidated query in Logbook_model. This improves performance by reducing database calls when fetching today's, total, monthly, and yearly QSO counts.
2025-08-09 21:10:04 +01:00
Peter Goodhall
54dea657ec Start of the new Setup Welcome code 2024-06-11 14:50:27 +01:00
Peter Goodhall
3ad075d3d6 [Dashboard] QSO Today Notice now updates every 30 seconds
This addresses #3116
2024-05-23 22:03:59 +01:00
Peter Goodhall
9691a8bc3a [Dashboard] Reload the Logbook Table every 5 seconds
This reloads the logbook table on the dashboard every 5 seconds as mentioned in #3105
2024-05-16 13:58:58 +01:00
Peter Goodhall
abda7fb663 [Dashboard|User] Control over what cards are shown on the dashboard 2024-03-19 14:38:33 +00:00
Peter Goodhall
945c1f9ef7 [Dashboard] DXCC Upcoming now a component loaded after the main page load 2024-02-18 13:47:01 +00:00
Peter Goodhall
039341039a Cache the output of dashboard weekly lookup for an hour 2024-02-17 21:00:11 +00:00
Peter Goodhall
0db9b37f73 Adds DXpeditions this week to dashboard 2024-02-17 17:54:35 +00:00
Peter Goodhall
f16a2716d8 [Dashboard] Nothing exciting just formatted the code 2024-02-17 17:06:33 +00:00
abarrau
81f9013e62 new function and remove old function 2023-12-12 08:18:42 +01:00
int2001
f5313eca63
Added QRZ-Support to Cloudlog 2023-12-07 16:30:40 +00:00
abarrau
6244681069 Map custom function (eng lang) 2023-11-30 18:11:22 +01:00
int2001
1023ffafab
Splitted VUCC into real VUCC and SAT-VUCC at Dashboard 2023-11-22 06:04:58 +00:00
Andreas
627f51572f Added missing changes in the controller 2023-10-30 12:23:55 +01:00
int2001
d2e25a27c8
Added detail-view to todays QSLs 2023-08-14 13:20:13 +00:00
int2001
9ae11a29ec
Added today-Stats to QSL-Breakdown 2023-08-14 12:01:24 +00:00
int2001
8e5dacea01
Removed unused functions at Dashboard / Secured webadif 2023-07-31 05:34:44 +00:00
Peter Goodhall
e8c62a26cf [Dashboard] Update radio frequency display every 5 seconds 2023-05-28 15:02:15 +01:00
phl0
2370ee2bfe
Harmonize LoTW abbreviation 2023-04-26 05:44:54 +02:00
phl0
33ed61409b
Show warnings on dashboard and set deadline to 30 days 2022-12-23 14:49:03 +01:00
phl0
951be84c97
Rename recv/RECV to rcvd/RCVD to comply with ADIF fields and avoid
confusion
2022-11-08 23:57:39 +01:00
Peter Goodhall
c0f812baeb Hopefully now works correctly 2022-10-11 14:59:17 +01:00
Andreas
5e3cd0c986 [Dashboard] Fix if user locator is not valid 2022-09-20 17:40:14 +02:00
Andreas
7765740b02 [Dashboard] Added VUCC 2022-09-10 11:39:59 +02:00
Kim - DG9VH
cff045d5b8 Show it also in Dashboard
Also show submodes in Dashboard
2022-07-17 23:23:35 +02:00
Andreas
ed23846db9 [Dashboard map] Fix lookup for dashboard QSOs plotted on the map 2022-07-04 12:32:25 +02:00
Peter Goodhall
b02b5c84e3 Fixes issue with map dxcc item not always being correct 2022-04-25 11:01:32 +01:00
Peter Goodhall
0eb2b6043e [Mapping] calculate midpoint of multi grids for markers 2022-04-04 15:15:24 +01:00
Peter Goodhall
3a83145e09 [Dashboard] More optimisation for speed now 70% faster 2022-02-17 14:20:32 +00:00
Peter Goodhall
c44b4d7e4b [Dashboard] Merged 4 SQL queries into one call reducing page load times. 2022-02-17 11:58:09 +00:00
Peter Goodhall
91548afea7 [Dashboard] Removed extra login session check and migration check as its called by auto load
Removed extra login session check and migration check as its called by auto load this speeds up page load time and reduces SQL queries down to  44 for the page which is still too many
2022-02-16 22:27:44 +00:00
Peter Goodhall
f717d8820c [Dashboard] If environment is set to development then show the debug toolbar 2022-02-16 16:14:38 +00:00
Thomas Werzmirzowsky
602a63d8c1 added eQSL and LotW to the dashboard 2021-11-19 22:34:58 +01:00
Thomas Werzmirzowsky
6e8729d9dd map on dashboard now shows the same QSOs as the list below (excluding
the ones without gridsquare)
2021-11-15 19:16:54 +01:00
Peter Goodhall
3a36b38b82 [Dashboard] Redirect to Login if user isn't logged in 2021-11-08 15:22:17 +00:00
Peter Goodhall
bbdd0eadde [Dashboard] Adds Radio Status showing radios active in the last 15mins 2021-05-03 14:06:56 +01:00
Peter Goodhall
388bfb848a Revert "Merge pull request #706 from ofadam/patch-1"
This reverts commit 9647fa917e, reversing
changes made to e7d0d00e89.
2020-11-17 17:40:55 +00:00
Adam
2b5a424a78
Display submode if available
This looks for submode first on the "MODE:" display fields – matching how the logbook itself functions.
2020-11-16 18:46:18 -06:00
Andreas
68c8b3889c Fixed a couple of bugs in countries breakdown on dashboard. 2020-10-16 20:02:54 +02:00
Peter Goodhall
9abc79081d [Dashboard][SetupChecklist] Started code to bring a setup checklist for new installs to cloudlog 2020-10-12 16:14:28 +01:00
Andreas Brain
cf4efcced0
Include QSOs on Sunday of the current week, fixes #639 2020-10-04 15:23:13 +02:00
Peter Goodhall
ee3ac62f03 removed test code from controller 2020-08-21 17:20:51 +01:00
Peter Goodhall
7a7372647f Removed some database calls that wasn't used 2020-08-21 17:15:35 +01:00
Kim Huebel
024d4df010 added Paper/eQSL/LoTW... 2019-12-11 22:50:21 +01:00
Kim Huebel
4f1ba5327c Improved Countries Breakdown by showing confirmed (by paper-QSL) and needed confirmed 2019-12-07 23:32:41 +01:00
Peter Goodhall
2a8f7f9272 Added a function to assign all QSOs to station profile number 1 and added table field into station profile for eqsl nickname 2019-10-03 12:56:25 +01:00
Peter Goodhall
49e434149f Map was referencing the old dxcc table, moved to a new structure. 2019-08-19 16:38:38 +01:00
Peter Goodhall
e2ff5d77c1 Logbook interface updated 2019-05-14 16:46:16 +01:00
Peter Goodhall
b3ce2c9a27 Changed Dashboard page to latest bootstrap and fixed Awards page 2019-03-20 16:58:06 +00:00