-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix onboarding 2 #141
Merged
Merged
Fix onboarding 2 #141
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
edulix
added a commit
that referenced
this pull request
Jan 24, 2019
* fix widget scope, add widgets to elbasic * remove old form * add for to labels * fix tooltips, add default help url * fix help tooltip * change version to go v3 * making textarea admin field a textarea * Move admin fields to the end of the list of actions when creating an election * moving admin fields also in the .sidebarlinks var * more sane defaults when creating an election * update logo * :update logo size * making logo bigger * making logo wider * updating election default logo url * reverting last commit * remove import from admin sidebar * set correctly the paths of documentation urls for widgets that include external doc * commit tests to resume development later * use help list from config * fix css * fix help menu css when not logged * fix signup link * check req when reg fields * some fixes, add admin profile modal sketch * syntax fix * add dependency * fixes, fill profile modal, update profile on ok click * syntax fix * fixes, css fixes, refactor, head profile menu click working * add dependency to admin-head-directive * some moarr fixes * CSS fixes * change profile menu icon * profile save button locales * refactor: user editable * starting to add configurable admin gui questions options * do not show empty layouts list * set grunt-merge-json to 0.9.5 because last version gives problems with chalk (eirslett/frontend-maven-plugin#629) * fix empty string * small fix * change version to go v4 * check when profile modal is closed * get template el from avConfig.js * fix el template * add default name to census extra fields * refactor * refactor, add service to index.html, add profile to scope on templateel * fix scope error, fix open modal error * add comments * add some abstract settings to question directive * more abstract settings * add abstract settings to auth config * remove well class on auth config * testing census reg with abs settings * changes to census config * go v5 * fix css * fix loop * fix css * refactor css * fix loop * fix * fix logo css * adding glyphicon * changes to abstract settings * fixes * fix css * add short value * refactor abstract settings, add fields * fixes * refactor scope on abstract settings * use ng-show * observe attrs on abstract settings * fix css, disabled * remove click glitch * fix columns for extra small screens * more css changes * remove isDisabled * bower * fix intl-tel deps * add number input directive * fixes * remove disabled ef, refactor must ef service, call must ef service on elections change on create el * fix syntax * fix extra-fields and census on auth method change * small fix * add attrs to abstract settings widget * moar less * fix css * fix hover * fixes mouseover * fix syntax * hover fixes * fix css * fix collapse css * Onboarding (#128) * starting to add ngOnboarding * initial onboarding test * trying hopscotch instead * changing vendor files * remove unnecesary files * make jshint ignore hopscotch * remove i18next dependency in avAdminElections directive * adding vendor css * trying to add vendor css * solving css problems * fixing a typo * trying to fix css * add missing option to grunt * using abs paths * trying to not use minimized vendor hopscotch files * fix hopscotch css * adding jquery integration for state changes * making easier to find through paths dashboard actions * making easier to find through paths dashboard actions 2 * adding onboarding tour * hopscotch ignore * moving start election to the end * improving onboarding tour service * make it compile * missing semicolon * removing jslint ignore * fix nextTour * fix help tour * adding OnboardingTourService to head scope so that it can be shown in helpList * testing onboarding translations * fix typo * adding onboarding tour i18n * launch wizard on first time too * fix typo * change version to go v6 * add ngOnboarding dep to bower * Fix onboarding (#131) * change version to go v6 * remove unneeded dep * add hopscotch dep, remove ngOnboarding * remove hopscotch * Update bower.json * Update bower.json * Fix abstract settings help background color (#136) * fix some colors in abstract settings help * fix again css * making abstract-settings help links distinguishable * adding margin to images in abstract settings help * remove reference to missing video and adding onboarding i18n for ca and gl in es lang (#138) * improve abstract settings doc css (#140) * improve abstract settings doc css * fix css background-color * Fix onboarding 2 (#141) * fixing onboarding * fixing onboarding * trying to add intro video * adding width to the oyutubevideo bubble * improving video looks * Fix onboarding 2 (#142) * improve abstract settings doc css (#140) * improve abstract settings doc css * fix css background-color * fixing onboarding * fixing onboarding * trying to add intro video * adding width to the oyutubevideo bubble * improving video looks * only end tour if it has started * show admin field names on error * refactor * fixes * refactor * fixes * fix el checks before el creation * syntax fix: remove extra commas * fix locale * required * moar * fixes * set admin field border to red on error * set label size to col-sm4 * test 5/7 * refactor code into csv load service * fixes * test * solve dependency issue and other minor things * refactor * fixes * fixes * test * fixes * .error -> .catch * fixes * minor fixes * fixes * add comments * fix adding new question * change version to go v7 * test using * Revert "fix dashboard results presentation (order of winners etc)" * add 2 default options to new questions * Census premium (#157) add census csv error plugin call * Census err (#159) * fix csv error on creation * show add person to census error * Save draft (#158) * test * add draft election directive * fixes * add fix * fix * fix * moar * refactor * fixes * fix * add use draft modal * fixes * fixes * fix * fix css * add erase modal * fix locale * change version to go v8 * remove test/real difference * moar * refactor onboarding call * add dep to admin-head-directive * fix onboarding * refactor * fix * fix urls thingie * refactor * fix * add to admin controller deps * refactor * fix * fixes * css fix * hide features in login and signup * fix css * remove phantomjs (#172) * fix draft election failed creation (#175) * census: Add action buttons for each voter (#174) This patch adds actions buttons for each row in the census table. Buttons added are Activate, Deactivate, Remove and Send auth codes. These buttons select the row and then call the same action as actions dropdown, all other rows are deselected so this should work similar to select only one row and click in the actions dropdown. Buttons are hidden by default and showed on hover the row. I've add translations for these actions but not for gl and ca. * Activity log (#173) * initial work on activity log * fix some compilation errors * fixing name of the directive * fixing activity log html * fix concats of admin controller * adding missing state activityLog * adding missing allowed state * fixing loading * fixing loading of the activity list * adding i18n to activity log * adding missing i18n and removing append already done in previous line * trying to add some filtering * trying to fix build * fix call to activity * fix call to activity 2 * adding more columns filtering * fix some visualization * fix typo * registering more actions * fixing comma in json * show added-to-census activity log item * make reload activity work * allow query parameters to automatically set the initial filter * fixing location search getter * parsing value in get location var * set var was missing * census: Comment for activate/deactivate actions (#176) * census: Comment for activate/deactivate actions This patch allows comments for activate and deactivate actions. A textarea is available in the activate action and the content of that will go as comment. To show the comment in the activity log I've to change a little the code because the angular template always resolve the {{obj.metadata.comment}} as undefined, I don't know why, so I've added other attr to obj called metadatacomment. * Fix deactivate comment problem * census: Autofill field param (#177) * date extra field type (#179) * Tally sheets (#181) * initial work in tally sheets * adding ballot box sidebar link * adding ballot box directive to index * adding en i18n for ballotboxes * adding missing argument to av-admin-ballot-box * allowing filtering by last update in ballot box * fixing column header * Add actions to ballot box listing * Removing select ballot box * remove unneeded comma * updating received objects from ballot boxes list * improve ballot box list styles * improve ballot box list styles 2 * adding ballot box less * improving bb less * improving ballot box list looks * improving ballot box list looks * improving ballot box list looks * starting to work in ballot box modals * make it compile * make it compile 2 * make it compile 3 * try fixing modal * trying to fix create ballot boxes modal * trying to fix create bbs modal * fix build * fix modal * fix modal * fix modal * improve modal * fix typos * fix typos * standarize mouse over on census and activity log as in ballot box tables * adding initial delete ballot box dialog * rename modal * improve deleteBallotBox * fix deleteBallotBox * initial work on writting tally sheet form * use i18next * improving layout * improving layout * improving layout * making dialog bigger * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * fixing modelline * adding number checking * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * remove timeout * remove timeout * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * allowing to delete a tally sheet * remove not existant file * num tally sheets filtering * num tally sheets filtering * improving activity log * improving activity log * improving activity log * improving activity log * improving activity log * improving activity log * improving activity log * improving activity log * improving activity log * fixing operator precedence * add has_ballot_boxes when creating election * Tally sheets2 (#183) * adding permissions checking, only showing what you can do with ballot boxes * fixing compilation * fixing compilation * adding has_ballot_boxes * fix index of * try deferred load for ballot box sidebar link * try deferred load for ballot box sidebar link * try deferred load for ballot box sidebar link * try deferred load for ballot box sidebar link * fix activity log ballotbox create * trying to allow non-json to calculate results, and loading by default election configresults if any * trying to allow non-json to calculate results, and loading by default election configresults if any * fix totals (#184) * allow uploading with results_ok (#185) * Add 'user-and-password' as authentication method (#180) * Add 'user-and-password' as authentication method * user-and-password authentication requires username and password fields * allow census query (#186) * fixing sms-otp (#187)
edulix
added a commit
that referenced
this pull request
Feb 27, 2020
* remove import from admin sidebar * set correctly the paths of documentation urls for widgets that include external doc * commit tests to resume development later * use help list from config * fix css * fix help menu css when not logged * fix signup link * check req when reg fields * some fixes, add admin profile modal sketch * syntax fix * add dependency * fixes, fill profile modal, update profile on ok click * syntax fix * fixes, css fixes, refactor, head profile menu click working * add dependency to admin-head-directive * some moarr fixes * CSS fixes * change profile menu icon * profile save button locales * refactor: user editable * starting to add configurable admin gui questions options * do not show empty layouts list * set grunt-merge-json to 0.9.5 because last version gives problems with chalk (eirslett/frontend-maven-plugin#629) * fix empty string * small fix * change version to go v4 * check when profile modal is closed * get template el from avConfig.js * fix el template * add default name to census extra fields * refactor * refactor, add service to index.html, add profile to scope on templateel * fix scope error, fix open modal error * add comments * add some abstract settings to question directive * more abstract settings * add abstract settings to auth config * remove well class on auth config * testing census reg with abs settings * changes to census config * go v5 * fix css * fix loop * fix css * refactor css * fix loop * fix * fix logo css * adding glyphicon * changes to abstract settings * fixes * fix css * add short value * refactor abstract settings, add fields * fixes * refactor scope on abstract settings * use ng-show * observe attrs on abstract settings * fix css, disabled * remove click glitch * fix columns for extra small screens * more css changes * remove isDisabled * bower * fix intl-tel deps * add number input directive * fixes * remove disabled ef, refactor must ef service, call must ef service on elections change on create el * fix syntax * fix extra-fields and census on auth method change * small fix * add attrs to abstract settings widget * moar less * fix css * fix hover * fixes mouseover * fix syntax * hover fixes * fix css * fix collapse css * Onboarding (#128) * starting to add ngOnboarding * initial onboarding test * trying hopscotch instead * changing vendor files * remove unnecesary files * make jshint ignore hopscotch * remove i18next dependency in avAdminElections directive * adding vendor css * trying to add vendor css * solving css problems * fixing a typo * trying to fix css * add missing option to grunt * using abs paths * trying to not use minimized vendor hopscotch files * fix hopscotch css * adding jquery integration for state changes * making easier to find through paths dashboard actions * making easier to find through paths dashboard actions 2 * adding onboarding tour * hopscotch ignore * moving start election to the end * improving onboarding tour service * make it compile * missing semicolon * removing jslint ignore * fix nextTour * fix help tour * adding OnboardingTourService to head scope so that it can be shown in helpList * testing onboarding translations * fix typo * adding onboarding tour i18n * launch wizard on first time too * fix typo * change version to go v6 * add ngOnboarding dep to bower * Fix onboarding (#131) * change version to go v6 * remove unneeded dep * add hopscotch dep, remove ngOnboarding * remove hopscotch * Update bower.json * Update bower.json * Fix abstract settings help background color (#136) * fix some colors in abstract settings help * fix again css * making abstract-settings help links distinguishable * adding margin to images in abstract settings help * remove reference to missing video and adding onboarding i18n for ca and gl in es lang (#138) * improve abstract settings doc css (#140) * improve abstract settings doc css * fix css background-color * Fix onboarding 2 (#141) * fixing onboarding * fixing onboarding * trying to add intro video * adding width to the oyutubevideo bubble * improving video looks * Fix onboarding 2 (#142) * improve abstract settings doc css (#140) * improve abstract settings doc css * fix css background-color * fixing onboarding * fixing onboarding * trying to add intro video * adding width to the oyutubevideo bubble * improving video looks * only end tour if it has started * show admin field names on error * refactor * fixes * refactor * fixes * fix el checks before el creation * syntax fix: remove extra commas * fix locale * required * moar * fixes * set admin field border to red on error * set label size to col-sm4 * test 5/7 * refactor code into csv load service * fixes * test * solve dependency issue and other minor things * refactor * fixes * fixes * test * fixes * .error -> .catch * fixes * minor fixes * fixes * add comments * fix adding new question * change version to go v7 * test using * Revert "fix dashboard results presentation (order of winners etc)" * add 2 default options to new questions * Census premium (#157) add census csv error plugin call * Census err (#159) * fix csv error on creation * show add person to census error * Save draft (#158) * test * add draft election directive * fixes * add fix * fix * fix * moar * refactor * fixes * fix * add use draft modal * fixes * fixes * fix * fix css * add erase modal * fix locale * change version to go v8 * remove test/real difference * moar * refactor onboarding call * add dep to admin-head-directive * fix onboarding * refactor * fix * fix urls thingie * refactor * fix * add to admin controller deps * refactor * fix * fixes * css fix * hide features in login and signup * fix css * remove phantomjs (#172) * fix draft election failed creation (#175) * census: Add action buttons for each voter (#174) This patch adds actions buttons for each row in the census table. Buttons added are Activate, Deactivate, Remove and Send auth codes. These buttons select the row and then call the same action as actions dropdown, all other rows are deselected so this should work similar to select only one row and click in the actions dropdown. Buttons are hidden by default and showed on hover the row. I've add translations for these actions but not for gl and ca. * Activity log (#173) * initial work on activity log * fix some compilation errors * fixing name of the directive * fixing activity log html * fix concats of admin controller * adding missing state activityLog * adding missing allowed state * fixing loading * fixing loading of the activity list * adding i18n to activity log * adding missing i18n and removing append already done in previous line * trying to add some filtering * trying to fix build * fix call to activity * fix call to activity 2 * adding more columns filtering * fix some visualization * fix typo * registering more actions * fixing comma in json * show added-to-census activity log item * make reload activity work * allow query parameters to automatically set the initial filter * fixing location search getter * parsing value in get location var * set var was missing * census: Comment for activate/deactivate actions (#176) * census: Comment for activate/deactivate actions This patch allows comments for activate and deactivate actions. A textarea is available in the activate action and the content of that will go as comment. To show the comment in the activity log I've to change a little the code because the angular template always resolve the {{obj.metadata.comment}} as undefined, I don't know why, so I've added other attr to obj called metadatacomment. * Fix deactivate comment problem * census: Autofill field param (#177) * date extra field type (#179) * Tally sheets (#181) * initial work in tally sheets * adding ballot box sidebar link * adding ballot box directive to index * adding en i18n for ballotboxes * adding missing argument to av-admin-ballot-box * allowing filtering by last update in ballot box * fixing column header * Add actions to ballot box listing * Removing select ballot box * remove unneeded comma * updating received objects from ballot boxes list * improve ballot box list styles * improve ballot box list styles 2 * adding ballot box less * improving bb less * improving ballot box list looks * improving ballot box list looks * improving ballot box list looks * starting to work in ballot box modals * make it compile * make it compile 2 * make it compile 3 * try fixing modal * trying to fix create ballot boxes modal * trying to fix create bbs modal * fix build * fix modal * fix modal * fix modal * improve modal * fix typos * fix typos * standarize mouse over on census and activity log as in ballot box tables * adding initial delete ballot box dialog * rename modal * improve deleteBallotBox * fix deleteBallotBox * initial work on writting tally sheet form * use i18next * improving layout * improving layout * improving layout * making dialog bigger * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * fixing modelline * adding number checking * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * remove timeout * remove timeout * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * allowing to delete a tally sheet * remove not existant file * num tally sheets filtering * num tally sheets filtering * improving activity log * improving activity log * improving activity log * improving activity log * improving activity log * improving activity log * improving activity log * improving activity log * improving activity log * fixing operator precedence * add has_ballot_boxes when creating election * Tally sheets2 (#183) * adding permissions checking, only showing what you can do with ballot boxes * fixing compilation * fixing compilation * adding has_ballot_boxes * fix index of * try deferred load for ballot box sidebar link * try deferred load for ballot box sidebar link * try deferred load for ballot box sidebar link * try deferred load for ballot box sidebar link * fix activity log ballotbox create * trying to allow non-json to calculate results, and loading by default election configresults if any * trying to allow non-json to calculate results, and loading by default election configresults if any * fix totals (#184) * allow uploading with results_ok (#185) * Add 'user-and-password' as authentication method (#180) * Add 'user-and-password' as authentication method * user-and-password authentication requires username and password fields * allow census query (#186) * fixing sms-otp (#187) * adding i18n and support for more actions in activity log * adding openid-connect must fields * remove wrong callback * fixing i18n for voted action * Go next merge into next (#188) * fix widget scope, add widgets to elbasic * remove old form * add for to labels * fix tooltips, add default help url * fix help tooltip * change version to go v3 * making textarea admin field a textarea * Move admin fields to the end of the list of actions when creating an election * moving admin fields also in the .sidebarlinks var * more sane defaults when creating an election * update logo * :update logo size * making logo bigger * making logo wider * updating election default logo url * reverting last commit * remove import from admin sidebar * set correctly the paths of documentation urls for widgets that include external doc * commit tests to resume development later * use help list from config * fix css * fix help menu css when not logged * fix signup link * check req when reg fields * some fixes, add admin profile modal sketch * syntax fix * add dependency * fixes, fill profile modal, update profile on ok click * syntax fix * fixes, css fixes, refactor, head profile menu click working * add dependency to admin-head-directive * some moarr fixes * CSS fixes * change profile menu icon * profile save button locales * refactor: user editable * starting to add configurable admin gui questions options * do not show empty layouts list * set grunt-merge-json to 0.9.5 because last version gives problems with chalk (eirslett/frontend-maven-plugin#629) * fix empty string * small fix * change version to go v4 * check when profile modal is closed * get template el from avConfig.js * fix el template * add default name to census extra fields * refactor * refactor, add service to index.html, add profile to scope on templateel * fix scope error, fix open modal error * add comments * add some abstract settings to question directive * more abstract settings * add abstract settings to auth config * remove well class on auth config * testing census reg with abs settings * changes to census config * go v5 * fix css * fix loop * fix css * refactor css * fix loop * fix * fix logo css * adding glyphicon * changes to abstract settings * fixes * fix css * add short value * refactor abstract settings, add fields * fixes * refactor scope on abstract settings * use ng-show * observe attrs on abstract settings * fix css, disabled * remove click glitch * fix columns for extra small screens * more css changes * remove isDisabled * bower * fix intl-tel deps * add number input directive * fixes * remove disabled ef, refactor must ef service, call must ef service on elections change on create el * fix syntax * fix extra-fields and census on auth method change * small fix * add attrs to abstract settings widget * moar less * fix css * fix hover * fixes mouseover * fix syntax * hover fixes * fix css * fix collapse css * Onboarding (#128) * starting to add ngOnboarding * initial onboarding test * trying hopscotch instead * changing vendor files * remove unnecesary files * make jshint ignore hopscotch * remove i18next dependency in avAdminElections directive * adding vendor css * trying to add vendor css * solving css problems * fixing a typo * trying to fix css * add missing option to grunt * using abs paths * trying to not use minimized vendor hopscotch files * fix hopscotch css * adding jquery integration for state changes * making easier to find through paths dashboard actions * making easier to find through paths dashboard actions 2 * adding onboarding tour * hopscotch ignore * moving start election to the end * improving onboarding tour service * make it compile * missing semicolon * removing jslint ignore * fix nextTour * fix help tour * adding OnboardingTourService to head scope so that it can be shown in helpList * testing onboarding translations * fix typo * adding onboarding tour i18n * launch wizard on first time too * fix typo * change version to go v6 * add ngOnboarding dep to bower * Fix onboarding (#131) * change version to go v6 * remove unneeded dep * add hopscotch dep, remove ngOnboarding * remove hopscotch * Update bower.json * Update bower.json * Fix abstract settings help background color (#136) * fix some colors in abstract settings help * fix again css * making abstract-settings help links distinguishable * adding margin to images in abstract settings help * remove reference to missing video and adding onboarding i18n for ca and gl in es lang (#138) * improve abstract settings doc css (#140) * improve abstract settings doc css * fix css background-color * Fix onboarding 2 (#141) * fixing onboarding * fixing onboarding * trying to add intro video * adding width to the oyutubevideo bubble * improving video looks * Fix onboarding 2 (#142) * improve abstract settings doc css (#140) * improve abstract settings doc css * fix css background-color * fixing onboarding * fixing onboarding * trying to add intro video * adding width to the oyutubevideo bubble * improving video looks * only end tour if it has started * show admin field names on error * refactor * fixes * refactor * fixes * fix el checks before el creation * syntax fix: remove extra commas * fix locale * required * moar * fixes * set admin field border to red on error * set label size to col-sm4 * test 5/7 * refactor code into csv load service * fixes * test * solve dependency issue and other minor things * refactor * fixes * fixes * test * fixes * .error -> .catch * fixes * minor fixes * fixes * add comments * fix adding new question * change version to go v7 * test using * Revert "fix dashboard results presentation (order of winners etc)" * add 2 default options to new questions * Census premium (#157) add census csv error plugin call * Census err (#159) * fix csv error on creation * show add person to census error * Save draft (#158) * test * add draft election directive * fixes * add fix * fix * fix * moar * refactor * fixes * fix * add use draft modal * fixes * fixes * fix * fix css * add erase modal * fix locale * change version to go v8 * remove test/real difference * moar * refactor onboarding call * add dep to admin-head-directive * fix onboarding * refactor * fix * fix urls thingie * refactor * fix * add to admin controller deps * refactor * fix * fixes * css fix * hide features in login and signup * fix css * remove phantomjs (#172) * fix draft election failed creation (#175) * census: Add action buttons for each voter (#174) This patch adds actions buttons for each row in the census table. Buttons added are Activate, Deactivate, Remove and Send auth codes. These buttons select the row and then call the same action as actions dropdown, all other rows are deselected so this should work similar to select only one row and click in the actions dropdown. Buttons are hidden by default and showed on hover the row. I've add translations for these actions but not for gl and ca. * Activity log (#173) * initial work on activity log * fix some compilation errors * fixing name of the directive * fixing activity log html * fix concats of admin controller * adding missing state activityLog * adding missing allowed state * fixing loading * fixing loading of the activity list * adding i18n to activity log * adding missing i18n and removing append already done in previous line * trying to add some filtering * trying to fix build * fix call to activity * fix call to activity 2 * adding more columns filtering * fix some visualization * fix typo * registering more actions * fixing comma in json * show added-to-census activity log item * make reload activity work * allow query parameters to automatically set the initial filter * fixing location search getter * parsing value in get location var * set var was missing * census: Comment for activate/deactivate actions (#176) * census: Comment for activate/deactivate actions This patch allows comments for activate and deactivate actions. A textarea is available in the activate action and the content of that will go as comment. To show the comment in the activity log I've to change a little the code because the angular template always resolve the {{obj.metadata.comment}} as undefined, I don't know why, so I've added other attr to obj called metadatacomment. * Fix deactivate comment problem * census: Autofill field param (#177) * date extra field type (#179) * Tally sheets (#181) * initial work in tally sheets * adding ballot box sidebar link * adding ballot box directive to index * adding en i18n for ballotboxes * adding missing argument to av-admin-ballot-box * allowing filtering by last update in ballot box * fixing column header * Add actions to ballot box listing * Removing select ballot box * remove unneeded comma * updating received objects from ballot boxes list * improve ballot box list styles * improve ballot box list styles 2 * adding ballot box less * improving bb less * improving ballot box list looks * improving ballot box list looks * improving ballot box list looks * starting to work in ballot box modals * make it compile * make it compile 2 * make it compile 3 * try fixing modal * trying to fix create ballot boxes modal * trying to fix create bbs modal * fix build * fix modal * fix modal * fix modal * improve modal * fix typos * fix typos * standarize mouse over on census and activity log as in ballot box tables * adding initial delete ballot box dialog * rename modal * improve deleteBallotBox * fix deleteBallotBox * initial work on writting tally sheet form * use i18next * improving layout * improving layout * improving layout * making dialog bigger * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * fixing modelline * adding number checking * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * remove timeout * remove timeout * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * working on WriteBallotBoxModal * allowing to delete a tally sheet * remove not existant file * num tally sheets filtering * num tally sheets filtering * improving activity log * improving activity log * improving activity log * improving activity log * improving activity log * improving activity log * improving activity log * improving activity log * improving activity log * fixing operator precedence * add has_ballot_boxes when creating election * Tally sheets2 (#183) * adding permissions checking, only showing what you can do with ballot boxes * fixing compilation * fixing compilation * adding has_ballot_boxes * fix index of * try deferred load for ballot box sidebar link * try deferred load for ballot box sidebar link * try deferred load for ballot box sidebar link * try deferred load for ballot box sidebar link * fix activity log ballotbox create * trying to allow non-json to calculate results, and loading by default election configresults if any * trying to allow non-json to calculate results, and loading by default election configresults if any * fix totals (#184) * allow uploading with results_ok (#185) * Add 'user-and-password' as authentication method (#180) * Add 'user-and-password' as authentication method * user-and-password authentication requires username and password fields * allow census query (#186) * fixing sms-otp (#187) * update version * adding support for sms-otp * adding support for census delete action and improving logging * stringify metadata * fix stringify * adding new registry * adding back support to easier telephone numbers selector * fix selectable for renamed extra fields * fix typo * showing correctly tlf extra fields * initial work on email-otp * fix templates * fix email-otp creation, sending subject too * using underscore contains instead of in keyword * removing bower and migrating to yarn * updating agora-gui-common deps * updating agora-gui-common * migrating code to use then instead of success and error functions, because new angular version deprecated that * migrating code to use then instead of success and error functions, because new angular version deprecated that Co-authored-by: Félix Robles <[email protected]> Co-authored-by: danigm <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.