syndesisio / syndesis-ui

The front end application or UI for Syndesis - a flexible, customizable, cloud-hosted platform that provides core integration capabilities as a service. It leverages Red Hat's existing product architecture using OpenShift Online/Dedicated and Fuse Integration Services.
https://syndesis.io/
14 stars 28 forks source link

Connections: Connection Library #42

Closed kahboom closed 7 years ago

kahboom commented 7 years ago

Overview

Write the logic and UI for the Connection Library component.

Features

Reference

InVision Designs:

kahboom commented 7 years ago

Per Catherine and Josephine (UXD):

Library page stays with actions of “View, Edit, Duplicate, Delete”. View page looks as shown above. If user clicks edit in either location they will be brought to the “Review” screen in the edit flow, and can move backwards or forwards to edit it.

kahboom commented 7 years ago

This has been completed as an Angular module. It consists of a template that renders data loaded from an external service (the iPaaS API) through its primary component. Aesthetic improvements and other features require a separate GitHub issue.

For instance, it still needs filtering, sorting, pagination, etc. which are handled as shared or core features that will be resolved in other issues (see #116 & #117). Sorting is already supported (see #89).