-
-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 'My Sig' and 'My Sig Info' to station profile in order to support WWFF or similar #688
Comments
I've started my work here: https://github.com/daccle/Cloudlog/tree/add_sig_to_station So far I've edited the model and the view. W |
You'd need to create a migration file to add the fields to station profile table then adjust the station profile model and frontend to add these with validation for whatever is expected. I'll admit wasn't on my roadmap to add but no objection to it. |
Hi Peter! The TABLE_HRD_CONTACTS_V01 already has the fields COL_MY_SIG and COL_MY_SIG_INFO but I don't know how to populate them. Any advise is kindly appreciated. |
Add sig and sig_info to station #688
I operate regulary portable in the WWFF (https://wwff.co/) contest/award, so I would like to add a WWFF reference (e.g. DLFF-0029) to my station profile. In the ADIF Export, this should be something like:
<MY_SIG:4>WWFF <MY_SIG_INFO:8>DLFF-0029
I am willing to implement this for myself, but I would love to have some help in planning the needed steps and I need somebody to review my code.
The text was updated successfully, but these errors were encountered: