JaysGitLab / cs-5666-scatt-jacc-caj

cs-5666-scatt-jacc-caj created by GitHub Classroom
1 stars 1 forks source link

User Experience #33

Closed whereswaldon closed 7 years ago

whereswaldon commented 7 years ago

I don't think that our tool is very easy to understand right now. I say this because I was just trying to use it, and it took a while to figure out how. I'd like to talk through a few UI concerns:

1) Why do we only see directories in the file picker? 2) How do you know when it worked or didn't work? 3) How do you know where it put the report that it generates?

I can answer these questions by reading the source code, but the poor middle-school teachers who comprise our target audience won't want to do that. I'm not really sure the best way to address some of these, but here are some ideas:

@bclinthall @ejcole @thehunte199 What do you guys think?

bclinthall commented 7 years ago

Good issue, Chris. This maybe just highlights the problem, but what console log?

whereswaldon commented 7 years ago

System.out.println? I've been running our app from the command line. If you're double-clicking on the scatt.bat script or something... shudder

How do you run the app?

bclinthall commented 7 years ago

I've been running from command line too, but if we're concerned about middle school teachers, we need a way to run that doesn't involve opening a scary terminal where accidentally typing sudo rm -rf / will kill everything.

whereswaldon commented 7 years ago

You're right. This was something of a stop-gap measure. I guess we need a pop-up that tells the user what happened.

whereswaldon commented 7 years ago

I think that #41 Adequately addresses this, so this is resolved