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

Retain the full list of every asset which has been interacted with #982

Merged
merged 1 commit into from May 21, 2019

Conversation

acdha
Copy link
Member

@acdha acdha commented May 21, 2019

This refactors the earlier logic we had for including assets immediately after changing them to retain a list of every asset which has been the target of some sort of action (even if that wasn’t successful) so they don’t disappear until you close the page. This doesn’t implement a full history — which is likely to want improvement since there isn’t a command to, say, take you back through the history of pages you’ve been looking at — but it does ensure that you can do things like Review -> Edit -> Transcribe and never have the asset be gone.

We might want to consider something like filtering out the assets which aren't appropriate for the current mode unless you just changed that asset but the logic for that made me want to consider how confusing the user experience would be before doing anything.

This refactors the earlier logic we had for including assets immediately after changing them to retain a list of every asset which has been the target of some sort of action (even if that wasn’t successful) so they don’t disappear until you close the page. This doesn’t implement a full history — which is likely to want improvement since there isn’t a command to, say, take you back through the history of pages you’ve been looking at — but it does ensure that you can do things like Review -> Edit -> Transcribe and never have the asset be _gone_.
@acdha acdha requested review from jbresner and rstorey May 21, 2019 20:00
@acdha acdha self-assigned this May 21, 2019
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.2%) to 62.396% when pulling 86c8644 on activity-ui-retain-all-touched-assets into 3dc5a72 on master.

@rstorey rstorey merged commit 8832b53 into master May 21, 2019
@acdha acdha deleted the activity-ui-retain-all-touched-assets branch May 21, 2019 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants