Undebate Self Service Portal- Web portal where election administrators of democratically run organizations create undebates for their candidates and voters
At a past meeting, there was some discussion about where to put miscellaneous functions that operate on electionObj. I put them in app/components/lib/utilities.js—should those be moved?
@BolunThompson just go with utilities.js for now. We will figure out how to merge stuff when we have stuff to merge. Should I go ahead and review/merge this? Thanks!
Closes #56
At a past meeting, there was some discussion about where to put miscellaneous functions that operate on electionObj. I put them in
app/components/lib/utilities.js
—should those be moved?