Skip to content
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

Implement survey-creator-angular package #3390

Closed
dk981234 opened this issue Aug 30, 2022 · 0 comments
Closed

Implement survey-creator-angular package #3390

dk981234 opened this issue Aug 30, 2022 · 0 comments

Comments

@dk981234
Copy link
Contributor

No description provided.

@dk981234 dk981234 added this to Incoming in Current sprint progress via automation Aug 30, 2022
@dk981234 dk981234 moved this from Incoming to In Progress in Current sprint progress Aug 30, 2022
dk981234 added a commit that referenced this issue Aug 30, 2022
dk981234 added a commit that referenced this issue Aug 30, 2022
dk981234 added a commit that referenced this issue Aug 30, 2022
dk981234 added a commit that referenced this issue Sep 1, 2022
dk981234 added a commit that referenced this issue Sep 2, 2022
tsv2013 pushed a commit that referenced this issue Sep 5, 2022
dk981234 added a commit that referenced this issue Sep 6, 2022
tsv2013 pushed a commit that referenced this issue Sep 6, 2022
* Work for #3390: init project

* Work for #3390: fix dependencies

* Work for #3390: small refactor

* Work for #3390: implement creator component

* Work for #3390: implement svg bundle component

* Work for #3390: implement tabbed menu in angular

* Work for #3390: implement side-bar and property grid

* Work for #3390: implement json editor tab

* Work for #3390: implement action button, logic tab and link question

* Work for #3390: implement embedded survey component

* Work for #3390: additional style fixies

* Work for #3390: implement translation tab

* Work for #3390: implement simulator component

* Work for #3390: implement preview tab

* Fixed eslint issues

* Setup unit test infrastructure

* Added first unit test

* Add validateValue function into PropertyEditor inteface fixed #3397

* FIx warn in knockout test

Co-authored-by: Dmitry Kuzin <dk981234@gmail.com>
Co-authored-by: T_S_V <tsv2013@noreply.github.com>
@tsv2013 tsv2013 changed the title Implement create-angular-ui package Implement survey-creator-angular package Sep 7, 2022
tsv2013 pushed a commit to surveyjs/survey-library that referenced this issue Sep 7, 2022
tsv2013 pushed a commit that referenced this issue Sep 7, 2022
tsv2013 pushed a commit that referenced this issue Sep 7, 2022
dk981234 added a commit that referenced this issue Sep 27, 2022
dk981234 added a commit that referenced this issue Sep 27, 2022
dk981234 added a commit that referenced this issue Sep 27, 2022
dk981234 added a commit to surveyjs/survey-library that referenced this issue Sep 27, 2022
tsv2013 pushed a commit to surveyjs/survey-library that referenced this issue Sep 28, 2022
dk981234 added a commit to surveyjs/survey-library that referenced this issue Sep 29, 2022
dk981234 added a commit to surveyjs/survey-library that referenced this issue Sep 30, 2022
dk981234 added a commit to surveyjs/survey-library that referenced this issue Sep 30, 2022
dk981234 added a commit that referenced this issue Sep 30, 2022
tsv2013 pushed a commit to surveyjs/survey-library that referenced this issue Sep 30, 2022
tsv2013 pushed a commit to surveyjs/survey-library that referenced this issue Sep 30, 2022
tsv2013 pushed a commit to surveyjs/survey-library that referenced this issue Sep 30, 2022
dk981234 added a commit that referenced this issue Oct 2, 2022
dk981234 added a commit to surveyjs/survey-library that referenced this issue Oct 3, 2022
tsv2013 pushed a commit to surveyjs/survey-library that referenced this issue Oct 3, 2022
tsv2013 added a commit to surveyjs/survey-library that referenced this issue Oct 4, 2022
tsv2013 added a commit that referenced this issue Oct 4, 2022
dk981234 added a commit that referenced this issue Oct 4, 2022
@tsv2013 tsv2013 added this to the v1.9.53 milestone Oct 5, 2022
tsv2013 added a commit that referenced this issue Oct 6, 2022
* Work for #3390: init project

* Work for #3390: fix dependencies

* Work for #3390: small refactor

* Work for #3390: implement creator component

* Work for #3390: implement svg bundle component

* Work for #3390: implement tabbed menu in angular

* Work for #3390: implement side-bar and property grid

