The key problem is that how to assign card IDs. I want to keep all cards alphabetical based on their names, while IDs are also continuous. The current design leaves no room for new cards.
Seems that I should abandon saving cards information in js file. Use the database, or change the card ID from an integer to a String.
The key problem is that how to assign card IDs. I want to keep all cards alphabetical based on their names, while IDs are also continuous. The current design leaves no room for new cards.
Seems that I should abandon saving cards information in js file. Use the database, or change the card ID from an integer to a String.