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
Currently, the tool doesn't have much support for different testing versions or track records.
Here's a list of possible iterations and features to implement (unordered):
Metadata: id, creation date, created by, comments. Maybe in a future iteration a "parent_version_id"
New versions will be created from last one (maybe you can select one specific version as a 2nd iteration), allowing the user to edit each config inside it.
Ensure atomicity for new version transaction to avoid partial saves.
The version should be a schema containing a reference pointing to all other configurations (like map, characters).
It should store the 'version number'. It will store arena version + autoincremental per copy for that arena version.
Currently, the tool doesn't have much support for different testing versions or track records.
Here's a list of possible iterations and features to implement (unordered):
The text was updated successfully, but these errors were encountered: