NASA-AMMOS / anms

Asynchronous Network Management System (ANMS)
https://nasa-ammos.github.io/anms-docs/
Apache License 2.0
1 stars 1 forks source link

no table generation #121

Open d-linko opened 2 months ago

d-linko commented 2 months ago

In ION there is missing functionality to properly process gen_tbl request tracking there with issue https://github.com/JHUAPL-DTNMA/dtnma-tools/issues/22

mfarina1 commented 5 days ago

This is the major update for ANMS backend dev. Fixing DTNMA-tools to properly produce tables, creating new function and updating API routes to support table creation request. Then making update to both the API calls anms-core is doing to the ion-manager, to the database (accessing the resulting tables the manager generates), and to translator (processing ARI requests to generate tables to send to the ion-manager). And also the way ion-manager is interacting with the database, making sure it is storing tables correctly