Wednesday, November 23, 2011

Come back @ European Venture Summit

After some time of silence - we are back.

And what a come-back: We are one of the presenting companies at the European Venture Summit. It takes place 28th and 29th of November in Düsseldorf.

You get more information here. And you are invited to join the summit and listen to our pitch.

This event is the result of a year of work in the background during which Projecttraxx moved on quite a bit.

Projecttraxx is now officially represented by the Magnetum GmbH. We have a legal basis more solid and official than ever.

During the "break" we completed one of the modules and made it production-ready, too. This effort was supported by a master thesis in cooperation with the FH Aachen.

For the EVS the development- and demo-server got updated and completely refreshed for online demos. Kindly let us know if you want another user and account for your pre-release work.

Saturday, May 2, 2009

1st Survey

It is really nice that 4 of all the zillions of blog-readers participated in the last survey. FYI: surveys are on the right. In case you did not mention - there was a survey - and there is a new one again.

In the last one we tested the market for readiness towards our solution. The question was: "Did you already find the one tool for succesful operative project management which features an intuitive user experience and precise results?".

We are thankful for the support, trust and faith in us from the 4 people who did participate last time. None of them found their silver bullet for project management yet. We will supply it soon: the one tool for project management that features an intuitive user experience and precise results.

Check out the right for our current survey...

Moved to the Netherlands

Out data-center (server) was moved from Dallas (hostingrails.com) to the Netherlands (railscluster.nl).

Dallas was cheap but slow. A pain to use the application. And obviosly latency is a bit high from here to Dallas and back - at least higher than to almost anywhere else.

The Netherlands are inexpensive and quite quick. Feels almost like it runs lokally :-) Very good choice.

In case you are looking for a good rails hoster go for railscluster.nl - they offer 30 day free trial.

Don't worry - you don't need to change your way of using ProjectTraXX. The move was made on the last public holiday with a minimum of downtime when the DNS was changed. I bet you did not even mention anything but the performance increase ;-)

Tuesday, April 28, 2009

Versioning

There is now a very nice versioning feature in ProjectTraXX. It supports the rolling-wave planning technique.

While everybody is working and reporting on the current version of the work-plan one can change, add details or cancel open tasks in a separate version of the work-plan.

Once the plan reaches the next level maturity it can be promoted from the "planning" to the "execution" stage. Of course all time-bookings as well as maintenance operations (ETC, closed tasks) remain in place for the new version.

A history-page provides detailed information on the project's KPIs and how they changed between versions. On all views for the project-plan you can switch between the different version and choose to work on the lates version that is in "planning" stage, the current version in "execution" or other older versions.

This feature will be one of the more powerful enhancements to traditional tracking - especially when combined with the import / export of MS Project Files in XML format.

Thursday, April 16, 2009

Virtual Test Teams

Are you already a member of the virtual test team? If not - contact me :-) You will benefit through a persistent user on the server, a TRAC account to record your findings and totally free access to the ProjectTraXX in 2009.

Obviously there is a staggered delivery strategy for the given functionality to the virtual test team. This is what is delivered as of today - which is equivalent to the current implementation status (I got the feeling I need to justify the long silence in the Blog):


  • Accounts
    • Register a new user and create a new account
    • Invite a new user to your account
    • Edit user-data
    • Deactivate users
    • Purchase something via Pay-Pal
  • Projects
    • Import work-plan from MS Project as XML
    • Import work-plan from Excel - custom format!
    • In Place editing for project-names, tasks (names, start- / end-date, effort, kpi-relevance)
    • Editing of WBS structure (up / down, add / delete)
    • Calculate and view demand for resources over time (Resource Histogram)
    • Calculate and view the effort of planned-start and planned-finish tasks over time (KPI Graph)
  • Teams
    • Create Teams for projects
    • Assign memberships for users to teams ()
    • Assing responsibilites to teams
    • Calculate and view teams capacity over time
    • Calculate and view demand for team-resources over time
    • Match team capacity and demand

Some technical things worthy to be mentioned:

  • Running on latest rails version
  • Host available at http://www.projecttraxx.com/
  • TRAC available for WIKI pages and bug-tracking at http://trac.projecttraxx.com/trac/projecttraxx.cgi
  • Featuring AJAX stuff based on build in helpers for scriptaculouse and prototype
    • In place editing
    • Autocompletion
    • Visual effects (show, hide, flash)
    • Insertion / deltion within DOM structure
  • Linear run-time for all requests
  • Tuned SQL queries (execution-time and number of db acces)
  • Speed: Not a single request > 0.5 sec. calculation time on the server (locally)

As soon as I am back to work I will try this baby out for real - and I am looking forward to it :-)

It's been a while

Ever since the last update (which was almost two weeks ago) heavy programming and designing took place. During which I discovered some insights on agile development that I want to share:

  • If stuff is easy you can just go ahaed and code it and feel quick & agile
  • If stuff is complex you can go ahaed and code it - but you will get stuck somewhere tricky and get frustrated

In the end these are agile iterations. There is nothing bad with that. You just have to get used to the feeling when things don't work out because of a missing design. Then it is hard not to get frustrated but to step back and do some design - and continue afterwards with a clear vision.

In case you are a bit behind the schedule and have an excellent ass-kicker chasing you (thanks Boris) it is even harder to stop coding and think about the solution.

However I heard, that you need that special coolness to play in the first league. I am working on that!

Friday, April 3, 2009

It's the little things that kill

Ever since last Sunday we have been working on completing our 2nd milestone: basic project setup as well as the paypal integration.

For the basic project setup the nested-set-model for hierarchical data turned out to be very efficient and easy to handle. Only with adding and subtractnig the correct values from the lft and rgt values one can move entire sub-trees around - this requires no more than three update statements. We like that.

For the paypal integration we use a gem called ActiveMerchant. Only after local tests the new version was uploaded to the server ... and ... bang ... did not work.

My first thought: Another environment problem that will take another week to fix (it did).

However instead of chasing around support guys and being miserable (again) I analyzed the setup to finally find the differences between the server and my local environment, that cause problems. After a while I remembered that there was that new rails version 2.3.2 that was released just after the beginning of the implementation. Of course I upgraded to the new version immediately - well - at lest partly.

There is some new stuff in 2.3.2 like syntax concerning includes, requires and rendering partials. Locally all worked well because version 2.2.2 was still used in the environment setup. On the server 2.3.2 was in use and all the differences poped up.

So I migrated the whole application from 2.2.2 to 2.3.2. I discovered it is quite a lot already - although far from complete. Some things need to be reorganized in order to have nice and clean setup. Oh well - in the end we are agile ...

The whole migration took from Wednesday to Friday (okay ... with a couple of beers in the park) - It's the little things that kill.