zooniverse / wildcam-gorongosa-education

This is WildCam Labs, the education/exploration-oriented extension of the WildCam Gorongosa project.
https://lab.wildcamgorongosa.org/
Apache License 2.0
0 stars 1 forks source link

Teacher's Classroom List now reflects most recent Edited Classroom #212

Closed shaunanoordin closed 8 years ago

shaunanoordin commented 8 years ago

Addresses an issue brought up in #188

Issue 1: After using Edit Classroom and clicking Submit, the list of Classrooms does not update to reflect the changes. Analysis:

Solution: EDIT_CLASSROOM_SUCCESS action & reducers tweaked so that when the event triggers, the state's list of classroom is updated with the most recently (successful) edits.

@simoneduca , this is good to go. This PR can be reviewed & merged separately from #211 (i.e. 211 is not a requirement for this to be merged into edit-form)

simoneduca commented 8 years ago

LGTM, thank you!