-
Notifications
You must be signed in to change notification settings - Fork 16
Home
Christian Garcia edited this page Aug 6, 2024
·
5 revisions
Welcome to the tapis-ui
wiki!
Development Guide:
It's recommended for developers new to Tapis UI to read the UI Developer Guide. The React Query Guide on the other hand will help developers understand how we query APIs. Finally, we use tapis-typescript to automatically generate type definitions and APIs from our existing OpenAPI v3 specifications for use in Tapis UI.
If you're looking to add a new page via an extension (as opposed to directly contributing the core Tapis UI), this guide should help. You can imagine extensions being the primary integration point for groups attempting to add features only available in some deployments, while core Tapis UI changes will add features to all deployments.
Tapis UI Deployments:
-
https://tacc.tapis.io/tapis-ui
- Production deployment of tapis-ui.
-
https://tacc.staging.tapis.io/tapis-ui
- Staging deployment of tapis-ui. For stability testing.
-
https://tacc.develop.tapis.io/tapis-ui
- Development deployment of tapis-ui. Breaks frequently and meant for development work.
- To note, these are all multi-tenant deployments. So users can navigate to a namespaced tenant by replacing the
tacc
tenant with preferred. Users can do this via the UI or by knowing which tenant they wish to use.icicle
for example is another tenant.