* Work for #3390: implement json editor tab

* Work for #3390: implement action button, logic tab and link question

* Work for #3390: implement embedded survey component

* Work for #3390: additional style fixies

* Work for #3390: implement translation tab

* Work for #3390: implement simulator component

* Work for #3390: implement preview tab

* Fixed eslint issues

* Setup unit test infrastructure

* Added first unit test

* Work for #3390: started designer tab

* Small refactor

* Refactor CreatorModelComponent

* Work for #3390: start work on toolbox

* Work for #3390: started svc-question

* Work for #3390: implement string editor component

* Work for #3390: added more bindings to page and question wrappers

* Work for #3390: implement page navigator component

* Work for #3390: fixed build

* Work for #3390: fixed build

* Add command for aot example build

* Small refactor

* Add base unit test on CreatorModelComponent

* Make CreatorModelComponent not create model on same input

* Refactor: remove extra code

* Fixed page/question hover and minor bindings

* Fixed lint errors in u-test

* Work for #3390: fix page question type selector

* Work for #3390: fix question type selector in question component

* Work for #3390: added svc-panel component

* Work for #3390: register buttongroup question for property grid (#3431)

* Work for #3390: implemented item value adorner

* Work for #3390: implemented dropdown question adorner

* Work for #3390: implemented image question adorner

* Work for #3390: started image item value adorner

* Work for #3390: add modal container in root (#3433)

* Work for #3390: implement logic operator component

* Work for #3390: do not re-create question adorner view model if creator is not changed

* Fix logic operator

* Work for #3390: implement matrix cell adorner

* Work for #3390: implement svc-row component

* Fix getPropertiesToTrack for item values adorners

* Fix imagepicker d&d

* Fix item values ghost class

* Fix imagepicker adorners

* Work for #3390: implement notifier component

* Work for #3390: start working for f tests

* Work for #3390: fix question link

* Work for #3390: fix clear click in the link question

* Work for #3390: apply fixies after merge

* Work for #3390: fix some logic f tests

* Work for #3390: fix page controller doesn't detect changes, add by page test component

* Work for #3390: fix survey's reactiveness in designer

* Work for #3390: fix creator responsiveness

* Work for #3390: fix page navigator selects survey

* Work for #3390: fix test selector to fit angular

* Work for #3390: fix simulator classes

* Correct script names in packages.json

* Work for #3390: fix toolbox category header collapse/exapnd actions

* Add commercial license flag to test comoponent options (breaks some tests)

* Fix selectors test in test to fit angular

* Work for #3390: fix question's action bar handleClick input

* Work for #3390: fix logic operator after merge

* Work for #3390: fix questions not dragging to second page

* Work for #3390: fix question's selection on add new question click

* Work for #3390: fix f tests selectors to fit angular

* Work for #3390: fix matrix cell component

* Work for #3390: fix matrix detail panel in designer

* Work for #3390: add image in test resources

* Work for #3390: fix json editor errors

* Set buildOptimizer: false to build test components (breaks some tests)

* Work for #3390: fix toolbox responsiveness

* Work for #3390: fix survey results row

* Work for #3390: implement cell question component

* Work for #3390: fix image adorners

* Work for #3390: implement custom widget adorner

* Implement test component with custom widgets + refactor

* Work for #3390: implement ordinary toolbox

* Additional fix for toolbox

* Work for #3390 - Implement logo image wrapper

* Work for #3390: fix dropdown show less/more button

* Fix f tests

* Add dropdown collapse test example

* Work for #3390: fix string editor

* Work for #3390: correct string editor binding (fix f test)

* Work for #3390: fix after merge

* Fix dep's version

* Try to add f-tests on Azure

* Try to fix pipeline

* Try to fix azure

* Revert "Try to fix azure"

This reverts commit 0b7c63a.

* Try to fix azure pipeline

* Work for #3390 - Implement survey-creator-angular package - added rating question adorner

* Fix test command

* Work for #3390: fix string editor

* Fix f tests

Co-authored-by: Dmitry Kuzin <dk981234@gmail.com>
Co-authored-by: T_S_V <tsv2013@noreply.github.com>
@tsv2013 tsv2013 closed this as completed Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Current sprint progress
  
In Progress
Development

No branches or pull requests

2 participants