You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by Kalyani Kashikar <ka...@freestoneinfotech.com> on 2016/09/23 11:48:13 UTC

Review Request 52215: ATLAS-1193 : UI : UI to create entities

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52215/
-----------------------------------------------------------

Review request for atlas, keval bhatt, Madhan Neethiraj, Shwetha GS, and Suma Shivaprasad.


Bugs: ATLAS-1193
    https://issues.apache.org/jira/browse/ATLAS-1193


Repository: atlas


Description
-------

* New UI for create entities of different types.
 The attributes for entiry will be loaded from supertype and type api.
 The entity will be created by existing *api/atlas/entities* api


Diffs
-----

  dashboardv2/public/css/scss/tag.scss fa194fa 
  dashboardv2/public/index.html a8f191a 
  dashboardv2/public/js/main.js 63dd71e 
  dashboardv2/public/js/templates/entity/CreateEntityLayoutView_tmpl.html PRE-CREATION 
  dashboardv2/public/js/templates/tag/TagLayoutView_tmpl.html 2f653e5 
  dashboardv2/public/js/utils/Utils.js 7fcde19 
  dashboardv2/public/js/views/entity/CreateEntityLayoutView.js PRE-CREATION 
  dashboardv2/public/js/views/tag/TagLayoutView.js b22c0ec 

Diff: https://reviews.apache.org/r/52215/diff/


Testing
-------

* Verified created enities with required and optional attributes.
* For few types entities are not getting created due to json parsing error.


Thanks,

Kalyani Kashikar


Re: Review Request 52215: ATLAS-1193 : UI : UI to create entities

Posted by Kalyani Kashikar <ka...@freestoneinfotech.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52215/
-----------------------------------------------------------

(Updated Oct. 13, 2016, 2:11 p.m.)


Review request for atlas, keval bhatt, Madhan Neethiraj, Shwetha GS, and Suma Shivaprasad.


Changes
-------

This patch dependent on ATLAS-1192.

Added.

* Edit Entity functionalitya added in this patch. 
* Modal popup can be resizable and draggable.
* Entity button is move from Tag tab to search tab.


Bugs: ATLAS-1193
    https://issues.apache.org/jira/browse/ATLAS-1193


Repository: atlas


Description
-------

* New UI for create entities of different types.
 The attributes for entiry will be loaded from supertype and type api.
 The entity will be created by existing *api/atlas/entities* api


Diffs (updated)
-----

  dashboardv2/public/css/scss/form.scss e17b7bb 
  dashboardv2/public/css/scss/tag.scss fa194fa 
  dashboardv2/public/index.html 0b37cb9 
  dashboardv2/public/js/external_lib/bootstrap-datepicker/css/bootstrap-datepicker.min.css PRE-CREATION 
  dashboardv2/public/js/external_lib/bootstrap-datepicker/js/bootstrap-datepicker.js PRE-CREATION 
  dashboardv2/public/js/external_lib/bootstrap-datepicker/js/bootstrap-datepicker.min.js PRE-CREATION 
  dashboardv2/public/js/external_lib/jquery-ui/images/ui-icons_444444_256x240.png PRE-CREATION 
  dashboardv2/public/js/external_lib/jquery-ui/images/ui-icons_555555_256x240.png PRE-CREATION 
  dashboardv2/public/js/external_lib/jquery-ui/images/ui-icons_777620_256x240.png PRE-CREATION 
  dashboardv2/public/js/external_lib/jquery-ui/images/ui-icons_777777_256x240.png PRE-CREATION 
  dashboardv2/public/js/external_lib/jquery-ui/images/ui-icons_cc0000_256x240.png PRE-CREATION 
  dashboardv2/public/js/external_lib/jquery-ui/images/ui-icons_ffffff_256x240.png PRE-CREATION 
  dashboardv2/public/js/external_lib/jquery-ui/jquery-ui.min.css 76845f2 
  dashboardv2/public/js/external_lib/jquery-ui/jquery-ui.min.js 8951532 
  dashboardv2/public/js/main.js 63dd71e 
  dashboardv2/public/js/models/VEntity.js cd84e9d 
  dashboardv2/public/js/modules/Modal.js 7889fea 
  dashboardv2/public/js/templates/detail_page/DetailPageLayoutView_tmpl.html d8199b2 
  dashboardv2/public/js/templates/entity/CreateEntityLayoutView_tmpl.html PRE-CREATION 
  dashboardv2/public/js/templates/search/SearchLayoutView_tmpl.html de34b58 
  dashboardv2/public/js/utils/CommonViewFunction.js 5146ba6 
  dashboardv2/public/js/views/detail_page/DetailPageLayoutView.js 4706ba3 
  dashboardv2/public/js/views/entity/CreateEntityLayoutView.js PRE-CREATION 
  dashboardv2/public/js/views/search/SearchDetailLayoutView.js 0ed1c38 
  dashboardv2/public/js/views/search/SearchLayoutView.js f2b8a38 
  dashboardv2/public/js/views/search/SearchResultLayoutView.js 970e105 
  dashboardv2/public/js/views/tag/TagLayoutView.js b22c0ec 

Diff: https://reviews.apache.org/r/52215/diff/


Testing
-------

* Verified created enities with required and optional attributes.
* For few types entities are not getting created due to json parsing error.


Thanks,

Kalyani Kashikar


Re: Review Request 52215: ATLAS-1193 : UI : UI to create entities

Posted by Kalyani Kashikar <ka...@freestoneinfotech.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52215/
-----------------------------------------------------------

(Updated Sept. 23, 2016, 1:18 p.m.)


Review request for atlas, keval bhatt, Madhan Neethiraj, Shwetha GS, and Suma Shivaprasad.


Changes
-------

Library entry added in package.json and grunt file updated with copy task.


Bugs: ATLAS-1193
    https://issues.apache.org/jira/browse/ATLAS-1193


Repository: atlas


Description
-------

* New UI for create entities of different types.
 The attributes for entiry will be loaded from supertype and type api.
 The entity will be created by existing *api/atlas/entities* api


Diffs (updated)
-----

  dashboardv2/gruntfile.js 0ca253d 
  dashboardv2/package.json 91c7756 
  dashboardv2/public/css/scss/tag.scss fa194fa 
  dashboardv2/public/index.html a8f191a 
  dashboardv2/public/js/main.js 63dd71e 
  dashboardv2/public/js/templates/entity/CreateEntityLayoutView_tmpl.html PRE-CREATION 
  dashboardv2/public/js/templates/tag/TagLayoutView_tmpl.html 2f653e5 
  dashboardv2/public/js/utils/Utils.js 7fcde19 
  dashboardv2/public/js/views/entity/CreateEntityLayoutView.js PRE-CREATION 
  dashboardv2/public/js/views/tag/TagLayoutView.js b22c0ec 

Diff: https://reviews.apache.org/r/52215/diff/


Testing
-------

* Verified created enities with required and optional attributes.
* For few types entities are not getting created due to json parsing error.


Thanks,

Kalyani Kashikar