elasticsearch-report-engine

An Elasticsearch plugin to return query results as either PDF,HTML or CSV.

View project on GitHub

Contributing

 

FOSS

1. TDD

“Test-driven development (TDD) is a software development process that relies on the repetition of a very short development cycle: Requirements are turned into very specific test cases, then the software is improved to pass the new tests, only. This is opposed to software development that allows software to be added that is not proven to meet requirements.”

Resources

i. https://technologyconversations.com/2013/12/24/test-driven-development-tdd-best-practices-using-java-examples-2/

ii. https://dzone.com/articles/introduction-to-java-tdd

2. Where to start?

i. Found a bug

If you’ve found a bug in the project. Kindly create a ticket. We’ll do our best to respond and/or fix ASAP.

ii. Fix a bug

Want to go a step further after finding a bug?. Fix it and submit a PR

iii. Implement a new feature

Add it and submit a PR