The list below represent our technical debt which we will be addressed in the coming future
Upon merge into develop branch, a test,test coverage report, deploy to docker and pypi test should happen with no error
Merge to develop branch should have a rule of merge like checks against certain criteria to be fulfilled
master or main branch should be protected against any misuse. The merge to master should automatically release to production and there should be strict rules to prevent any bug into production release
The test coverage report should be published upon release on test as well as on production
Once this version comes as production version, we need to include it in tox file to be able to be compatible with it
Background of the dmc-view app is being affected by the system's theme (light/dark). It is hard to read the values in dark theme.
When hovering over a method in VS, it should show a popup with the method input and output parameters. At the bottom it should show API doc explaining the method.