You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation was quick and easy on my local machine and everything runs great!
The UI looks good and serves its purpose and also validated that authentication is working as expected.
I faced an issue intermittently when submitting a query via the UI with a popup stating "Query Failed! No data found, try some other date". The same query worked perfectly fine when submitting the request again.
This could possibly be due to PyArt library's issues on Mac (M1) machines as you have also stated in your Readme.
Just a suggestion with respect to the "previous data" feature (i.e. below table). Currently, when I submit the query and receive the visualization, the previous data table doesn't get populated with the searched query (even on refreshing). After logging out and re-logging in, the record is seen in the table as expected.
Would be great to have this record shown after every query submission.
I noticed that your images on your public Docker repository support linux/amd64 architecture, which works fine for Windows but may cause issues with Docker on Mac M1. We faced the same issue and enabled multi-arch support for our Docker images for compatibility with linux/amd64 and linux/arm64. Check out this link for the steps. This worked great for us and docker-compose will automatically pull the appropriate image from Docker hub based on the underlying system with no additional setup needed in the YAML.
Thanks,
Team Neo
The text was updated successfully, but these errors were encountered:
Thanks Team Neo!
The PyArt compatibility issue surely is a focus-point for our next release. Have placed this in our triage-queue.
The frontend enhancements should be an easy fix. 👍
niravraje
changed the title
Feedback - Milestone 1
Feedback - Milestone 1 - Team Neo
Feb 10, 2022
Hi Team Scapsulators, here's our feedback:
Installation was quick and easy on my local machine and everything runs great!
The UI looks good and serves its purpose and also validated that authentication is working as expected.
I faced an issue intermittently when submitting a query via the UI with a popup stating "Query Failed! No data found, try some other date". The same query worked perfectly fine when submitting the request again.
This could possibly be due to PyArt library's issues on Mac (M1) machines as you have also stated in your Readme.
Just a suggestion with respect to the "previous data" feature (i.e. below table). Currently, when I submit the query and receive the visualization, the previous data table doesn't get populated with the searched query (even on refreshing). After logging out and re-logging in, the record is seen in the table as expected.

Would be great to have this record shown after every query submission.
I noticed that your images on your public Docker repository support
linux/amd64
architecture, which works fine for Windows but may cause issues with Docker on Mac M1. We faced the same issue and enabled multi-arch support for our Docker images for compatibility withlinux/amd64
andlinux/arm64
. Check out this link for the steps. This worked great for us and docker-compose will automatically pull the appropriate image from Docker hub based on the underlying system with no additional setup needed in the YAML.Thanks,
Team Neo
The text was updated successfully, but these errors were encountered: