Closed JakeWharton closed 10 years ago
Any taker(s) on this?
I'll get to it eventually.
oh okay. Trying to find something to work on.
You're welcome to take it then.
@eyedol I created https://github.com/jerrellmardis/Amphitheatre/issues/31 if you'd like to take that one.
@JakeWharton go for #7 you understand it better. I'll take #31
Implemented.
After adding a share you should immediately be taken to the main screen with the synchronizing task displayed somewhere secondary (off to a corner). As data comes in, the UI should update to display it.
This changes the pipeline a bit. Right now everything is done in batches. This would require pushing files through the pipeline of discovery, API lookup, and persisted into the DB individually. While likely overall slower, the incremental nature and being able to immediately play with the UI will make that moot.