nasa/cumulus-dashboard

Add IngestRule section

Closed this issue · 2 comments

Add a new section that looks similar to the current providers page with the following content:

  • calls /ingestrules endpoint
  • show a table of ingest rules with the following columns
    • name
    • provider
    • collection
    • status (active, disable)
    • updatedAt
  • the following actions are possible on each record
    • add
    • edit
    • delete
    • disable/enable
  • have page for adding a new record
  • have a page for editing a record

@scisco I think disable/enable could be good here, but is there a dedicated endpoint for this?

no, you just have to use the put method