Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

How are we saving people's work? #183

Open
VVH opened this issue Sep 7, 2015 · 11 comments
Open

How are we saving people's work? #183

VVH opened this issue Sep 7, 2015 · 11 comments

Comments

@VVH
Copy link
Contributor

VVH commented Sep 7, 2015

I think I assumed that people's classifications would be saved if they were logged in, but actually don't know if there is anything special we needed to do earlier to sort this out. One user writes on Talk 'I am concerned that my transcriptions are not being saved. There doesn't seem to be a log of my work on my account page.' @camallen @rogerhutchings @brian-c maybe, can you guys shed any light on this? When I check out my profile on Zooniverse home it looks like I've only made 1 contribution to the project, but that doesn't seem right, although it is possible I've been logged out while transcribing.

@camallen
Copy link

camallen commented Sep 7, 2015

that doesn't sound good. can you log in and try doing some transcriptions to see if the count bumps?

@rogerhutchings
Copy link
Contributor

@brian-c panoptes-javascript-client does submit user data when it makes a request, right?

@VVH
Copy link
Contributor Author

VVH commented Sep 7, 2015

The classification count just went up, but it's just saving work on a page by page basis. We'll want to switch it to count line by line instead. Is that possible?

@VVH
Copy link
Contributor Author

VVH commented Sep 7, 2015

I think that the user means they aren't seeing a record of their classifications, but this might just be in keeping with the new zoo.

@camallen
Copy link

camallen commented Sep 7, 2015

@rogerhutchings doesn't look like the user details are being submitted with classifications

image

@camallen
Copy link

camallen commented Sep 7, 2015

actually i may not have been logged in..double checking.

@VVH
Copy link
Contributor Author

VVH commented Sep 7, 2015

I think it is saving a record of how many pages people have done, but not lines.

@rogerhutchings
Copy link
Contributor

I think it might not be properly cache busting the user object, so it appears logged it when it's not. facepalm

@camallen
Copy link

camallen commented Sep 7, 2015

Yeah same post links on classification and i was logged in.

@brian-c
Copy link

brian-c commented Sep 7, 2015

Not sure I understand the question, but classifications are associated with users in the back end on creation. The user ID shouldn't be sent manually.

@camallen
Copy link

camallen commented Sep 7, 2015

@brian-c is right - my bad people. It'll use the doorkeeper token submission to get the api user and link that on create, skip my stuff about links above.

As long as that user is logged in and sending the access token they'll get linked.

This was referenced Sep 7, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants