prjemian / assign_gup

Assist in assigning APS GUPs to PRP members
http://assign_gup.readthedocs.io
0 stars 1 forks source link

# proposals does not update #44

Closed prjemian closed 8 years ago

prjemian commented 8 years ago

automated assignment and unassignment does not update numbers of assigned proposals

prjemian commented 8 years ago

Also, reviewer assignment checkboxes in the proposal editor are not changed after automated assignment

prjemian commented 8 years ago

Solving the updates to the editor is more involved and requires a refactoring of the editors.

A simple call to update the proposals editor results in a callback/update loop. The proposals editor and reviewers editor are not designed for this.

Easier to solve this by closing (and disposing) the proposals editor for unassigment and automated assignment actions. After either of these, the user creates the proposals editor again and the window initializes properly.

A better design would be for all the editors and reports to be views of an agup_data.AGUP_Data() model. That's too much work for now.