Project Management: UI initial pass
authorLaurence Maultsby <laurence.maultsby@riftio.com>
Wed, 15 Mar 2017 19:19:11 +0000 (15:19 -0400)
committerLaurence Maultsby <laurence.maultsby@riftio.com>
Wed, 15 Mar 2017 19:19:11 +0000 (15:19 -0400)
commit9ba0c5e5f242e6e5be9af960f49fc9765b8eb0ed
tree85226f9086d3e831a28fbe0201fa301082f7d5f7
parentc637db2bc817cb1cd1a4a20655bf7e01b1c490bd
Project Management: UI initial pass

Signed-off-by: Laurence Maultsby <laurence.maultsby@riftio.com>
22 files changed:
skyquake/framework/core/modules/api/projectManagementAPI.js [new file with mode: 0644]
skyquake/framework/core/modules/routes/projectManagement.js [new file with mode: 0644]
skyquake/framework/widgets/form_controls/formControls.jsx [new file with mode: 0644]
skyquake/plugins/project-management/CMakeLists.txt [new file with mode: 0644]
skyquake/plugins/project-management/config.json [new file with mode: 0644]
skyquake/plugins/project-management/package.json [new file with mode: 0644]
skyquake/plugins/project-management/routes.js [new file with mode: 0644]
skyquake/plugins/project-management/scripts/build.sh [new file with mode: 0755]
skyquake/plugins/project-management/scripts/install.sh [new file with mode: 0755]
skyquake/plugins/project-management/server.js [new file with mode: 0644]
skyquake/plugins/project-management/src/dashboard/dashboard.jsx [new file with mode: 0644]
skyquake/plugins/project-management/src/dashboard/projectMgmt.scss [new file with mode: 0644]
skyquake/plugins/project-management/src/dashboard/projectMgmtActions.js [new file with mode: 0644]
skyquake/plugins/project-management/src/dashboard/projectMgmtSource.js [new file with mode: 0644]
skyquake/plugins/project-management/src/dashboard/projectMgmtStore.js [new file with mode: 0644]
skyquake/plugins/project-management/src/main.js [new file with mode: 0644]
skyquake/plugins/project-management/webpack.production.config.js [new file with mode: 0644]
skyquake/plugins/user-management/api/ro.js [deleted file]
skyquake/plugins/user-management/routes.js
skyquake/plugins/user-management/src/dashboard/dashboard.jsx
skyquake/plugins/user-management/src/dashboard/userMgmt.scss
skyquake/skyquake.js