Rank: Enthusiast
Joined: 5/13/2008 Posts: 41 Location: VA, USA
|
Hi, I'm looking to use umbraco for a web application of sorts and don't know if I should use a usercontrol or try use built in umbraco methods for handling the data for the application.
I am creating a site that will allow members to sign in and add items they wish to sell locally. Then, other members can search those items to find items of interest, etc. The way I'm setting it up, all items are stored under a single node in the umbraco content tree, with metadata used to determine what user an item belongs to.
I've looked at the member controls > member profile section, but it doesn't seem to want to work for me and looks like I'd have to rewrite most of the profile section to accommodate my future needs. Am I stepping into usercontrol territory, or have you used umbraco alone to accomplish this in the past?
I'm trying to figure out how to focus my efforts.
Thanks!
Chris
|
 Rank: Fanatic
Joined: 7/19/2006 Posts: 496 Location: Göteborg, Sweden
|
Hi Chris! First of all I wouldn't store all items for sale under one single node but rather in a folder system to maintain some performance in the GUI. Perhaps alphabet folder from www.nibble.be would be a nice solution? Secondly to add the items you should be able to use an approach similar to how comments are added in the blog package using an autoforms / doc2form macro in the profile page I think... // ;) Kalle
" - Yeah I'd like to share your point of view, as long as it's my view too... ( http://www.d-a-d.dk/lyrics/pointofview)
|