ON THE ROAD AGAIN!
pdearmen| July 29, 2005 4:56 pmWell, not on the litteral road, lol.
More like on the virtual road again. The road of TIMS. I got ten nice new updates planned for TIMS, coming soon to a local intranet on CU. Those updates(with one which I just completed included…I will mark it…) are….
1) Reorganize Menus
2) “Softcode” list of statuses
3) Mainentence meu(maybe—might throw into the weekly check)
4) Inventory Menu
5) Summary Menu
6) Remove an old and outdated report(and all things tied to it)(DONE!)
7) Add “decommissioned” status to printers, and then update reports accordingly to handle this new status of printers
Fix bug in “Add New Printers” function
9) Reduce false positives on the printer monitor
10) Rename all tables to start with TIMS_
These are gonna be fun to implement. Some are not too bad. Such as the bug in Add New Printers. Some of the other one(mainly all the menu re-organizations) will be a pain to deal with. Cause that will cause a relinking in some of the areas, so I will have to make sure those links follow all the way through. Some of the other ones will also be interesting. Such as the summary menu. That will be javascript based(maybe…) and will more than likely be a pain in the rear end to do. The one that is most important is number 2. That one is critical. I have found that as firmwares are updated and printers change model numbers, they might have different statuses for how they determine if printer cartridges are low or missing. So in the past(at the very get go) I hard coded those parameters into the system. Now as our network of printers are starting to change, I find that there will be a need to change these possible in the future. And harcoding these into the system will not do. I need to store these in a database and then load them when needed,store them in an array, and then go through the array to determine if that is one of the status messages of a printer that indicate that it is missing a toner cartridge. This way the list of statuses can be updates without having to go into the code of TIMS itself and change it.
The other pain one will be reducing the number of false positives on the monitor. That will be fun cause at this moment I have no way to do it speedily. I can do it, but it will slow the system way down…..think think think
I keep these updates coming at TIMS like this and pretty soon it will have to transition over to 2.0 becuase none of the original code will be around!
Oh well, no time to chat, family is almost here, adios all!
Categories: Blogger
No Comments »

