-
Notifications
You must be signed in to change notification settings - Fork 1
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
Give feedback on Rosetta 2 #328
Comments
Adding link to 2.0: https://ox-dev.colorado.edu/translate |
From @liammulh
|
Part of addressing feedback in #328 (comment).
Part of addressing feedback in #328.
The translator can only have one saved translation per ID/sim/locale combo. Thus, if they save a translation, change the translation, and click the save button again, it will overwrite what they currently have saved. Does that answer your question, @oliver-phet? |
These will be hidden in production. Right now it's set to show them because of the configuration. |
Yes, it's possible. I can add it if you feel it's necessary. I thought it was obvious that the email that's displayed next to the person icon is who you're signed in as. |
That's what I would expect, but isn't that behavior implied by "Save"? I'd pull out my hair if every time I saved a file I was asked if I was sure I wanted to save!
I don't see an email next to the person icon and I think it's nice to show the email that will receive credit when a translation is submitted. If it's not trivial to add don't worry about it.
That's totally fine. It can be saved for 2.1. It's certainly best for websites to look consistent and I thought it would be pretty easy to add some styling to links/buttons. |
@oliver-phet, this should be working now. The issue was a corner case I hadn't considered. There were two issues: (1) I had the environment config flag set to development instead of production and (2) initially website user data can be undefined (if the promise hasn't been fulfilled), so a request for translation form data will have an undefined user ID, so the filter for the database query will be wrong, so it won't get anything from the database. To solve (2), I simply added |
The confirm dialogue is no longer there.
I added "Signed in as: " before the email.
We actually don't have any styling in Rosetta as it is. We're just using vanilla Bootstrap, and the idea is that we'll just take it out and replace the styling with PhET website styling, but that's actually a big can of worms that I'd rather not open right now. |
Okay, @oliver-phet, as of that last comment, I think I've addressed all of the feedback. Take another look at Ox-Dev when you get a chance. |
Looking good - I think just fix the typo in "Singed in as:" |
Also, styling in a future version sounds good. |
Done in the latest change and deployed to Ox-Dev.
I agree! |
Closing. |
Part of addressing feedback in #328 (comment).
Hey, @oliver-phet, the newest version of Rosetta 2 is live on Ox-Dev. Can you please take a look at it and provide more feedback in this issue? I've included responses to your last round of feedback below. Thanks!
Also, please look over the wireframes and the design doc to see if there's anything I'm overlooking.
The text was updated successfully, but these errors were encountered: