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
To make it extensible, first we should make the strategy for calculation voting result extensible.
Create a dedicated folder for all strategies
Each strategy should have a sub-folder. In this sub folder, there should be at least 2 files. One is a javascript file containing the function to calculate the result, while another is a README file to illustrate the strategy.