Hey everyone. Wanted to let you know that I am goi...
# chucker
v
Hey everyone. Wanted to let you know that I am going to set up and show you a project board this weekend for some feedback before making it public. After doing
3.1.0
release I would like to suggest the following priorities except ongoing issues: • Cover library with tests completely and force tests run on each PR in our pipeline. We could start with
api
package as it is the core functionality and move up to UI as a final stage. We definitely need tests to be sure in quality as well as get more credibility from our users. • Add some tool to analyze coverage. Initially I thought about Codecov (https://codecov.io/), but now I think that Codacy (https://www.codacy.com/) might work better for us, since we could incorporate more quality checks and reports. Still would like to hear more feedback on this point. • Switch to
ViewModel
approach on rest of screens we have inside. What do you think?