I am working on this new small internal project which helps to building our source code on source code server. As you can imagine, a formal project usually with large size of source code which consuming all dev's cpu time while compiling it, dev usually can do nothing but just wait for hours for compiling. This project just comes for solving that problem. It save cpu time for devs and also host source code, in consequence dev can free their disk space and cpu resource and promote their productivity.
Thanks to ExtJS, this project can come with a full ajax based client side which enables a excellent users experiece. All the controls and ui components was implemented by extjs, however it doesn't mean it is all ExtJS, I also included my own OOP helper -- doufu, for doing oop jobs just because i am more familliar with it and it also provided some cute functionalities which ExtJs doesn't.
The current/future features are:
1. Remote Building.
2. Save/load building configuration.
3. Batch Building.
4. Scheduled Building.(so we can do a nightly build on dev's check out)
5. Helps send test file to test machine.
