Re: 2 questions: unique properties + history
"John P. Rouillard" <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <[email protected]> |
In message <20210226124707.4bc5eb0b@fejer>, Nagy Gabor writes: >In fact, I want to write a wizard for editing issues and to mimic a >process management system: The layout of issue.item html page should >depend on the actual status of the issue. For example, if the status is >"new", then I want to restrict user to set the status to "phase1A" or >"phase1B". (And I don't want to use the "menu" method, a hidden status >variable should be set silently by an onclick javascript action when >the user pressed a button - and for this, I will need the IDs of the >statuses). > >But after thinking on this a bit, I realized that I should probably >follow the relevant part of the customization guide (and search for >working examples for inspection): >https://roundup-tracker.org/docs/customizing.html#setting-up-a-wizard-or-druid-for-controlled-adding-of-issues You can look at https://rouilj.dynamic-dns.net/demo/ login with demo password demo. Take a look at the "Create with Druid" option under issues. If you want to look at the source, it can be downloaded from the fossil instance at https://rouilj.dynamic-dns.net/fossil/roundup_sysadmin/home. At the very least it will give you an idea of what you can do with roundup. >OK. Unfortunately, I am not a Python expert and I am far from >complete understanding of Roundup code. I actually started with python by making my own tracker using roundup. >I think most of my questions are implied by this: I am trying to >understand what Roundup can and cannot do. But I do not want to spam >this ML with Q&A emails, I will use irc instead (I just have to find >a good time for most timezones :). Feel free to use the emailing list. I do have a logger attached to the IRC channel, but the mailing list and wiki are what most people use. When I was learning roundup, I would email Richard (Jones, the original author) late at night my time (US, east coast). He would fix things during his daytime (Australia) and email me back so I could spend the evening working on roundup. >But if I implement this to the (hyper)database layer, I will definitely >submit a patch. :) Cool. >My little contribution now is just a bugreport in customization guide: >The first line of >https://roundup-tracker.org/docs/customizing.html#editing-multiple-items-in-an-index-view >issue.index.html should be mentioned instead of issue.item.html I'll get that fix in later today uless somebody beats me to it. That while doc needs to be resructured and possibly split into two (Reference and cookbok with examples maybe). It is too difficult to find info in it currently IMO. -- -- rouilj John Rouillard =========================================================================== My employers don't acknowledge my existence much less my opinions.