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

Implement a global phone list #730

Open
luciensadi opened this issue Jan 17, 2024 · 0 comments
Open

Implement a global phone list #730

luciensadi opened this issue Jan 17, 2024 · 0 comments

Comments

@luciensadi
Copy link
Owner

Implement a phone list that:

  • Keeps track of phone numbers and links them to phones without possibility of number duplication
  • Allows for phone numbers to be associated with players in a global phone book of some type that works even when the player is offline
  • Allows transferring numbers between phones or reclaiming them if the phone is destroyed

This will most likely need its own database table. I'm envisioning the phone having a unique idnum, which is looked up in the table, and is linked for phonebook lookups to the last person to use the phone (or the last person to run phone register or whatever).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant