Version | Feature | Status |
---|---|---|
0.9.2 | Docker | DONE |
0.9.2 | Continuous Integration | DONE |
0.9.3 | Dependency management | DONE |
0.9.4 | Display number of candidates in job order pipeline |
In progress |
0.9.5 | Symfony, Replace Simpletest with Codeception | IN PROGRESS |
1.0.0 | First 100% OpenSource release | PLANNED |
Migrate Simpletest unit tests and integration tests to PHPUnit, use PHPUnit for further unit testing code The latest simpletest release is from January 23rd, 2012. It's not longer maintained. It's not manageable by Composer. This is against our values and principles:
- We can't focus on writing the code that matters (business logic, product code) as we need to maintain our library for ourselves
- Does not encourage other developers collaboration as it uses legacy stack
- Is not managed by Composer
The solution is to use PHPUnit, which is stable, widely accepted, manageable by composer and plays well with other open source projects such as mocking libraries.
- Display number of candidates in job order pipeline
- Filled positions cannot hire
- Job Order Layout for extra fields
- Job Order pipeline with hot job and submitted job links
- (Draft)
- Backup
- Download code
- How to patch code
- How to execute DB updates
- How to verify that's working
- How to rollback
- How to submit bugs and get support