>
> Nice application. I comment you any thoughts:
>
> 1. When is showed a table, the underscores ('_') are showed but when
> is edited are not showed.I'm sorry, I don't know what you're trying to say here... > I think that underscores (of fields names) should been converted > auto. to spaces. Sure, it's just a quick and dirty demo :) The code to do it exists (inside tw.forms for example) but I just haven't plugged it in yet. > 2. What do you think about to display another name for fields (for > more verbosity)? ??? > 3. It looks that is possible only display any tables. Perfect! It also > would be very well if were possible display any rows. You mean to show a member? Like http://rumdemo.toscawidgets.org/persons/1 ? > 4. Does would be possible display tables of only read? At least for > any groups/roles. And also that any tables could be edited only by any > group/role. Yes, this will be implemented too. You'll be able to register a model with Rum and specify which methods it supports (eg: show and index if you want read-only) This will also apply to any model's property, so you can define a read-only property on a model object which should only appear in index or show or as a read-only label in forms. If you take a look at the demo code you'll see I've implemented a 'is_overtime' property on 'Rental' which I planned to use to demo this feature but I didn't have time to make it tick before the demo. One thing I want to make clear: That demo is just a quick and dirty demo, I implemented the GUI just hours before announcing it because posting a link to a trac where you can read dead code is much less pleasing to the eye :) I'm still working on the "backend-side" of Rum: trying to design a decent api to declare model metadata, refactoring, etc... the work on the gui has really not begun yet so don't assume anything about how it will finally look like by what you saw in that demo. Alberto --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
