Skip to content
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

Closed
daccle opened this issue Nov 8, 2020 · 3 comments · Fixed by #690
Closed
Labels
Feature This would improve Cloudlog

Comments

@daccle
Copy link
Contributor

daccle commented Nov 8, 2020

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.

@daccle daccle changed the title Add My Sig and My Sig Info to station profile in order to support WWFF or similar Add 'My Sig' and 'My Sig Info' to station profile in order to support WWFF or similar Nov 8, 2020
@daccle
Copy link
Contributor Author

daccle commented Nov 8, 2020

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

@magicbug
Copy link
Owner

magicbug commented Nov 8, 2020

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.

@magicbug magicbug added the Feature This would improve Cloudlog label Nov 8, 2020
@daccle
Copy link
Contributor Author

daccle commented Nov 8, 2020

Hi Peter!
I've added the changes to the model, the edit/create view. I've made a migration to add the fields into the station_profile table. Now I am struggeling to make sure, that 'sig' and 'sig_info' are added to the QSO.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature This would improve Cloudlog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants