-
Notifications
You must be signed in to change notification settings - Fork 899
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Exports::CustomButtons] Refactor/Simplify
The previous implementation of this exporter used very abstract logic to export the specific data items needed. While incredibly DRY as a result, it is also very hard to parse and when the underlying DB structure changes, it is even harder to fix (#foreshadowing) As a result, the change specifically makes it so the class is much more direct in what it is exporting, and hopefully makes it easier to digest on how it is working as well.
- Loading branch information
1 parent
470e8b4
commit 2fd1e67
Showing
3 changed files
with
382 additions
and
106 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
Oops, something went wrong.