Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 2.5 KB

faq.md

File metadata and controls

57 lines (41 loc) · 2.5 KB

FAQ

This is a working document, and if it makes sense, pull requests will be taken to help make it better.

General

Why another Project Management tool?

There are many tools in the market that facilitates automation of various aspects of project management.

Project Management in itself is a vast area comprising of -

  1. Initiation
  2. Planning
  3. Execution
  4. Tracking
  5. Closure

In addition you need to consider the SDLC model like Waterfall, Agile, etc. Then there is aspects like tracking Project Financials, Project Quality, Project Risks and whole lot of other things. Reporting is one more aspect that really drains current project managers.

No tool, currently available, can cover the entire gamut of Project Management. It would be foolish to even attempt to build such a tool that automates the entire project management ecosystem. Of course, great explorers and inventors where foolish and accomplished great things. Our attempt is not to attempt great things. There are amazing tools available that covers various aspects of Project Management. We are trying to plug those areas where there is definite lacuna.

That's how we defined the objectives of Crux.

Can I deploy it in my company server and use it free of cost?

Yes.

Can I rebrand it, sell it and make money?

Yes. Please go ahead. Don't forget to share your success story with the community.

How can I contribute?

You can do the following -

  1. Download and Start using it. Provide your regular feedback.
  2. Run Tests and raise issues
  3. Request for Features
  4. Develop Features
  5. Fix Issues
  6. Provide Documentation
  7. Code Review
  8. Any other reviews
  9. Anything else you can think of

Who are you?

Those who started this, we are people working in IT company a regular day job. We are not necessarily regular programmers.

Why did you start this project?

We needed a tool for managing finances of our project. Excel templates that we created were unweildy and market did not offer anything interesting. So we thought let us sharpen our programming skills and started this.

Coding

Why did you use PHP?

It looked the easiest of all. I am sure there could have been a better choice. Alas it has been made.

Why did you not use those awesome PHP frameworks?

We wanted zero learning curve. We are open to suggestions and contributions to introduce PHP framework in Crux. Make sure that we can implement it incrementally and progressively. A rewrite of entire Crux should not be the agenda.

Why did you not use templating for UI?

Help us...