You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we reference Rangers by handle in IMS. If you change you handle in the Clubhouse, IMS will lose these references, so we should remember both.
I think we need to keep using handles in the JSON API, and that should be fine, but the database should add a RANGER table which indexes the handles by the external primary key.
In the current MySQL database, that primary key is an int. But in a text file, the primary key might be the handle, or a GUID. So I think we should store the key as text and convert in the client.
The text was updated successfully, but these errors were encountered:
Right now, we reference Rangers by handle in IMS. If you change you handle in the Clubhouse, IMS will lose these references, so we should remember both.
I think we need to keep using handles in the JSON API, and that should be fine, but the database should add a
RANGER
table which indexes the handles by the external primary key.In the current MySQL database, that primary key is an
int
. But in a text file, the primary key might be the handle, or a GUID. So I think we should store the key as text and convert in the client.The text was updated successfully, but these errors were encountered: