My favorites | Sign in
Logo
                
New issue | Search
for
| Advanced search | Search tips
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
Status:  Accepted
Owner:  haacked
Type-Defect
Priority-Medium
Skins
Milestone-Release2.2


Sign in to add a comment
 
Reported by haacked, Apr 07, 2009
Need to switch CategoryList to use data binding rather than having the 
code-behind set the code values.
Comment 1 by haacked, 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
Comment 2 by haacked, Apr 19, 2009
(No comment was entered for this change.)
Labels: Milestone-Release2.2
Comment 3 by haacked, 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. 
Comment 4 by haacked, May 27, 2009
(No comment was entered for this change.)
Labels: -Priority-Medium Priority-High
Comment 5 by haacked, Sep 06, 2009
I think most of this work is done. Downgrading to medium pri.
Labels: -Priority-High Priority-Medium
Sign in to add a comment

Hosted by Google Code