Replies: 18 comments 37 replies
-
Print Requested QSLs
Only show "logged in users" station locations
Only show logged in users QSOs
To this point I would suggest that you can define one user as a
"logbook-master-account" that can show and print all log-entries to solve
following use-case that would be very common on club-stations:
Here many individual operators will use a common callsign assigned to one
person as a club-callsign (for example: DLØNK). Now the callsign-keeper
should be able to print all QSOs logged for this callsign but done from
several operators that have individual logins for the logbook.
Just my 2 cent :-)
73 de Kim
DG9VH
|
Beta Was this translation helpful? Give feedback.
-
Would be perfect :-)
Am Sa., 13. Nov. 2021 um 22:45 Uhr schrieb Peter Goodhall <
***@***.***>:
… Logbooks do have a Master user_id of who created them so thats no issue to
implement
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1283 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADKN5OU7TCVYJMZOGATJE4TUL3L6FANCNFSM5H7B62BA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
Amateurfunk ist das, was uns verbindet! Bleiben wir in Kontakt!
Ortsverband Q03, Neunkirchen
|
Beta Was this translation helpful? Give feedback.
-
An extensive list indeed. I didn't realize there were so many, but they do make sense. To make things easier, I would suggest merging master into station_logbooks to get it up to date. |
Beta Was this translation helpful? Give feedback.
-
A few comments and ideas regarding install (and first setup).
This is what comes to mind when installing Cloudlog from scratch, and have no idea how everything is connected together. |
Beta Was this translation helpful? Give feedback.
-
@magicbug Maybe it's a good idea to mark (strike through?) done todos in your list (in order to avoid confusion). I created pull requests for the dashboard, DXCC and IOTA tasks. Chosen some easy stuff so you guys can focus on the more important things :) |
Beta Was this translation helpful? Give feedback.
-
@magicbug What kind of implode error do you get on analytics and awards? I don't see them here. I mostly get "Nothing found". |
Beta Was this translation helpful? Give feedback.
-
Need some discussion on Clublog uploading at the moment needs a cloudlog "username" passed that holds the clublog login, I'm thinking going forward this isn't the best solution and with multi logbooks and users would it be better suited to move the clublog logins to either Logbooks or Locations. This could also be done for LoTW so that different logins can be used for different callsigns especially if its club vs home call Feedback welcome! |
Beta Was this translation helpful? Give feedback.
-
@magicbug API keys only show keys based on user_id. I added that when I added user_id to the table.
|
Beta Was this translation helpful? Give feedback.
-
@magicbug regarding qslcards, it can be checked. @Werzi2001 added this in a PR. It checks on station_id for the logged in user, both on loading page and searching for additional QSOs. |
Beta Was this translation helpful? Give feedback.
-
@magicbug just checked the code for hardware interfaces. models/cat/status only loads result from cat-table with logged in user. |
Beta Was this translation helpful? Give feedback.
-
Hi All, Just to say thanks @Werzi2001 and @AndreasK79 for the PRs most are now merged, finally have some free time which makes a nice change :) shall try to work through my list in the coming days :) |
Beta Was this translation helpful? Give feedback.
-
Password Reset is now in, it uses default "SendMail" at the moment but I'm working on adding email settings to global configuration area next. Just need to save config items then wire it all in. |
Beta Was this translation helpful? Give feedback.
-
@magicbug I checked the code regarding LoTW. It only loads the certs for the logged in userid, so that's one you can check as done. |
Beta Was this translation helpful? Give feedback.
-
Just so I don't forget when using /api/qso I have added a switch to the import call that enables API mode which means it doesn't check the user against the station profile for now. |
Beta Was this translation helpful? Give feedback.
-
Took a bit of time out of new features and looked over the dashboard code to see what could be improved before reusing some of the code for the public display managed to get it down from 40+ SQL queries down to 16 with an average page speed increase of roughly 60%. |
Beta Was this translation helpful? Give feedback.
-
@magicbug where are we regarding this list? I can take a look at the Clublog script. |
Beta Was this translation helpful? Give feedback.
-
Still got some tweaking to do, but it's pretty close. |
Beta Was this translation helpful? Give feedback.
-
Only eQSL and setup checklist is left in the list on top. Seems to me we are close. |
Beta Was this translation helpful? Give feedback.
-
Progress with version 2.0 is coming along if you have been watching the station_logbook branch, a big thankyou to @AndreasK79 and @Werzi2001 for their help, however, there are lots of bits that still need to be completed and I wanted to keep people in the loop to get V2.0 ready for launching the items below will need completing, once this is done and tested hopefully with PHP 8.0 support it will be merged into the Master branch and another branch "Development" will be created to hold future development work.
Things will change after this and Development will become the "BETA" branch so to speak, everything will be done on there then every week or so merged into master, this should reduce bugs in the master branch.
There's been a big change in the roles there's now just two these are "Admin" and "Operator" this allows a single instance to support more than one user (finally!)
I'm sure there are lots of "new features" everyone would like but this is the bare minimum at the moment, new features will be handled separately when the following works.
Install
User Accounts
Dashboard
QSO
QSL Cards
Analytics
Statistics
Awards
DXCC Award
IOTA Award
Search
User Dropdown
Station Logbook
Station Location
ADIF Import / Export
Print Requested QSLs
KML Export
DX Atlas Gridsquare Export
LoTW
eQSL
Clublog
QRZ
API Keys
Hardware Interfaces
Public Dashboard
Beta Was this translation helpful? Give feedback.
All reactions