-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Marketplace listing details from DB or Discogs
- Collection object now passed to DiscodosListApp to make DB queries possible. - Rename prettifier function to _two_column_view. It might later transform to a ViewCommon* function. - Marketplace stats are still only available when hitting enter (fetches from Discogs). Fixed "lowest price" display. - Start an initiative to rename actual Discogs fetchers to "fetch_" and name DB selects "get_". - Only log when something was actually fetched with hitting "Enter". - For now hardcoded self.key_translation map for prettified sales listing details and marketplace stats info panel. Usable with DB as well as Discogs data. The prerequsite though is equally named dictionary keys (use d_sales...)
- Loading branch information
Showing
4 changed files
with
135 additions
and
42 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