Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Add classifications counters for classrooms and students. #101

Merged
merged 3 commits into from
Mar 21, 2016

Conversation

simoneduca
Copy link
Contributor

Also:

  • Add table for student list.
  • Add FontAwesome CDN.
  • Add Spinner component.
  • Some styling and tidying up.

Add table for student list.
Add FontAwesome CDN.
Add Spinner component.
Some styling and tidying up.
@simoneduca
Copy link
Contributor Author

@eatyourgreens or @shaunanoordin this is ready for review :)

<tr key={i}>
<td>{attributes.zooniverse_display_name}</td>
<td>{attributes.classifications_count}</td>
<td className="btn btn-warning" role="button">Remove</td>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Table cells aren't clickable or focusable elements, so better to use a <button> element inside the table cell here.

@shaunanoordin
Copy link
Member

Overall, the code looks good to me! That said, Jim raises a good point re: s and s, so I'll wait until that's addressed before merging.

  • Code passes sanity check.
  • Classrooms Overview page has some nice visual pizazz to it.
  • Students listing looks great.

Tested on Chrome49/FF45/Safari9 on MacbookPro+OSX

Note: There were some issues loading classes on FF, but they happened only a few times and I haven't had any success replicating them consistently, so that may just be an issue with me.

Status: Pending - happy to merge after td/button issue is addressed.

@simoneduca
Copy link
Contributor Author

@shaunanoordin I've included the comments, thanks.

@shaunanoordin
Copy link
Member

Sweet! I also see that Groups are now called Assignments.

Status: LGTM
Action: Merging

shaunanoordin added a commit that referenced this pull request Mar 21, 2016
Add classifications counters for classrooms and students.
@shaunanoordin shaunanoordin merged commit 394e7e8 into master Mar 21, 2016
@simoneduca simoneduca deleted the add-classifications-counters branch March 21, 2016 13:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants