Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import user's collection #18

Open
jrtibbetts opened this issue Jul 13, 2018 · 0 comments
Open

Import user's collection #18

jrtibbetts opened this issue Jul 13, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jrtibbetts
Copy link
Owner

Since there's no API for requesting a full collection database dump and then ingesting it, I think we just have to retrieve everything one page at a time.

@jrtibbetts jrtibbetts added the enhancement New feature or request label Jul 13, 2018
@jrtibbetts jrtibbetts self-assigned this Jul 13, 2018
@jrtibbetts jrtibbetts added this to To do in SwiftDiscogs via automation Jul 13, 2018
@jrtibbetts jrtibbetts moved this from To do to In progress in SwiftDiscogs Jul 13, 2018
@jrtibbetts jrtibbetts moved this from In progress to To do in SwiftDiscogs Jul 13, 2018
@jrtibbetts jrtibbetts moved this from To do to In progress in SwiftDiscogs Jul 15, 2018
@jrtibbetts jrtibbetts moved this from In progress to To do in SwiftDiscogs Jul 15, 2018
@jrtibbetts jrtibbetts moved this from To do to In progress in SwiftDiscogs Nov 6, 2018
@jrtibbetts jrtibbetts moved this from In progress to To do in SwiftDiscogs Nov 6, 2018
@jrtibbetts jrtibbetts moved this from To do to In progress in SwiftDiscogs Apr 18, 2019
jrtibbetts added a commit that referenced this issue Apr 22, 2019
…e protocol, and implemented them on DiscogsService and MediaLibraryService.
jrtibbetts added a commit that referenced this issue Apr 22, 2019
…o .update(importedItemCount:,totalItemCount:,forService) and implemented it everywhere. The import progress bar in the cell now updates correctly.
jrtibbetts added a commit that referenced this issue Apr 22, 2019
…, because public is a keyword, of course. :)
jrtibbetts added a commit that referenced this issue Apr 22, 2019
… distinguish it from the new Discogs container that I'm about to create.
jrtibbetts added a commit that referenced this issue Apr 24, 2019
…a DiscogsContainer, then modified it for the Discogs collection data model.
jrtibbetts added a commit that referenced this issue Apr 24, 2019
jrtibbetts added a commit that referenced this issue Apr 24, 2019
…There's still a runtime crash because it can't find the Folder entity type, though.
jrtibbetts added a commit that referenced this issue Apr 24, 2019
…ting a fetch request for the wrong entity type! 🤦‍♂️
jrtibbetts added a commit that referenced this issue Apr 24, 2019
…ires the call to the import delegate, the explicit import delegate call has been removed.
jrtibbetts added a commit that referenced this issue May 1, 2019
jrtibbetts added a commit that referenced this issue May 1, 2019
…a Promise, and the unit tests wait for that promise.
jrtibbetts added a commit that referenced this issue May 1, 2019
… It's just safer and easier to do it this way, instead of trying to make it an implicitly-unwrapped Optional property or throwing an error if it's nil.
jrtibbetts added a commit that referenced this issue May 1, 2019
jrtibbetts added a commit that referenced this issue May 1, 2019
jrtibbetts added a commit that referenced this issue May 1, 2019
jrtibbetts added a commit that referenced this issue May 4, 2019
…ases public so that they can be tested individually.
jrtibbetts added a commit that referenced this issue May 4, 2019
…DiscogsCollectionWithValidUserNameOk() back to 20 seconds.
jrtibbetts added a commit that referenced this issue May 5, 2019
…ension to Int that adds a times property and times() function.
jrtibbetts added a commit that referenced this issue May 5, 2019
…eyed by their IDs, in order to cache things between promises.
jrtibbetts added a commit that referenced this issue May 7, 2019
…teCoreDataItems() because it's crashing with an error I don't understand.
jrtibbetts added a commit that referenced this issue May 7, 2019
jrtibbetts added a commit that referenced this issue May 11, 2019
jrtibbetts added a commit that referenced this issue May 11, 2019
jrtibbetts added a commit that referenced this issue May 11, 2019
…as doing exactly what Discogs.collectionFolders() does!
jrtibbetts added a commit that referenced this issue May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
SwiftDiscogs
  
In progress
Development

No branches or pull requests

1 participant