bushwallyta271828 / logic_graph_scalable

This repository should support the logicgraph.dev website, taking over from logic_graph.
MIT License
0 stars 0 forks source link

claimID is not being handled in a generalizable way #119

Open bushwallyta271828 opened 7 months ago

bushwallyta271828 commented 7 months ago

I want my local IDs to be short (6 or 7 characters) but my database-side IDs to be long (so I'm not restricted after a couple million/billion claims). Also these will be different because I don't want my server querying the database to check that a claimID hasn't been used every time the user tries to create a new claim.

I suppose I'll need a map between local claimIDs and global claimIDs.