Wojciech Kozlowski wojtek
  • Joined on 2022-11-15
97e8941e90 Finish unit tests and lints
713cbdc26c Exclude some from coverage
Compare 2 commits »
wojtek created pull request wojtek/musichoard#196 2024-08-28 16:41:06 +02:00
WIP: Decide carefully where external::musicbrainz belongs
041a91de4c Split API over multiple files
c558fe8c1d Fix examples
57064f3b3c Minor nit
54dee15713 Minor nit
0e97f26b6e Do not implement deserialize for core types
Compare 8 commits »
wojtek opened issue wojtek/musichoard#195 2024-08-28 15:04:09 +02:00
Use the Deserialize trait for JSON just like for MusicBrainz
wojtek commented on issue wojtek/musichoard#193 2024-08-27 18:49:51 +02:00
Decide carefully where external::musicbrainz belongs

Conclusion:

  • Make the lib component implement a plain MusicBrainz API up to the degree of flexibility is needed. Such that it could be split out into its own independent crate if desirable. -…
wojtek deleted branch 192---replace-mh--imusichoard-generic-with-a-trait-object from wojtek/musichoard 2024-08-27 18:45:06 +02:00
wojtek pushed to main at wojtek/musichoard 2024-08-27 18:45:06 +02:00
b70499d8de Replace MH: IMusicHoard generic with a trait object (#194)
wojtek merged pull request wojtek/musichoard#194 2024-08-27 18:45:04 +02:00
Replace `MH: IMusicHoard` generic with a trait object
wojtek closed issue wojtek/musichoard#192 2024-08-27 18:45:04 +02:00
Replace MH: IMusicHoard generic with a trait object
ca4e8f9e02 Use a trait object for IMusicHoard
wojtek commented on issue wojtek/musichoard#193 2024-08-27 18:26:52 +02:00
Decide carefully where external::musicbrainz belongs

As part of this grep and remove all dependence on musichoard::interface::musicbrainz::* in the TUI crate.

wojtek created pull request wojtek/musichoard#194 2024-08-27 18:10:59 +02:00
WIP: Replace MH: IMusicHoard generic with a trait object
wojtek merged pull request wojtek/musichoard#167 2024-08-27 17:55:53 +02:00
Provide a keyboard shortcut to sync all existing albums with MusicBrainz
wojtek pushed to main at wojtek/musichoard 2024-08-27 17:55:53 +02:00
cf7e23c38c Provide a keyboard shortcut to sync all existing albums with MusicBrainz (#167)
wojtek deleted branch 166---provide-a-keyboard-shortcut-to-sync-all-existing-albums-with-musicbrainz from wojtek/musichoard 2024-08-27 17:55:53 +02:00
wojtek closed issue wojtek/musichoard#166 2024-08-27 17:55:53 +02:00
Provide a keyboard shortcut to sync all existing albums with MusicBrainz