Issue #7: on Yoxel
|
|
John, your article made my day yesterday! I could not hope for a better review of our products especially coming from an unknown and hence objective user. And it was nice to meet you (over email) on such a surprising occasion. ————————————————————————————- 1. When John is talking about the release/iteration planning process in YOXEL SW
He describes a quick way of creating a list of tasks with brand new requests. I would like to add that the release planner also is linked to your backlog (requests and bugs you have filed before) and you can easily include any of those into the list too. There are buttons [add existing request] and [add request by number]. You can include bugs into your plan this way too. 2. Regarding the estimates:
Essentially all your developers and testers enter their estimates for the tasks in your list/plan and the planner uses these to estimate the project end date and suggest more balanced resource allocation. 3. About the common approach:
This is very true. The heart of Yoxel is a scalable and parametrized workflow and request tracking engine. It takes little effort to create yet another tracking system (software, IT, sales, evaluations, KB, …). The base code (the RequestTracker class) is always the same and sure the UI looks somewhat similar for all the trackers. 4. About YOXEL KB
Actually all menus in Yoxel portal are customizable so one can easily add the KB tab under IT section/module and add categories related to IT too. You may find _menu.inc files that control all the menus under individual sub-directories, although at the moment we have not yet documented them. 5. John had a good tip on securing Yoxel /includes directory. <files> Order allow,deny Deny from all Satisfy All </files> 6. MySQL:
Actually you do not have to worry about this. The first time you connect to Yoxel portal it creates the database automatically. —————————————————————————————- I think this is all I wanted to add. Other John’s tips are quite useful, I will incorporate them into our README (installation instructions) file. Enjoy! |
|
|
The files tip above should read, where you replace asterisk with the asterisk sign, the forums encoding is messing up the example. < Files asterisk.inc >
Order allow, deny
Deny from all
Satisfy All |