Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] PSC Update: 04/15/10

What I am up to:
- hooking up DataStoreConnectionPage to choose a geotools factory
- FeaturePanel extension is done, thanks to myles for defining FeatureSite
- CountryFeaturePanel is migrated so I have a panel to test against

Tasks on my Plate
- Implementing DataStoreParameterPage
- Feature view is started; got distracted by looking at how PageBookView works and have copied the code in order to have a page per SimpleFeatureType
- Editing using EditManager is pretty difficult; tempted to make a SimpleFeature implementation that delegates to the correct workflow on each setAttribute in order to simplify writing feature panels

Impediments:
- Would love a code review on use of mig layout
- Not sure how to pass information between pages? Is this is what State if for; only existing two page wizard is for postgis and I cannot quite tell what it is doing


Back to the top