You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using some kind of lookup, assign nominations to a work.
The algorithm, roughly, will be to assign them to a work if any other nomination having the same work string is associated with it, across all categories in the election. That should take place when the nomination is saved to the database.
This will need to be tested in the nomination view tests, especially with ballots updating
The text was updated successfully, but these errors were encountered:
Using some kind of lookup, assign nominations to a work.
The algorithm, roughly, will be to assign them to a work if any other nomination having the same work string is associated with it, across all categories in the election. That should take place when the nomination is saved to the database.
This will need to be tested in the nomination view tests, especially with ballots updating
The text was updated successfully, but these errors were encountered: