Closed simoneduca closed 8 years ago
@eatyourgreens @rogerhutchings @shaunanoordin if anybody feels brave this is ready. It's inoffensive stuff really. Note: the edu-api has a bug now, so when you create an assignment you get a 500
atm, but don't worry the call is correct.
Woot, we're getting assignments! Nice, @simoneduca
Here's some feedback and some queries.
500 Error, https://education.staging.zooniverse.org/assignments/
422 Error (Unprocessable Entity), https://education.staging.zooniverse.org/assignments/
pointer: cursor
. (Or was that cursor: pointer
? I can never remember.)<td>
s, which might be improved if they were, e.g. <button>
s... or perhaps a list of <label><input checkbox>
s.Note that hovering over the students zootester1, zootester2, zootester3 would not clearly indicate to the user that the names can be clicked.
@eatyourgreens @rogerhutchings @shaunanoordin I've included your comments, thanks a lot.
@eatyourgreens hopefully the last commit should do it. Mind having a look?
@eatyourgreens better?
This basically me playing around with the concept of assignment. It includes a workable assignment form, but ultimately assignments will have their separate store (actions and reducers). Since the idea of assignments has also be honed further thanks to chats with others in the team, I might close this PR and reopen a new cleaner one in the next day or so.