-
Notifications
You must be signed in to change notification settings - Fork 0
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
Convert id values from strings to ints #4
Comments
|
@b3ll what specific properties are you looking for type conversions on here? I just looked through and I don't even see any that I publicly expose except for on Clan. So I can expose some if you need them, and make them ints. |
@nathanhosselton ideally either exposing the membershipID as an Int or making Player, Clan, and Member all conform to Hashable, Equatable, etc so lookups are possible in Collections (see the DataKitExtensions file in Raid Dad) |
Except Clan: Hashable, which is omitted pending a use case given the implementation requirements. Refs #4
@b3ll Will the changes in that commit fit the bill? Any need to still expose the unique identifiers? |
e.g.
DadKit/DadKit/Player.swift
Line 19 in c4cf1d0
The text was updated successfully, but these errors were encountered: