YaleDHLab / ensemble-at-yale

Crowdsourcing the transcription of Yale playbills - http://bit.ly/ensemble-at-yale
http://ensemble.yale.edu
MIT License
6 stars 4 forks source link

Usability Questions and Feedback #164

Closed mongmedia closed 5 years ago

mongmedia commented 5 years ago

These are just some UX questions that came up during the Transcribe-a-thon.

alexokeefe commented 5 years ago

I have added help text review to our to do list- @lindsaymking

Following up on the proposed red box for title. We recently had someone mark all actors with title boxes on accident due to current color similarity.

duhaime commented 5 years ago

@alexokeefe Have you by chance had a moment to draft some help text for this one?

If so, I think the quickest change will be to add this help text to the tutorial text that appears when one first enters the Mark stage. What do you think about that solution?

I don't think we want to build a rotation widget as that would affect all of the rectangle drawing business too, but the color is easy enough to change...

duhaime commented 5 years ago

Just to register this here, updating the color for the mark field on the production instance requires migrating to Mongo 3.6 and running the following gnarly query:

db.workflows.update({ '_id': ObjectId('5919df60adb8170833fb4fa9') }, { $set: {'tasks.$[doc1].tool_config.options.$[doc2].color': '#e60000'} }, { arrayFilters: [ {'doc1._id': ObjectId('5919df60adb8170833fb4faa') }, { 'doc2.color': '#FD953A'} ] })
duhaime commented 5 years ago

closing this one as we're moving to Project Builder...