Metadata
- Source
- FLUID-4425
- Type
- Improvement
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Antranig Basman
- Reporter
- Antranig Basman
- Created
2011-08-31T15:46:17.707-0400 - Updated
2014-03-03T12:06:15.130-0500 - Versions
-
- 1.3.1
- Fixed Versions
-
- 1.4
- Component
-
- Demos
Description
The JS files which are part of the portal are confusingly named. Their names are currently the same as the demo name, which in many cases is the same as a component name. Hence we have for example a file named "uioptions.js" which does not actually contain the UIOptions component but merely the demo for it. This causes confusion when bringing up particular files in an IDE, especially on case-insensitive platforms. Similarly "renderer.js" in demos/renderer/data does not contain the renderer but demonstration data for the renderer.
I propose a rename to "componentnameDemo.js" for demo files and "componentnameDemoData.js" for data files used in the demos.
Comments
-
Michelle D'Souza commented
2011-09-01T15:35:44.250-0400 Bug Parade Infusion
-
Michelle D'Souza commented
2011-09-01T15:35:51.596-0400 Pull request https://github.com/fluid-project/infusion/pull/142 merged into project repo at 775660bb181320a2b23dd1d61994bb2f2f88cae2