-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CONFIGURATOR] Versioning + UI (#1013)
* Add versioning feature (1st iteration) - Reorganize schemas and tables constraints (version_id) - Add Version associations (and assoc changesets) - Allow new config version creation in UI (update forms) * Add 'back to home' redirect button * Fix all character views to work with new versions' behavior * Fix all game_configuration views to work with new versions' behavior * Fix error cases in character controller * Fix all map_configuration views to work with new versions' behavior * Fix all skills views to work with new versions' behavior * Fix all consumable_items views to work with new versions' behavior * Fix seeds for both autobattler and arena apps, improve UI styles and fix form bugs * Add gh issue link to TODOs * Refactor function to list curse skills grouped by type * Current version now takes all consumable items, also handle items without any effect * Filter active items when encoding the configuration * Rename :version_id path param due to override and fix warnings in code * Format code * Add missing param in map_confguration_form * Add nil case for skill_select and update test cases for CharacterController * Update test cases for MapConfigurationController * Handle nil case in version creation * Create version for Autobattler tests
- Loading branch information
1 parent
57641d9
commit e511e14
Showing
67 changed files
with
971 additions
and
373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
apps/configurator/lib/configurator_web/components/layouts/app.html.heex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.