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

Feature request: Ability to load call history file to show membership info in log page #1148

Open
m0pcb opened this issue Sep 4, 2021 · 10 comments
Assignees
Labels
Feature This would improve Cloudlog In Development This is currently being added

Comments

@m0pcb
Copy link
Contributor

m0pcb commented Sep 4, 2021

Just like in N1MM loading a call history file allows N1MM to show a name and membership number on the log window I would like to be able to upload an N1MM call history file that will show me data about a callsign on the main logging entry page.

Why is this useful? It would highlight a callsign as being a member of your club and show their name or other info about them. Suggest using the N1MM call history format because those files are common and easy to edit/create.

@magicbug magicbug added the Feature This would improve Cloudlog label Jul 8, 2023
@magicbug
Copy link
Owner

magicbug commented Jan 1, 2024

FOCCW.txt

Attaching the FOC txt from N1MM as example for taking this further

@magicbug magicbug self-assigned this Jan 1, 2024
@magicbug magicbug added the In Development This is currently being added label Jan 1, 2024
@magicbug
Copy link
Owner

OK so i can now read CSVs and get PHP array output similar to this

example

The question really is how to handle this in the frontend..

Does name overwrite that that exists or should this be shown in a box on the right

@timkirby
Copy link

Thanks for looking at this for us!

Good questions! I think one of the things we would like to know is a quick prompt that someone is an FOC (or CWOPs, FISTS etc etc) member as you type the callsign in. Possibly the ability to overwrite the name might be useful. - could do something like insert Tim (CWOps: 2755) into the name field.

It might be useful to record the membership number in a field so that we could potentially get reports based on the club members that have been worked. Having said that, Fabian's reporting suite is so good -based on an ADIF upload - it's arguable that's not needed at all. I'll be interested to see what Iain thinks.

I also wonder if there is mileage in having the ability to look up more than one call history file. That then raises the question of what you do if someone appears in both files!!

Sorry - I appreciate I have raised more questions than provided answers...

@magicbug
Copy link
Owner

Could add the data to the SIG/SIG INFO under General, obviously more tricky if they are a member of more than one group.

@timkirby
Copy link

timkirby commented Jan 10, 2024 via email

@magicbug
Copy link
Owner

You could do it in the Comments field with FOC:#number# etc then like it out in the search

@timkirby
Copy link

timkirby commented Jan 10, 2024 via email

@magicbug
Copy link
Owner

OK will wait to see what @m0pcb thinks before implementing

@timkirby
Copy link

timkirby commented Jan 10, 2024 via email

@m0pcb
Copy link
Contributor Author

m0pcb commented Jan 14, 2024

Apologies for the delay in commenting here.

I reckon it will be good to be able to insert the name into the Name field, ideally with correct character case rather than all caps or all lower case.

Membership numbers would be good to insert into the comments field, as above FOC:nnnn FISTS:mmmm in a list. There are a variety of different call history files, either club specific or multi-club. It would be great to be able to handle the different types, which the example shows multiple entries.

I might also suggest a pane to the right of the log entry form, maybe above the poane showing callsign matches from the log, which shows club membership, number and name in a more obvious font than reading the log entry form fields.

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

No branches or pull requests

3 participants