whole-tale / ngx-dashboard

WholeTale Dashboard rewritten in Angular
MIT License
0 stars 3 forks source link

feat: add working compute environments listing #312

Open bodom0015 opened 1 year ago

bodom0015 commented 1 year ago

Problem

A view listing out the available Compute Environments was mocked up, but never implemented

Approach

Bring this view to life by connecting it with the API.

Screen Shot 2022-12-05 at 2 54 32 PM

How to Test

  1. Checkout this branch locally, rebuild the dashboard
  2. Login to the WholeTale Dashboard
    • You should see a new link in the navbar that links to the Compute Environments
  3. Click the Compute Environments nav
    • You should be brought to the new /environments view
    • You should see a list (accordion) of all available Images that have been created in WholeTale
  4. Click on an image in the list
    • You should see the accordion expand to show more information about the chosen Image