2010/11/22 Martin Dobias <[email protected]> > Hi Alessandro > > On Sun, Nov 21, 2010 at 2:00 PM, Alessandro Pasotti <[email protected]> > wrote: > > Hi, > > I've just committed a first draft of the plugins app. > > I've had not much time to test it, admin seems to be working, while > public > > views are still missing, I was thinking about using generic views as much > as > > possible. > > Thanks a lot for starting with the draft, it looks good! > > Thank you for the comments!
> > > I'm not sure about the "last" flag in versions, are not the version and > > modified dates sufficient to determine the last version ? > > I've also added some globs to .gitignore > > Comments welcome! > > My comments from a brief review: > - download count should be rather related to plugin versions, not > plugins - for more detailed stats > Probably the best of both word would be a property (trigger) that sums the versions counters for a plugin. > - in addition to user-readable name, there should be plugin's package > (i.e. internal) name which is unique among plugins > Yes I forgot that. > - the plugin could have two more attributes: active "stable" version > and active "development" (experimental) version. One of them can be > empty, because not all plugins will produce separate > stable/development versions. It should be then possible to change > active version to any version that has been uploaded. I think this is > better than having flags in plugin version model, because only one > stable/development version can be active at one time. > Yes, I thought about a trigger/check that makes the "active" version unique among a plugin branch (experimental and stable) but a version pointer from the parent would also work fine. I will be working on these topics in the next days. -- Alessandro Pasotti w3: www.itopen.it
_______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
