Apollys
Apollys
When the user clicks `Import Downloaded Filter`: - If the downloaded filter exists, run `import_downloaded_filter` - Else if the input filter exists, run `load_input_filter` - Display message to user `Downloaded...
Specifically, this will make item-rule matching on custom rules clearer.
FilterBlade filters have an AreaLevel restriction on flask quality rules used. We should remove these conditions on import. ``` # The rules we modify for flask quality functionality are: #...
When user pressed "Add" for socket patterns in frontend gui, socket pattern should be validated before being added to the list.
Add "Rename Profile" and "Delete Profile" functionality. - [x] Backend - [ ] Frontend
- Create two files: `basetypes.txt` and `flask_basetypes.txt` in the Resources directory. - Utilize these files to populate corresponding AHK DropDownLists. After the above are complete, we can change the backend...
All nontrivial functions should have a unit test. Missing unit tests: - [ ] `file_helper.py` is missing unit tests - [ ] `loot_filter_rule_test.py` is incomplete (see TODO in code) -...
The current backend_cli_test.py only tests if the functions can be run. It also omits some function calls. All functions should be run and output verified in some way (even if...
We've gotten this suggestion in a few places now. Users really like drag and drop, since it's very intuitive. Ideally, users would be able to drag currency from one tier...
Perhaps after the refactor, this is working correctly now. Example item: ``` Item Class: Rings Rarity: Rare Blood Eye Breach Ring -------- Requirements: Level: 63 -------- Item Level: 83 --------...