-
Notifications
You must be signed in to change notification settings - Fork 7
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
Create validate model UI #214
Conversation
Codecov ReportBase: 73.80% // Head: 73.94% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## Add-validate-UI #214 +/- ##
===================================================
+ Coverage 73.80% 73.94% +0.14%
===================================================
Files 31 31
Lines 2031 2042 +11
===================================================
+ Hits 1499 1510 +11
Misses 532 532
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@haneslinger can you tell me what configuration you are using, what libraries you are loading, and what sequence of actions you are taking to produce the above? |
Wanted your thoughts on this: I created a
GET libraries/shapes
endpoint (seebuildingmotif/api/views/library.py
). It works, but it takes too long. Run the following code snippet for an example.One possible solution getting the shapes one library at a time, upon user request. This would break up the load and put it in a place in the ui that would make sense to the user.
thoughts?