Changes between Initial Version and Version 1 of FusionIntegration


Ignore:
Timestamp:
Jun 14, 2007, 11:25:34 AM (17 years ago)
Author:
pagameba
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FusionIntegration

    v1 v1  
     1Tracking of things that need to be done to get Fusion integrated into MGOS
     2
     31. RFCs
     4
     5We probably need to create the following RFCs:
     6
     71.1 Modify MapAgent to provide a FORMAT option that can be either XML or JSON for some or all operations
     8
     91.2 Add Fusion to MapGuide
     10
     111.3 Modify WebStudio Jx version to be in sync with Fusion
     12
     132. Tasks
     14
     152.1 Templates
     16
     17- create an authentication example
     18- create js for default index.html that parses the applicationdefinition from the query string (and user/password/session)
     19- design and create templates
     20
     212.2 web tier changes:
     22
     23  - json output from the map agent
     24 
     252.3 add ApplicationDefinition resource type and schema
     26
     27  - fix terminology (Command -> Widget)
     28  - create reference XML document
     29  - define XML structure for describing widgets
     30  - create XML snippet (XAML-like) for each widget
     31  - create schema
     32
     332.4 Fusion related stuff
     34
     35- create missing widgets
     36- rename some widgets
     37- verify behaviour of all components
     38- create Fusion Application Developer Guide, Command Reference, Jx documentation
     39- localisation
     40  - locale/en/constants.js
     41  - contains constants (units of measure) and error/warning messages
     42
     432.5 build process:
     44
     45- install fusion
     46- install templates
     47- figure out how to compress fusion as part of the build process and lint it
     48- figure out how to load ext/ widgets when the rest is compressed