-
Notifications
You must be signed in to change notification settings - Fork 8
Catalog objects are viewable, and their TLE’s are downloadable by Celestrak category #253
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
Comments
Here's a design that replaces the "all" filter with a "more" dropdown: Figma design file here. |
Let's track category labels and groups in this public doc. |
@mikeville Do we want to include a description for these new filters? The way I see it, we can do one of two things:
This is the component that will need to be updated when a decision is made - https://github.com/TruSat/trusat-frontend/blob/dev/src/catalog/components/FilterDescription.js |
FYI - frond end work on this feature can be tracked on the See here, a tweak to the FilterDescription component that covers the "Basic Description" update outlined in the comment above - https://github.com/TruSat/trusat-frontend/blob/feature/celestrak-categories/src/catalog/components/FilterDescription.js |
@johngribbin Good idea with the description. For the text For example, "nnss" would instead read as "Navy navigation satellite"? |
@mikeville It is possible, but it would take a rethink of how "state" is managed for a number of components. I'll have a look at it |
Summary of changes that were made this morning in response to feedback can be viewed here - #284 Changes were all merged to the Alternative you can view the current state of the feature by visiting the |
After quick chat with @Kmoneal, I've got some questions re Currently if no data is found for a given
|
It’s possible for there to be IODs, but not yet TLEs, but as it gets more automated, that window of time is likely to decrease.
…-Chris
@interplanetary
On Apr 2, 2020, 12:10 -0700, John Gribbin ***@***.***>, wrote:
After quick chat with @Kmoneal, I've got some questions re Download ${catalogFilter} TLEs button on the catalog view.
Currently if no data is found for a given catalogFilter, the CatalogTable does not render any rows, and instead returns the message The catalog does not currently include any objects that match the filter chosen. I have noticed that when this happens, then there is not going to be any TLEs either to download. Questions:
1. Should we hide the button when it is found that there is no data to be rendered in the table?
2. Is there celestrak categories that will return data to be displayed in the table, but will not return any TLE data to be downloaded? And if so what should we do with those?
@mikeville @interplanetarychris
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Changes deployed to development site - https://devvymcdevface.trusat.org/catalog/one-web Download TLEs button now hidden when no data is returned to the Catalog Table. |
After testing the Celestrak Categories feature, I found that the following Categories return objects to the CatalogTable, but do not offer any TLEs to download:
With the current implementation of the Another bonus from doing this fix is that we can include in the change the number of objects for a given category - and I can use this in the @Kmoneal We currently return an array of objects from the
|
This feature would:
It will require navigation queries for the various object categories, and mimic the service offered by Celestrak here - https://www.celestrak.com/SpaceTrack/TLERetriever3Help.php
The text was updated successfully, but these errors were encountered: