-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/nav 150 extract python viewer package #14
Conversation
- Rename to snake_case - Comment out new features for query params to be compatible with service version 0.4.0
…velopment dependency in the project - Could be added later, directly into the pyproject.toml: [tool.flake8] max-line-length = 88 - pre-commit can be configured later, at the moment it has to be bypassed all the time, since is quite a heavy refactoring.
- Python entrypoint, should work independent of directory location. - Add watchdog, should increase performance, according to streamlit.
@clukas1, I think we could merge this and release the viewer with version 0.5.0? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@munterfi nice work. No real comments on your work. Just noticed a bug that marker points were not showing correctly depending on time_type. So think this could easily be fixed in this commit before we release 0.5.0
- Avoids missing of logo.
- Add __init__ files to sub packages. - Add new asset package. - Rename headers of pages.
- Update page descriptions. - Rename NAVIQORE_HOST_URL to NAVIQORE_SERVICE_URL.
Still a draft, there are errors from the refactoring...