{ "id": "104670", "key": "ALOY-372", "fields": { "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false }, "project": { "id": "11113", "key": "ALOY", "name": "Alloy", "projectCategory": { "id": "10400", "description": "Tools for developing applications", "name": "Tooling" } }, "fixVersions": [ { "id": "15758", "description": "Alloy 1.4.0", "name": "Alloy 1.4.0", "archived": false, "released": true, "releaseDate": "2014-07-17" }, { "id": "15904", "description": "2014 Sprint 08", "name": "2014 Sprint 08", "archived": true, "released": true, "releaseDate": "2014-04-24" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2014-04-15T16:51:29.000+0000", "created": "2012-11-07T23:02:42.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "notable", "qe-closed-3.3.0", "qe-testadded" ], "versions": [], "issuelinks": [ { "id": "23716", "type": { "id": "10020", "name": "Depends", "inward": "is dependent of", "outward": "depends on" }, "inwardIssue": { "id": "104828", "key": "TISTUD-6269", "fields": { "summary": "Ti Studio should be smart enough to know when your trying to add a New Controller to a Widget", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } }, { "id": "36088", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "128202", "key": "TIDOC-1600", "fields": { "summary": "Update Alloy CLI generate command", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } }, { "id": "37990", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "131067", "key": "TISTUD-6580", "fields": { "summary": "Alloy: enable developers to create new widget components", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Low", "id": "4" }, "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } } ], "assignee": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "updated": "2014-05-30T15:29:28.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "13604", "name": "Tooling", "description": "Items related to Alloy tooling and workflow" } ], "description": "It might be useful to have the 'alloy generate' command support creating widget components, such as\r\n\r\nalloy generate controller button -o app/widgets/foo\r\nalloy generate view label -o app/widgets/foo\r\n\r\nAnd models and migrations if/when that happens.", "attachment": [], "flagged": false, "summary": "Support 'alloy generate' command for widget components", "creator": { "name": "bhatfield", "key": "bhatfield", "displayName": "Benjamin Hatfield", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "bhatfield", "key": "bhatfield", "displayName": "Benjamin Hatfield", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "298465", "author": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "body": "PR: https://github.com/appcelerator/alloy/pull/353\n\nFunctional test\n\n# In an Alloy project's directory, issue these commands:\n## {{alloy generate widget foo}} to create a widget. Your project should now have an app/widgets/foo directory\n## {{alloy generate controller bar --widgetname foo}} to create a controller in the widget. You should see \"bar\" files in app/widgets/foo/views, app/widgets/foo/controllers, and app/widgets/foo/styles\n## {{alloy generate view baz --widgetname foo}} to create a view in the widget. You should see \"baz\" files in app/widgets/foo/views and app/widgets/foo/styles\n## {{alloy generate controller biff}} to create an app-level (not widget-level) controller. Files are created in the app directories, not widget directories\n\n", "updateAuthor": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "created": "2014-03-24T19:36:29.000+0000", "updated": "2014-03-24T19:36:29.000+0000" }, { "id": "300988", "author": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "body": "PR merged", "updateAuthor": { "name": "skypanther", "key": "skypanther", "displayName": "Tim Poulsen", "active": true, "timeZone": "America/New_York" }, "created": "2014-04-15T16:51:29.000+0000", "updated": "2014-04-15T16:51:29.000+0000" }, { "id": "304322", "author": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified the FIXED with:\r\nAppc-Studio:3.3.0.201405080918\r\nsdk:3.3.0.v20140509180608\r\nacs:1.0.14\r\nalloy:1.4.0-dev\r\nnpm:1.3.2\r\ntitanium:3.3.0-dev\r\ntitanium-code-processor:1.1.1\r\nxcode:5.1.1\r\n\r\nVerified using the below mentioned commands.\r\nWorking as expected.\r\nHence Closing the issue.", "updateAuthor": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-05-12T05:38:03.000+0000", "updated": "2014-05-12T05:38:03.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }