Project Management App Concept for iPad 01/01/2012
I have been working on a project management application for the iPad. The initial design concept was to create an application that project managers can use on their iPads either with the client or during project scoping that allows them to draft a timeline for the client's project and then adjust it on the fly as the project commences. The planned functionality will allow the project manager to create a project, assign tasks, approximate time for a task and then dynamically generate a timeline for project. The timeline generation takes a start date for the project and then works out the start and end date for each task based on the project data and any dependencies a task might have (including the amount of after hours work). If a task slips due to unforeseen circumstances the project manager can adjust the tasks predicted time for completion and regenerate the timeline, which will take into account the adjustments. Currently Implemented:
Below is a zip of the draft tree traversal code I developed for timeline and view generation. The queue approach is based on the example queue system provided Quin Taylor (http://stackoverflow.com/questions/817469/how-do-i-make-and-use-a-queue-in-objective-c).
CommentsLeave a Reply | Code BlogAs much of my experience is code focused, I wasn't really sure how to go about demonstrating my code skills in a web portfolio. After much trial an error I decided to use a blog structure to show code examples and discussions of them. If you have any feedback or ideas let me know.
CategoriesAll | ||||||




