| Issue 30: | Update User Controls to data bind to view model versions of our domain objects | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Sign in to add a comment
|
Need to switch CategoryList to use data binding rather than having the code-behind set the code values. |
||||||||||||
,
Apr 19, 2009
The same thing applies to RecentComments and RecentPosts control. In fact, we should create "view model" classes specifically for these views rather than having them data bind to the actual comment, post, etc...
Summary: Update User Controls to data bind to view model versions of our domain objects
|
|||||||||||||
,
Apr 19, 2009
(No comment was entered for this change.)
Labels: Milestone-Release2.2
|
|||||||||||||
,
May 27, 2009
As part of this change, there are places where skins controls need to change their use of Entry.Url to Url.EntryUrl(Entry). Ideally, we can swap "Entry" with a EntryDisplay class or something like that which does have the Url property. This property would be set only when we have the context necessary to do so. |
|||||||||||||
,
May 27, 2009
(No comment was entered for this change.)
Labels: -Priority-Medium Priority-High
|
|||||||||||||
,
Sep 06, 2009
I think most of this work is done. Downgrading to medium pri.
Labels: -Priority-High Priority-Medium
|
|||||||||||||
|
|
|||||||||||||