I've been a lurker for almost three years and I haven't really contributed anything more than some answered questions and Drupal loyalty. Part of this is due to the fact I'm not a Drupal module developer and part of it is my lack of time to learn what I should.
So now I have what I think would be the perfect project to start learning Drupal module development and I wanted to see if anyone was interested in helping to provide some mentoring. This particular project is a Jira/Wunderlist type hybrid for tracking stories and tasks. Since I'm a front-end developer by day, I have all the front end and javascript complete and ready to go. I thought it would be perfect to start because I've already done all the front end work and now it's time to fit in the Drupal backend.
Some of the things I know this projects needs is determining if this should be standalone or a submodule of something. Using CCK or not using CCK. Writing, messaging the database. Writing the installation process, etc. Right now it serves as a single page document when you can create stories, tasks, move them around, close them, etc. There just isn't any db involved so it can't save anything yet.